Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 14 of 14) sorted by relevance

/hal_silabs-latest/gecko/emlib/inc/
Dem_timer.h743 __STATIC_INLINE uint32_t TIMER_CaptureGet(TIMER_TypeDef *timer, unsigned int ch) in TIMER_CaptureGet()
769 __STATIC_INLINE uint32_t TIMER_CaptureBufGet(TIMER_TypeDef *timer, unsigned int ch) in TIMER_CaptureBufGet()
801 __STATIC_INLINE void TIMER_CompareBufSet(TIMER_TypeDef *timer, in TIMER_CompareBufSet()
828 __STATIC_INLINE void TIMER_CompareSet(TIMER_TypeDef *timer, in TIMER_CompareSet()
851 __STATIC_INLINE uint32_t TIMER_CounterGet(TIMER_TypeDef *timer) in TIMER_CounterGet()
866 __STATIC_INLINE void TIMER_CounterSet(TIMER_TypeDef *timer, uint32_t val) in TIMER_CounterSet()
896 __STATIC_INLINE void TIMER_Enable(TIMER_TypeDef *timer, bool enable) in TIMER_Enable()
925 __STATIC_INLINE void TIMER_EnableDTI(TIMER_TypeDef *timer, bool enable) in TIMER_EnableDTI()
966 __STATIC_INLINE uint32_t TIMER_GetDTIFault(TIMER_TypeDef *timer) in TIMER_GetDTIFault()
983 __STATIC_INLINE void TIMER_ClearDTIFault(TIMER_TypeDef *timer, uint32_t flags) in TIMER_ClearDTIFault()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_timer.h743 __STATIC_INLINE uint32_t TIMER_CaptureGet(TIMER_TypeDef *timer, unsigned int ch) in TIMER_CaptureGet()
769 __STATIC_INLINE uint32_t TIMER_CaptureBufGet(TIMER_TypeDef *timer, unsigned int ch) in TIMER_CaptureBufGet()
801 __STATIC_INLINE void TIMER_CompareBufSet(TIMER_TypeDef *timer, in TIMER_CompareBufSet()
828 __STATIC_INLINE void TIMER_CompareSet(TIMER_TypeDef *timer, in TIMER_CompareSet()
851 __STATIC_INLINE uint32_t TIMER_CounterGet(TIMER_TypeDef *timer) in TIMER_CounterGet()
866 __STATIC_INLINE void TIMER_CounterSet(TIMER_TypeDef *timer, uint32_t val) in TIMER_CounterSet()
896 __STATIC_INLINE void TIMER_Enable(TIMER_TypeDef *timer, bool enable) in TIMER_Enable()
925 __STATIC_INLINE void TIMER_EnableDTI(TIMER_TypeDef *timer, bool enable) in TIMER_EnableDTI()
966 __STATIC_INLINE uint32_t TIMER_GetDTIFault(TIMER_TypeDef *timer) in TIMER_GetDTIFault()
983 __STATIC_INLINE void TIMER_ClearDTIFault(TIMER_TypeDef *timer, uint32_t flags) in TIMER_ClearDTIFault()
[all …]
/hal_silabs-latest/gecko/emlib/src/
Dem_timer.c56 #define TIMER_DEVICE_ID(timer) ( \ argument
69 #define TIMER_DEVICE_ID(timer) ( \ argument
80 #define TIMER_DEVICE_ID(timer) ( \ argument
88 #define TIMER_DEVICE_ID(timer) ( \ argument
139 static void timerPrsConfig(TIMER_TypeDef * timer, unsigned int cc, unsigned int prsCh, bool async) in timerPrsConfig()
178 void TIMER_Init(TIMER_TypeDef *timer, const TIMER_Init_TypeDef *init) in TIMER_Init()
264 void TIMER_InitCC(TIMER_TypeDef *timer, in TIMER_InitCC()
331 void TIMER_InitDTI(TIMER_TypeDef *timer, const TIMER_InitDTI_TypeDef *init) in TIMER_InitDTI()
430 void TIMER_Reset(TIMER_TypeDef *timer) in TIMER_Reset()
510 void TIMER_SyncWait(TIMER_TypeDef * timer) in TIMER_SyncWait()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_timer.c56 #define TIMER_DEVICE_ID(timer) ( \ argument
69 #define TIMER_DEVICE_ID(timer) ( \ argument
80 #define TIMER_DEVICE_ID(timer) ( \ argument
88 #define TIMER_DEVICE_ID(timer) ( \ argument
139 static void timerPrsConfig(TIMER_TypeDef * timer, unsigned int cc, unsigned int prsCh, bool async) in timerPrsConfig()
178 void TIMER_Init(TIMER_TypeDef *timer, const TIMER_Init_TypeDef *init) in TIMER_Init()
264 void TIMER_InitCC(TIMER_TypeDef *timer, in TIMER_InitCC()
331 void TIMER_InitDTI(TIMER_TypeDef *timer, const TIMER_InitDTI_TypeDef *init) in TIMER_InitDTI()
430 void TIMER_Reset(TIMER_TypeDef *timer) in TIMER_Reset()
510 void TIMER_SyncWait(TIMER_TypeDef * timer) in TIMER_SyncWait()
/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_I2C_A_Type.c49 uint32_t timer, in _SI32_I2C_A_initialize()
1652 uint32_t timer) in _SI32_I2C_A_write_timer()
DSI32_I2C_A_Type.h108 #define SI32_I2C_A_initialize(basePointer, control, config, saddress, smask, timer, timerrl, sconfi… argument
1832 #define SI32_I2C_A_write_timer(basePointer, timer) \ argument
/hal_silabs-latest/si32/si32Hal/sim3l1xx/
DSI32_PBCFG_A_Type.c342 uint32_t timer) in _SI32_PBCFG_A_set_pulse_generator_timer()
DSI32_PBCFG_A_Type.h414 #define SI32_PBCFG_A_set_pulse_generator_timer(basePointer, timer) do{ \ argument
/hal_silabs-latest/si32/si32Hal/sim3c1xx/
DSI32_PBCFG_A_Type.c290 uint32_t timer) in _SI32_PBCFG_A_set_pulse_generator_timer()
DSI32_PBCFG_A_Type.h367 #define SI32_PBCFG_A_set_pulse_generator_timer(basePointer, timer) do{ \ argument
/hal_silabs-latest/si32/si32Hal/sim3u1xx/
DSI32_PBCFG_A_Type.c290 uint32_t timer) in _SI32_PBCFG_A_set_pulse_generator_timer()
DSI32_PBCFG_A_Type.h365 #define SI32_PBCFG_A_set_pulse_generator_timer(basePointer, timer) do{ \ argument
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c1576 static void process_expired_timer(sl_sleeptimer_timer_handle_t *timer) in process_expired_timer()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c1601 sl_status_t sl_si91x_set_rtc_timer(const sl_si91x_module_rtc_time_t *timer) in sl_si91x_set_rtc_timer()