Home
last modified time | relevance | path

Searched refs:RCL_CtxGenericTx (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dble5.h60 typedef struct RCL_CTX_GENERIC_TX_t RCL_CtxGenericTx; typedef
739 RCL_CtxGenericTx *ctx; /*!< Pointer to context structure */
769 #define RCL_CtxGenericTx_DefaultRuntime() (RCL_CtxGenericTx) RCL_CtxGenericTx_Default()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble5.c4746 RCL_CtxGenericTx *ctx = txCmd->ctx; in RCL_Handler_BLE5_genericTx()