IoT Drivers  v3.3.0 (S2022)
Engineering in Software Technology
HIH8120 driver Return codes

Return codes from HIH8120 driver functions. More...

Collaboration diagram for HIH8120 driver Return codes:

Typedefs

typedef enum hih8120_driverReturnCodes hih8120_driverReturnCode_t
 HIH8120 Driver return codes. More...
 

Enumerations

enum  hih8120_driverReturnCodes { HIH8120_OK, HIH8120_OUT_OF_HEAP, HIH8120_DRIVER_NOT_INITIALISED, HIH8120_TWI_BUSY }
 HIH8120 Driver return codes. More...
 

Detailed Description

Return codes from HIH8120 driver functions.

Typedef Documentation

◆ hih8120_driverReturnCode_t

HIH8120 Driver return codes.

These are the codes that can be returned from calls to the driver.

Enumeration Type Documentation

◆ hih8120_driverReturnCodes

HIH8120 Driver return codes.

These are the codes that can be returned from calls to the driver.

Enumerator
HIH8120_OK 

Everything went well

HIH8120_OUT_OF_HEAP 

Not enough heap to initialise the driver

HIH8120_DRIVER_NOT_INITIALISED 

Driver must be initialise before use

HIH8120_TWI_BUSY 

The two wire/I2C interface is busy