Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c305 RCL_Client *currClient = currCmd->runtime.client; in rclDispatchHwi() local
306 RCL_Debug_assert(currClient != NULL); in rclDispatchHwi()
339 …RCL_Events rclEvents = { .value = currClient->deferredRclEvents.value & currCmd->runtime.rclCallba… in rclDispatchHwi()
340 …RCL_Events stopEvents = { .value = currClient->deferredRclEvents.value & ((RCL_Events){.stopDelay… in rclDispatchHwi()
343 currClient->deferredRclEvents = RCL_EventNone; in rclDispatchHwi()