Tizen RT Public API
v1.1 D4
|
![]() |
Modules | |
GPIO | |
Provides APIs for GPIO (General Purpose Input/Output) | |
I2C | |
Provides APIs for I2C (Inter Integrated Circuit) | |
PWM | |
Provides APIs for PWM (Pulse Width Modulation) | |
SPI | |
Provides APIs for SPI (Serial Peripheral Interface) | |
UART | |
Provides APIs for UART (Universal Asynchronous Receiver/Transmitter) | |
Files | |
file | iotbus_error.h |
Definition of iotbus_error. | |
Enumerations | |
enum | iotbus_error_e |
Enumeration for the iotbus error. More... | |
enum iotbus_error_e |
Enumeration for the iotbus error.
Enumeration Details:
IOTBUS_ERROR_NONE = 0, Successful
IOTBUS_ERROR_INVALID_PARAMETER = -EINVAL, Invalid parameter : -22
IOTBUS_ERROR_NO_DATA = -ENODATA, No data available : -61
IOTBUS_ERROR_TIMED_OUT = -ETIME, Time out : -62
IOTBUS_ERROR_NOT_IMPLEMENTED = -ENOSYS, Function not implemented : -38
IOTBUS_ERROR_NOT_SUPPORTED = -1101, Not supported
IOTBUS_ERROR_UNKNOWN = -1999, Unknown error
Definition at line 47 of file iotbus_error.h.