Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dgeneric.c136 RCL_Events RCL_Handler_Generic_Fs(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Generic_Fs()
227 RCL_Events RCL_Handler_Generic_FsOff(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Generic_FsOff()
287 RCL_Events RCL_Handler_Generic_Tx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Generic_Tx()
432 …Events RCL_Handler_Generic_TxRepeat(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Generic_TxRepeat()
694 …L_Events RCL_Handler_Generic_TxTest(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Generic_TxTest()
872 RCL_Events RCL_Handler_Generic_Rx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Generic_Rx()
1131 …ts RCL_Handler_Generic_PbeOperation(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Generic_PbeOperation()
1189 RCL_Events RCL_Handler_Nesb_Ptx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Nesb_Ptx()
1496 RCL_Events RCL_Handler_Nesb_Prx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Nesb_Prx()
Dble5.c437 RCL_Events RCL_Handler_BLE5_adv(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_adv()
1430 RCL_Events RCL_Handler_BLE5_aux_adv(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_aux_adv()
2081 …Events RCL_Handler_BLE5_periodicAdv(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_periodicAdv()
2471 …L_Events RCL_Handler_BLE5_scan_init(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_scan_init()
3473 …vents RCL_Handler_BLE5_periodicScan(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_periodicScan()
3896 RCL_Events RCL_Handler_BLE5_conn(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_conn()
4234 RCL_Events RCL_Handler_BLE5_dtmTx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_dtmTx()
4473 …L_Events RCL_Handler_BLE5_genericRx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_genericRx()
4732 …L_Events RCL_Handler_BLE5_genericTx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_genericTx()
4864 RCL_Events RCL_Handler_Ble5_txTest(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Ble5_txTest()
Dadc_noise.c80 …ents RCL_Handler_ADC_Noise_getNoise(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_ADC_Noise_getNoise()
Dieee.c163 RCL_Events RCL_Handler_Ieee_RxTx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Ieee_RxTx()
1262 RCL_Events RCL_Handler_Ieee_TxTest(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Ieee_TxTest()
Dble_cs.c1770 RCL_Events RCL_Handler_BLE_CS(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE_CS()
1916 RCL_Events RCL_Handler_BLE_CS_Precal(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE_CS_Precal()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c115 RCL_Events rclEventsIn = rclSchedulerState.postedRclEvents; in rclCommandHwi() local