Home
last modified time | relevance | path

Searched refs:timing (Results 1 – 8 of 8) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Scheduler.c62 static RCL_CommandStatus rclSchedulerProcessCmdStartStopTime(const RCL_CommandTiming *timing, uint3…
149 startTime = cmd->timing.absStartTime; in RCL_Scheduler_setStartStopTime()
158 return rclSchedulerProcessCmdStartStopTime(&cmd->timing, startTime, startType); in RCL_Scheduler_setStartStopTime()
174 startTime = cmd->timing.absStartTime; in RCL_Scheduler_setStartStopTimeEarliestStart()
196 return rclSchedulerProcessCmdStartStopTime(&cmd->timing, startTime, startType); in RCL_Scheduler_setStartStopTimeEarliestStart()
202 RCL_CommandStatus RCL_Scheduler_setCustomStartStopTime(const RCL_CommandTiming *timing, RCL_Schedul… in RCL_Scheduler_setCustomStartStopTime() argument
207 RCL_Debug_assert(timing != NULL); in RCL_Scheduler_setCustomStartStopTime()
212 startTime = timing->absStartTime; in RCL_Scheduler_setCustomStartStopTime()
221 return rclSchedulerProcessCmdStartStopTime(timing, startTime, startType); in RCL_Scheduler_setCustomStartStopTime()
227 RCL_CommandStatus RCL_Scheduler_setCustomStartStopTimeEarliestStart(const RCL_CommandTiming *timing in RCL_Scheduler_setCustomStartStopTimeEarliestStart() argument
[all …]
DRCL_Scheduler.h164 RCL_CommandStatus RCL_Scheduler_setCustomStartStopTime(const RCL_CommandTiming *timing, RCL_Schedul…
183 RCL_CommandStatus RCL_Scheduler_setCustomStartStopTimeEarliestStart(const RCL_CommandTiming *timing
DRCL_Command.h181 RCL_CommandTiming timing; /*!< Timing information */ member
195 .timing = { \
DRCL.c424 uint32_t then = cmd->timing.absStartTime - RCL_SCHEDULER_MARGIN_LOAD*2; in scheduleHook()
481 … : RCL_Scheduler_delta(RCL_Scheduler_getCurrentTime(), nextCmd->timing.absStartTime); in rclSchedulerHwi()
539 hal_setup_setup_time(rclSchedulerState.currCmd->timing.absStartTime - margin); in rclSchedulerHwi()
542 …ith margin subtracted from deltaTime: %d µs", rclSchedulerState.currCmd->timing.absStartTime, delt… in rclSchedulerHwi()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c967 pCmd->timing.tSw = 0; in RCL_Handler_BLE_CS_preprocessCommand()
1000 …HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE_CS_RAM_O_TFCS) = pCmd->timing.tFcs - (TPLT + co… in RCL_Handler_BLE_CS_preprocessCommand()
1001 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE_CS_RAM_O_TFM) = pCmd->timing.tFm; in RCL_Handler_BLE_CS_preprocessCommand()
1002 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE_CS_RAM_O_TPM) = pCmd->timing.tPm; in RCL_Handler_BLE_CS_preprocessCommand()
1003 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE_CS_RAM_O_TIP1) = pCmd->timing.tIp1; in RCL_Handler_BLE_CS_preprocessCommand()
1004 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE_CS_RAM_O_TIP2) = pCmd->timing.tIp2; in RCL_Handler_BLE_CS_preprocessCommand()
1005 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE_CS_RAM_O_TSW) = pCmd->timing.tSw; in RCL_Handler_BLE_CS_preprocessCommand()
1006 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE_CS_RAM_O_TSWADJA) = pCmd->timing.tSwAdjustA; in RCL_Handler_BLE_CS_preprocessCommand()
1007 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE_CS_RAM_O_TSWADJB) = pCmd->timing.tSwAdjustB; in RCL_Handler_BLE_CS_preprocessCommand()
1045 if (pCmd->timing.tPm <= RCL_BLE_CS_US_TO_MCE_TIMER(20)) in RCL_Handler_BLE_CS_preprocessCommand()
[all …]
Dieee.c235 …uint32_t cmdTime = (cmd->scheduling == RCL_Schedule_AbsTime) ? cmd->timing.absStartTime : RCL_Sche… in RCL_Handler_Ieee_RxTx()
294 RCL_CommandTiming timing = cmd->timing; in RCL_Handler_Ieee_RxTx() local
295 timing.absStartTime = ieeeHandlerState.rxTx.ccaTxStartTime; in RCL_Handler_Ieee_RxTx()
296 … startTimeStatus = RCL_Scheduler_setCustomStartStopTimeEarliestStart(&timing, RCL_Schedule_AbsTime, in RCL_Handler_Ieee_RxTx()
Dble5.c3970 startDelay = rclSchedulerState.actualStartTime - cmd->timing.absStartTime; in RCL_Handler_BLE5_conn()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dble_cs.h140 } timing; member