UINT8_C
#define TWSI_SLAVE_ADD_GCE UINT8_C(0x01)
#define TWSI_CTL_CE UINT8_C(0x80)
#define TWSI_CTL_ENAB UINT8_C(0x40)
#define TWSI_CTL_STA UINT8_C(0x20)
#define TWSI_CTL_STP UINT8_C(0x10)
#define TWSI_CTL_IFLG UINT8_C(0x08)
#define TWSI_CTL_AAK UINT8_C(0x04)