STATUS_BUSY
#define STATUS_BUSY 3 /* SCB I/O is active */
#define STATUS_BUSY 0x08
#define STATUS_BUSY BIT(9)