Home
last modified time | relevance | path

Searched refs:RCL_CommandStatus (Results 1 – 13 of 13) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Scheduler.h119 RCL_CommandStatus RCL_Scheduler_findStopStatus(RCL_StopType stopType);
132 RCL_CommandStatus RCL_Scheduler_setStartStopTime(const RCL_Command *cmd);
147 RCL_CommandStatus RCL_Scheduler_setStartStopTimeEarliestStart(const RCL_Command *cmd, uint32_t earl…
164 RCL_CommandStatus RCL_Scheduler_setCustomStartStopTime(const RCL_CommandTiming *timing, RCL_Schedul…
183 RCL_CommandStatus RCL_Scheduler_setCustomStartStopTimeEarliestStart(const RCL_CommandTiming *timing…
196 RCL_CommandStatus RCL_Scheduler_setCmdStopTimeNoStartTrigger(const RCL_Command *cmd);
205 RCL_CommandStatus RCL_Scheduler_setNewStartNow(void);
218 RCL_CommandStatus RCL_Scheduler_setNewStartAbsTime(uint32_t startTime, bool allowDelay);
229 RCL_CommandStatus RCL_Scheduler_setNewStartRelTime(uint32_t relStartTime);
DRCL.h121 RCL_CommandStatus RCL_Command_submit(RCL_Handle h, RCL_Command_Handle c);
132 RCL_CommandStatus RCL_Command_pend(RCL_Command_Handle c);
146 RCL_CommandStatus RCL_Command_stop(RCL_Command_Handle c, RCL_StopType stopType);
DRCL_Scheduler.c62 static RCL_CommandStatus rclSchedulerProcessCmdStartStopTime(const RCL_CommandTiming *timing, uint3…
70 RCL_CommandStatus RCL_Scheduler_findStopStatus(RCL_StopType stopType) in RCL_Scheduler_findStopStatus()
72 RCL_CommandStatus status; in RCL_Scheduler_findStopStatus()
139 RCL_CommandStatus RCL_Scheduler_setStartStopTime(const RCL_Command *cmd) in RCL_Scheduler_setStartStopTime()
164 RCL_CommandStatus RCL_Scheduler_setStartStopTimeEarliestStart(const RCL_Command *cmd, uint32_t earl… in RCL_Scheduler_setStartStopTimeEarliestStart()
202 RCL_CommandStatus RCL_Scheduler_setCustomStartStopTime(const RCL_CommandTiming *timing, RCL_Schedul… in RCL_Scheduler_setCustomStartStopTime()
227 RCL_CommandStatus RCL_Scheduler_setCustomStartStopTimeEarliestStart(const RCL_CommandTiming *timing… in RCL_Scheduler_setCustomStartStopTimeEarliestStart()
265 RCL_CommandStatus RCL_Scheduler_setCmdStopTimeNoStartTrigger(const RCL_Command *cmd) in RCL_Scheduler_setCmdStopTimeNoStartTrigger()
275 RCL_CommandStatus RCL_Scheduler_setNewStartNow(void) in RCL_Scheduler_setNewStartNow()
283 RCL_CommandStatus RCL_Scheduler_setNewStartAbsTime(uint32_t startTime, bool allowDelay) in RCL_Scheduler_setNewStartAbsTime()
[all …]
DRCL_Command.h122 } RCL_CommandStatus; typedef
177 RCL_CommandStatus status : 8; /*!< Status of command */
DRCL.c64 static RCL_CommandStatus rclStop(RCL_Command_Handle c, RCL_StopType stopType, RCL_SchedulerStopReas…
733 RCL_CommandStatus RCL_Command_submit(RCL_Handle h, RCL_Command_Handle c) in RCL_Command_submit()
767 RCL_CommandStatus RCL_Command_pend(RCL_Command_Handle c) in RCL_Command_pend()
794 RCL_CommandStatus RCL_Command_stop(RCL_Command_Handle c, RCL_StopType stopType) in RCL_Command_stop()
802 static RCL_CommandStatus rclStop(RCL_Command_Handle c, RCL_StopType stopType, RCL_SchedulerStopReas… in rclStop()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.h127 RCL_CommandStatus RCL_IEEE_Tx_submit(RCL_CmdIeeeRxTx *cmd, RCL_CmdIeee_TxAction *txAction);
141 RCL_CommandStatus RCL_IEEE_Tx_stop(RCL_CmdIeeeRxTx *cmd, RCL_StopType stopType);
156 RCL_CommandStatus RCL_IEEE_Tx_pend(RCL_CmdIeeeRxTx *cmd);
Dgeneric.c79 RCL_CommandStatus endStatus;
120 static RCL_CommandStatus RCL_Handler_Generic_findPbeErrorEndStatus(uint16_t pbeEndStatus);
160RCL_CommandStatus startTimeStatus = RCL_Scheduler_setStartStopTimeEarliestStart(cmd, earliestStart… in RCL_Handler_Generic_Fs()
200 RCL_CommandStatus endStatus = genericHandlerState.common.endStatus; in RCL_Handler_Generic_Fs()
239 RCL_CommandStatus startTimeStatus = RCL_Scheduler_setCmdStopTimeNoStartTrigger(cmd); in RCL_Handler_Generic_FsOff()
365RCL_CommandStatus startTimeStatus = RCL_Scheduler_setStartStopTimeEarliestStart(cmd, earliestStart… in RCL_Handler_Generic_Tx()
407 RCL_CommandStatus endStatus = genericHandlerState.common.endStatus; in RCL_Handler_Generic_Tx()
530RCL_CommandStatus startTimeStatus = RCL_Scheduler_setStartStopTimeEarliestStart(cmd, earliestStart… in RCL_Handler_Generic_TxRepeat()
592 RCL_CommandStatus startTimeStatus; in RCL_Handler_Generic_TxRepeat()
793RCL_CommandStatus startTimeStatus = RCL_Scheduler_setStartStopTimeEarliestStart(cmd, earliestStart… in RCL_Handler_Generic_TxTest()
[all …]
Dieee.c124 RCL_CommandStatus endStatus;
153 static RCL_CommandStatus RCL_Handler_Ieee_findPbeErrorEndStatus(uint16_t pbeEndStatus);
291 RCL_CommandStatus startTimeStatus; in RCL_Handler_Ieee_RxTx()
895RCL_CommandStatus status = RCL_Scheduler_setNewStartAbsTime(ieeeHandlerState.rxTx.ccaTxStartTime, … in RCL_Handler_Ieee_RxTx()
925 RCL_CommandStatus endStatus = ieeeHandlerState.common.endStatus; in RCL_Handler_Ieee_RxTx()
948 RCL_CommandStatus endStatus = ieeeHandlerState.common.endStatus; in RCL_Handler_Ieee_RxTx()
1210 RCL_CommandStatus status = RCL_Scheduler_setNewStartNow(); in RCL_Handler_Ieee_RxTx()
1346RCL_CommandStatus startTimeStatus = RCL_Scheduler_setStartStopTimeEarliestStart(cmd, earliestStart… in RCL_Handler_Ieee_TxTest()
1377 RCL_CommandStatus endStatus = ieeeHandlerState.common.endStatus; in RCL_Handler_Ieee_TxTest()
1390 RCL_CommandStatus endStatus = ieeeHandlerState.common.endStatus; in RCL_Handler_Ieee_TxTest()
[all …]
Dble5.c100 RCL_CommandStatus endStatus;
181 static RCL_CommandStatus RCL_Handler_BLE5_setPhy(uint16_t phyFeatures);
182 static RCL_CommandStatus RCL_Handler_BLE5_findPbeErrorEndStatus(uint16_t pbeEndStatus);
468 RCL_CommandStatus status = RCL_Handler_BLE5_setPhy(cmd->phyFeatures); in RCL_Handler_BLE5_adv()
899 RCL_CommandStatus endStatus = ble5HandlerState.common.endStatus; in RCL_Handler_BLE5_adv()
940 RCL_CommandStatus startTimeStatus; in RCL_Handler_BLE5_adv()
1054 RCL_CommandStatus startTimeStatus; in RCL_Handler_BLE5_adv()
1456 RCL_CommandStatus status = RCL_Handler_BLE5_setPhy(cmd->phyFeatures); in RCL_Handler_BLE5_aux_adv()
1814 RCL_CommandStatus endStatus = ble5HandlerState.common.endStatus; in RCL_Handler_BLE5_aux_adv()
1840 RCL_CommandStatus startTimeStatus; in RCL_Handler_BLE5_aux_adv()
[all …]
Dadc_noise.c88 RCL_CommandStatus startTimeStatus; in RCL_Handler_ADC_Noise_getNoise()
177 RCL_CommandStatus startTimeStatus; in RCL_Handler_ADC_Noise_getNoise()
Dble_cs.c110 RCL_CommandStatus endStatus;
520 static RCL_CommandStatus RCL_Handler_BLE_CS_findPbeErrorEndStatus(uint16_t pbeEndStatus);
1736 static RCL_CommandStatus RCL_Handler_BLE_CS_findPbeErrorEndStatus(uint16_t pbeEndStatus) in RCL_Handler_BLE_CS_findPbeErrorEndStatus()
1738 RCL_CommandStatus status; in RCL_Handler_BLE_CS_findPbeErrorEndStatus()
1802RCL_CommandStatus startTimeStatus = RCL_Scheduler_setStartStopTimeEarliestStart(cmd, earliestStart… in RCL_Handler_BLE_CS()
1886 RCL_CommandStatus endStatus = bleCsHandlerState.common.endStatus; in RCL_Handler_BLE_CS()
1937RCL_CommandStatus startTimeStatus = RCL_Scheduler_setStartStopTimeEarliestStart(cmd, earliestStart… in RCL_Handler_BLE_CS_Precal()
1997 RCL_CommandStatus endStatus = bleCsHandlerState.common.endStatus; in RCL_Handler_BLE_CS_Precal()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/wrappers/
DRCL_AdcNoise.c103 RCL_CommandStatus status; in RCL_AdcNoise_get_samples_blocking()
151 RCL_CommandStatus status; in RCL_AdcNoise_get_samples_callback()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h208 RCL_CommandStatus txStatus; /*!< Returned status of TX operation */