Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/Utilities/tim_serv/
Dstm32_timer.h83 } UTIL_TIMER_Status_t; typedef
106UTIL_TIMER_Status_t (* InitTimer )( void ); /*!< Initialisation of the low laye…
107UTIL_TIMER_Status_t (* DeInitTimer )( void ); /*!< Un-Initialisation of the low l…
109 UTIL_TIMER_Status_t (* StartTimerEvt )( uint32_t timeout ); /*!< Start the low layer timer */
110 UTIL_TIMER_Status_t (* StopTimerEvt )( void); /*!< Stop the low layer timer */
161 UTIL_TIMER_Status_t UTIL_TIMER_Init(void);
168 UTIL_TIMER_Status_t UTIL_TIMER_DeInit(void);
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…
[all …]