|
oled 1.0
OLED Graphics Control Library
|
Different status flags that can be set during software TWI transmission. More...
Macros | |
| #define | TWI_SOFT_STATUS_BUS_INIT_COMPLETE 0x00 |
| #define | TWI_SOFT_STATUS_TRANSMIT 0x01 |
| #define | TWI_SOFT_STATUS_RECEIVE 0x02 |
| #define | TWI_SOFT_STATUS_BUS_ERROR 0xFF |
| #define | TWI_SOFT_STATUS_BUS_INIT_COMPLETE 0x00 |
| #define | TWI_SOFT_STATUS_TRANSMIT 0x01 |
| #define | TWI_SOFT_STATUS_RECEIVE 0x02 |
| #define | TWI_SOFT_STATUS_BUS_ERROR 0xFF |
Different status flags that can be set during software TWI transmission.
Flags used to indicate the current state of TWI communication:
| #define TWI_SOFT_STATUS_BUS_ERROR 0xFF |
Bus error occurred
| #define TWI_SOFT_STATUS_BUS_ERROR 0xFF |
Bus error occurred
| #define TWI_SOFT_STATUS_BUS_INIT_COMPLETE 0x00 |
Bus initialization complete
| #define TWI_SOFT_STATUS_BUS_INIT_COMPLETE 0x00 |
Bus initialization complete
| #define TWI_SOFT_STATUS_RECEIVE 0x02 |
Reception running
| #define TWI_SOFT_STATUS_RECEIVE 0x02 |
Reception running
| #define TWI_SOFT_STATUS_TRANSMIT 0x01 |
Transmission running
| #define TWI_SOFT_STATUS_TRANSMIT 0x01 |
Transmission running