Searched defs:cmdId (Results 1 – 4 of 4) sorted by relevance
27 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK) argument28 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0) argument29 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK) argument
44 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK) argument45 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0) argument46 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK) argument
123 mcpCmdId_t cmdId; /**< Command ID of the command */ member
57 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK) argument58 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0) argument59 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK) argument