![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
How to initialise the driver. More...
Functions | |
hih8120_driverReturnCode_t | hih8120_initialise (void) |
Initialise the HIH8120 driver. More... | |
hih8120_driverReturnCode_t | hih8120_destroy (void) |
Destroy the HIH8120 driver. More... | |
How to initialise the driver.
hih8120_driverReturnCode_t hih8120_destroy | ( | void | ) |
Destroy the HIH8120 driver.
Destroys the driver after use. The HEAP memory used for the driver will be freed again.
HIH8120_OK | The driver is destroyed. |
HIH8120_DRIVER_NOT_INITIALISED | The driver must be initialised before it can be destroyed. |
hih8120_driverReturnCode_t hih8120_initialise | ( | void | ) |
Initialise the HIH8120 driver.
Initialise the driver.
HIH8120_OK | The driver is initialised. |
HIH8120_OUT_OF_HEAP | There is not enough HEAP memory to initialise the driver. |