Macros

#define READ_POS   (0x00)
 
#define WRITE_POS   (0x02)
 
#define INDICATE_POS   (0x04)
 
#define NOTIFY_POS   (0x06)
 

Detailed Description

Macro Definition Documentation

◆ INDICATE_POS

#define INDICATE_POS   (0x04)

Bit position of indicate bit. Used by INDICATE_PERM.

◆ NOTIFY_POS

#define NOTIFY_POS   (0x06)

Bit position of notify bit. Used by NOTIFY_PERM.

◆ READ_POS

#define READ_POS   (0x00)

Bit position of read permission. Used by READ_PERM.

◆ WRITE_POS

#define WRITE_POS   (0x02)

Bit position of write permission. Used by WRITE_CMD_PERM, WRITE_REQ_PERM, WRITE_SIGNED_PERM.