Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.h46 #define os_timer_t osRtxTimer_t macro
65 __STATIC_INLINE os_timer_t *osRtxTimerId (osTimerId_t timer_id) { in osRtxTimerId()
67 return ((os_timer_t *)timer_id); in osRtxTimerId()
107 __STATIC_INLINE os_timer_t *osRtxTimerObject (os_object_t *object) { in osRtxTimerObject()
109 return ((os_timer_t *)object); in osRtxTimerObject()
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa_zephyr.h21 typedef struct timer_data *os_timer_t; typedef
22 typedef os_timer_t osa_timer_arg_t;