STAT_OK
#define STAT_OK 0
#define STAT_OK 0x2000 /* Command executed ok */
#define STAT_OK (1 << 13)
#define STAT_OK 0x2000 /* Command executed ok */
#define STAT_OK 0x2000 /* status: frame/command is ok */
STAT_OK,