Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/
Dtimer.h149 __STATIC_INLINE uint32_t TIMER_GetCounter(TIMER_T *timer);
461 __STATIC_INLINE uint32_t TIMER_GetCounter(TIMER_T *timer) in TIMER_GetCounter() function
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dtimer.h185 __STATIC_INLINE uint32_t TIMER_GetCounter(TIMER_T *timer);
497 __STATIC_INLINE uint32_t TIMER_GetCounter(TIMER_T *timer) in TIMER_GetCounter() function
/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/native_drivers/
Dtimer_cmsdk_drv.c124 return TIMER_GetCounter(tmr); in timer_cmsdk_get_current_value()
Dtimer_cmsdk.c146 return TIMER_GetCounter(tmr); in cmsdk_timer_get_current_value()