Home
last modified time | relevance | path

Searched refs:hardStop (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c133 rclEventsIn.hardStop = 1; in rclCommandHwi()
149 if (rclEventsIn.gracefulStop || rclEventsIn.hardStop || rclEventsIn.descheduleStop) in rclCommandHwi()
156 if (rclEventsIn.hardStop) in rclCommandHwi()
177 if (rclEventsIn.hardStop) in rclCommandHwi()
875 rclEvent.hardStop = 1; in rclStop()
DRCL_Event.h73 uint32_t hardStop : 1; /*!< Timer/api-based hard-stop signalled */ member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dieee.c157 …c bool RCL_Handler_Ieee_setCustomEventTime(uint32_t eventTime, uint32_t timeMargin, bool hardStop);
495 bool hardStop = (ieeeHandlerState.common.eventTimeType == customHardStop); in RCL_Handler_Ieee_RxTx() local
499 …ee_setCustomEventTime(ieeeHandlerState.common.nextEventTime, IEEE_CCA_START_TIME_MARGIN, hardStop); in RCL_Handler_Ieee_RxTx()
688 if ((rclEventsIn.hardStop && ieeeHandlerState.common.eventTimeType == customEvent) || in RCL_Handler_Ieee_RxTx()
1685 …ic bool RCL_Handler_Ieee_setCustomEventTime(uint32_t eventTime, uint32_t timeMargin, bool hardStop) in RCL_Handler_Ieee_setCustomEventTime() argument
1707 if (hardStop) in RCL_Handler_Ieee_setCustomEventTime()
Dble5.c808 else if (rclEventsIn.hardStop != 0) in RCL_Handler_BLE5_adv()
1757 else if (rclEventsIn.hardStop != 0) in RCL_Handler_BLE5_aux_adv()
2208 if (rclEventsIn.hardStop != 0) in RCL_Handler_BLE5_periodicAdv()
Dgeneric.c579 if (rclEventsIn.hardStop != 0) in RCL_Handler_Generic_TxRepeat()