Home
last modified time | relevance | path

Searched refs:rclEventsIn (Results 1 – 11 of 11) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dgeneric.h40 RCL_Events RCL_Handler_Generic_Fs(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
41 RCL_Events RCL_Handler_Generic_FsOff(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn
42 RCL_Events RCL_Handler_Generic_Tx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
43 …vents RCL_Handler_Generic_TxRepeat(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
44 …_Events RCL_Handler_Generic_TxTest(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
45 RCL_Events RCL_Handler_Generic_Rx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
46 …s RCL_Handler_Generic_PbeOperation(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
47 RCL_Events RCL_Handler_Nesb_Ptx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
48 RCL_Events RCL_Handler_Nesb_Prx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
Dble5.h43 RCL_Events RCL_Handler_BLE5_adv(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
44 …_Events RCL_Handler_BLE5_scan_init(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
45 RCL_Events RCL_Handler_BLE5_conn(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
46 RCL_Events RCL_Handler_BLE5_dtmTx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
47 …_Events RCL_Handler_BLE5_genericRx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
48 …_Events RCL_Handler_BLE5_genericTx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
49 RCL_Events RCL_Handler_Ble5_txTest(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
50 RCL_Events RCL_Handler_BLE5_aux_adv(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
51 …vents RCL_Handler_BLE5_periodicAdv(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
52 …ents RCL_Handler_BLE5_periodicScan(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
Dble_cs.h41 RCL_Events RCL_Handler_BLE_CS(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
42 RCL_Events RCL_Handler_BLE_CS_Precal(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn
Dieee.h43 RCL_Events RCL_Handler_Ieee_RxTx(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
44 RCL_Events RCL_Handler_Ieee_TxTest(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
Dgeneric.c136 RCL_Events RCL_Handler_Generic_Fs(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_Generic_Fs() argument
141 if (rclEventsIn.setup != 0) in RCL_Handler_Generic_Fs()
180 if (rclEventsIn.timerStart != 0) 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() argument
231 if (rclEventsIn.setup != 0) 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() argument
292 if (rclEventsIn.setup != 0) in RCL_Handler_Generic_Tx()
388 if (rclEventsIn.timerStart != 0) 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() argument
438 if (rclEventsIn.setup != 0) in RCL_Handler_Generic_TxRepeat()
[all …]
Dble5.c437 RCL_Events RCL_Handler_BLE5_adv(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_BLE5_adv() argument
448 if (rclEventsIn.setup != 0) in RCL_Handler_BLE5_adv()
726 if(rclEventsIn.handlerCmdUpdate != 0) in RCL_Handler_BLE5_adv()
772 rclEventsIn.rxBufferUpdate = 0; in RCL_Handler_BLE5_adv()
785 if (rclEventsIn.timerStart != 0) in RCL_Handler_BLE5_adv()
789 if (rclEventsIn.gracefulStop != 0) in RCL_Handler_BLE5_adv()
794 if (lrfEvents.opDone != 0 && rclEventsIn.handlerCmdUpdate == 0) in RCL_Handler_BLE5_adv()
808 else if (rclEventsIn.hardStop != 0) in RCL_Handler_BLE5_adv()
817 rclEventsIn.gracefulStop != 0) in RCL_Handler_BLE5_adv()
917 if (rclEventsIn.rxBufferUpdate != 0) in RCL_Handler_BLE5_adv()
[all …]
Dadc_noise.h40 …nts RCL_Handler_ADC_Noise_getNoise(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn);
Dadc_noise.c80 …ents RCL_Handler_ADC_Noise_getNoise(RCL_Command *cmd, LRF_Events lrfEvents, RCL_Events rclEventsIn) in RCL_Handler_ADC_Noise_getNoise() argument
85 if (rclEventsIn.setup != 0) in RCL_Handler_ADC_Noise_getNoise()
127 if (rclEventsIn.timerStart != 0) 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() argument
171 if (rclEventsIn.setup != 0) in RCL_Handler_Ieee_RxTx()
491 if (rclEventsIn.stopTimesUpdated) in RCL_Handler_Ieee_RxTx()
502 if (rclEventsIn.handlerCmdUpdate) in RCL_Handler_Ieee_RxTx()
605 if (rclEventsIn.timerStart != 0) in RCL_Handler_Ieee_RxTx()
613 if (rclEventsIn.rxBufferUpdate != 0) in RCL_Handler_Ieee_RxTx()
688 if ((rclEventsIn.hardStop && ieeeHandlerState.common.eventTimeType == customEvent) || 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() argument
1267 if (rclEventsIn.setup != 0) in RCL_Handler_Ieee_TxTest()
1371 if (rclEventsIn.timerStart != 0) 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() argument
1775 if (rclEventsIn.setup != 0) in RCL_Handler_BLE_CS()
1854 if (rclEventsIn.timerStart != 0) 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() argument
1921 if (rclEventsIn.setup != 0) 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
127 rclEventsIn.setup = 1; in rclCommandHwi()
130 rclEventsIn.timerStart = 1; in rclCommandHwi()
133 rclEventsIn.hardStop = 1; in rclCommandHwi()
136 rclEventsIn.packetTimeout = 1; in rclCommandHwi()
139 rclEventsIn.gracefulStop = 1; in rclCommandHwi()
145 …Log_printf(RclCore, Log_DEBUG, "Command input events RCL: 0x%08X; LRF: 0x%08X", rclEventsIn.value,… in rclCommandHwi()
149 if (rclEventsIn.gracefulStop || rclEventsIn.hardStop || rclEventsIn.descheduleStop) in rclCommandHwi()
156 if (rclEventsIn.hardStop) in rclCommandHwi()
160 else if (rclEventsIn.gracefulStop) in rclCommandHwi()
[all …]