Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/Utilities/tim_serv/
Dstm32_timer.h99 } UTIL_TIMER_Object_t; typedef
183 UTIL_TIMER_Status_t UTIL_TIMER_Create( UTIL_TIMER_Object_t *TimerObject, uint32_t PeriodValue, UTIL…
191 UTIL_TIMER_Status_t UTIL_TIMER_Start( UTIL_TIMER_Object_t *TimerObject );
200 UTIL_TIMER_Status_t UTIL_TIMER_StartWithPeriod( UTIL_TIMER_Object_t *TimerObject, uint32_t PeriodVa…
208 UTIL_TIMER_Status_t UTIL_TIMER_Stop( UTIL_TIMER_Object_t *TimerObject );
218 UTIL_TIMER_Status_t UTIL_TIMER_SetPeriod(UTIL_TIMER_Object_t *TimerObject, uint32_t NewPeriodValue);
227 UTIL_TIMER_Status_t UTIL_TIMER_SetReloadMode(UTIL_TIMER_Object_t *TimerObject, UTIL_TIMER_Mode_t Re…
236 UTIL_TIMER_Status_t UTIL_TIMER_GetRemainingTime(UTIL_TIMER_Object_t *TimerObject, uint32_t *Time);
244 uint32_t UTIL_TIMER_IsRunning( UTIL_TIMER_Object_t *TimerObject );
279 UTIL_TIMER_Object_t *UTIL_TIMER_GetTimerList(void);
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/Flash/
Drf_timing_synchro.c52 static UTIL_TIMER_Object_t rfts_timer;