Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/log/
DLog.h621 #define _Log_APPEND_META_TO_FORMAT(opcode, \ argument
628 _Log_TOKEN2STRING(opcode) "\x1e" \
640 #define _Log_PLACE_FORMAT_IN_SECTOR(name, opcode, level, module, format, nargs)\ argument
642 _Log_APPEND_META_TO_FORMAT(opcode, \
651 #define _Log_PLACE_FORMAT_IN_SECTOR(name, opcode, level, module, format, nargs)\
654 _Log_APPEND_META_TO_FORMAT(opcode, \
826 #define _Log_printf_C_0(opcode, module, level, ...) argument
831 #define _Log_printf_C_1(opcode, module, level, ...) \ argument
837 opcode, \
857 #define _Log_printf_B(opcode, module, level, ...) \ argument
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c252 uint8_t opcode = (object->operationType & AESCMAC_OP_CODE_MASK); in AESCMACLPF3_getResult() local
259 if (opcode != AESCMAC_OP_CODE_SEGMENTED) in AESCMACLPF3_getResult()
274 if (opcode != AESCMAC_OP_CODE_SEGMENTED) in AESCMACLPF3_getResult()
303 uint8_t opcode = (object->operationType & AESCMAC_OP_CODE_MASK); in AESCMACLPF3_startOperation() local
309 DebugP_assert((opcode == AESCMAC_OP_CODE_SEGMENTED) || (operation->mac)); in AESCMACLPF3_startOperation()
322 if (opcode != AESCMAC_OP_CODE_SEGMENTED) in AESCMACLPF3_startOperation()
619 uint8_t opcode = (object->operationType & AESCMAC_OP_CODE_MASK); in AESCMACLPF3_waitForResult() local
633 if (opcode != AESCMAC_OP_CODE_SEGMENTED) in AESCMACLPF3_waitForResult()
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.h92 #define SL_DRV_SYNC_OBJ_WAIT_TIMEOUT(SyncObj, timeoutVal, opcode) { \ argument
93 if (SL_API_ABORTED == _SlDrvSyncObjWaitTimeout(SyncObj, timeoutVal, opcode)) \
Ddriver.c551 _u16 opcode; member
1651 if (OpcodeTranslateTable[i].opcode == pHdr->GenHeader.Opcode) in _SlDrvAsyncEventGenericHandler()