Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_evr.h918 extern void EvrRtxTimerError (osTimerId_t timer_id, int32_t status);
920 #define EvrRtxTimerError(timer_id, status) argument
953 extern void EvrRtxTimerCreated (osTimerId_t timer_id, const char *name);
955 #define EvrRtxTimerCreated(timer_id, name) argument
964 extern void EvrRtxTimerGetName (osTimerId_t timer_id, const char *name);
966 #define EvrRtxTimerGetName(timer_id, name) argument
975 extern void EvrRtxTimerStart (osTimerId_t timer_id, uint32_t ticks);
977 #define EvrRtxTimerStart(timer_id, ticks) argument
985 extern void EvrRtxTimerStarted (osTimerId_t timer_id);
987 #define EvrRtxTimerStarted(timer_id) argument
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/Include/
Dcmsis_os2.h502 const char *osTimerGetName (osTimerId_t timer_id);
508 osStatus_t osTimerStart (osTimerId_t timer_id, uint32_t ticks);
513 osStatus_t osTimerStop (osTimerId_t timer_id);
518 uint32_t osTimerIsRunning (osTimerId_t timer_id);
523 osStatus_t osTimerDelete (osTimerId_t timer_id);
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.h65 __STATIC_INLINE os_timer_t *osRtxTimerId (osTimerId_t timer_id) { in osRtxTimerId() argument
67 return ((os_timer_t *)timer_id); in osRtxTimerId()