Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Buffer.c108 RCL_Debug_assert(size > 0 && size <= 0xFFFF); in RCL_MultiBuffer_init()
136 RCL_Debug_assert(headIndex <= tailIndex); in RCL_MultiBuffer_RxEntry_get()
146 RCL_Debug_assert(multiBuffer->headIndex == 0); in RCL_MultiBuffer_RxEntry_get()
155 RCL_Debug_assert(headIndex <= tailIndex); in RCL_MultiBuffer_RxEntry_get()
190 RCL_Debug_assert(listInfo != NULL); in RCL_MultiBuffer_ListInfo_init()
191 RCL_Debug_assert(list != NULL); in RCL_MultiBuffer_ListInfo_init()
212 RCL_Debug_assert(listInfo != NULL); in RCL_MultiBuffer_RxEntry_next()
217 RCL_Debug_assert(listInfo->multiBuffers != NULL); in RCL_MultiBuffer_RxEntry_next()
239 RCL_Debug_assert(nextIndex <= tailIndex); in RCL_MultiBuffer_RxEntry_next()
260 RCL_Debug_assert(listInfo != NULL); in RCL_MultiBuffer_RxEntry_isLast()
[all …]
DRCL_Scheduler.c131 RCL_Debug_assert(status < RCL_CommandStatus_Error); in RCL_Scheduler_findStopStatus()
144 RCL_Debug_assert(cmd != NULL); in RCL_Scheduler_setStartStopTime()
169 RCL_Debug_assert(cmd != NULL); in RCL_Scheduler_setStartStopTimeEarliestStart()
207 RCL_Debug_assert(timing != NULL); in RCL_Scheduler_setCustomStartStopTime()
232 RCL_Debug_assert(timing != NULL); in RCL_Scheduler_setCustomStartStopTimeEarliestStart()
267 RCL_Debug_assert(cmd != NULL); in RCL_Scheduler_setCmdStopTimeNoStartTrigger()
342 RCL_Debug_assert(RCL_Scheduler_isLater(RCL_Scheduler_getCurrentTime(), actualStartTime)); in rclSchedulerProcessCmdStartStopTime()
DRCL.c103 RCL_Debug_assert(NULL != cmd); in rclCommandHwi()
306 RCL_Debug_assert(currClient != NULL); in rclDispatchHwi()
502 RCL_Debug_assert(rclSchedulerState.currCmd->status < RCL_CommandStatus_Finished); in rclSchedulerHwi()
628 RCL_Debug_assert(rclState.powerNotifyEnableCount > 0); in RCL_openPowerNotifications()
637 RCL_Debug_assert(rclState.powerNotifyEnableCount > 0); in RCL_closePowerNotifications()
772 RCL_Debug_assert(cmd != NULL); in RCL_Command_pend()
773 RCL_Debug_assert(h != NULL); in RCL_Command_pend()
885 RCL_Debug_assert(1 == 0); in rclStop()
DRCL_Debug.h39 #define RCL_Debug_assert(expr) (expr ? (void)0 : RCL_Debug_assertProxy(assert_str(expr), __FILE__, … macro
DLRF.c717 RCL_Debug_assert(totalLength == 0); in LRF_applySettings()