Searched refs:xTimerPendFunctionCallFromISR (Results 1 – 6 of 6) sorted by relevance
| /Kernel-v11.0.1/include/ |
| D | event_groups.h | 448 …xTimerPendFunctionCallFromISR( vEventGroupClearBitsCallback, ( void * ) ( xEventGroup ), ( uint32_… 604 …xTimerPendFunctionCallFromISR( vEventGroupSetBitsCallback, ( void * ) ( xEventGroup ), ( uint32_t …
|
| D | timers.h | 1200 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend,
|
| /Kernel-v11.0.1/ |
| D | event_groups.c | 508 …xReturn = xTimerPendFunctionCallFromISR( vEventGroupClearBitsCallback, ( void * ) xEventGroup, ( u… in xEventGroupClearBitsFromISR() 814 …xReturn = xTimerPendFunctionCallFromISR( vEventGroupSetBitsCallback, ( void * ) xEventGroup, ( uin… in xEventGroupSetBitsFromISR()
|
| D | MISRA.md | 102 parameter to the xTimerPendFunctionCallFromISR API when the callback is
|
| D | timers.c | 1233 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCallFromISR() function
|
| D | History.txt | 1294 https://www.FreeRTOS.org/xTimerPendFunctionCallFromISR.html
|