Home
last modified time | relevance | path

Searched defs:RF_Cmd_s (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1630 struct RF_Cmd_s { struct
1631 List_Elem _elem; /* Pointer to next and previous elements. */
1632 RF_Callback volatile pCb; /* Pointer to callback function */
1633 RF_Op* pOp; /* Pointer to (chain of) RF operations(s) */
1634 RF_Object* pClient; /* Pointer to client */
1635 RF_EventMask bmEvent; /* Enable mask for interrupts from the command */
1636 …RF_EventMask pastifg; /* Accumulated value of events happened within a command chain */
1637 …ventMask rfifg; /* Return value for callback 0:31 - RF_CPE0_INT, 32:63 - RF_HW_INT */
1638 RF_CmdHandle ch; /* Command handle */
1639 RF_Priority ePri; /* Priority of RF command */
[all …]