Lines Matching refs:RF_EventMask
1202 typedef uint64_t RF_EventMask; typedef
1424 …RF_EventMask volatile eventSync; ///< Event mask/value used by RF_runCmd() and RF_pendC…
1426 …RF_EventMask unpendCause; ///< Internal storage of the return value of RF_pendCm…
1522 typedef void (*RF_Callback)(RF_Handle h, RF_CmdHandle ch, RF_EventMask e);
1537 typedef void (*RF_RatCallback)(RF_Handle h, RF_RatHandle rh, RF_EventMask e, uint32_t compareCaptur…
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 …RF_EventMask rfifg; /* Return value for callback 0:31 - RF_CPE0_INT, 32:63 - RF_HW_I…
2012 …andle RF_postCmd(RF_Handle h, RF_Op *pOp, RF_Priority ePri, RF_Callback pCb, RF_EventMask bmEvent);
2076 …(RF_Handle h, RF_Op *pOp, RF_ScheduleCmdParams *pSchParams, RF_Callback pCb, RF_EventMask bmEvent);
2137 extern RF_EventMask RF_pendCmd(RF_Handle h, RF_CmdHandle ch, RF_EventMask bmEvent);
2166 extern RF_EventMask RF_runCmd(RF_Handle h, RF_Op *pOp, RF_Priority ePri, RF_Callback pCb, RF_EventM…
2187 extern RF_EventMask RF_runScheduleCmd(RF_Handle h, RF_Op *pOp, RF_ScheduleCmdParams *pSchParams, RF…