Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lptmr.h289 static inline void LPTMR_SetTimerPeriod(LPTMR_Type *base, uint32_t ticks) in LPTMR_SetTimerPeriod() argument
291 assert(ticks > 0); in LPTMR_SetTimerPeriod()
292 base->CMR = ticks - 1; in LPTMR_SetTimerPeriod()
Dfsl_lpit.h297 static inline void LPIT_SetTimerPeriod(LPIT_Type* base, lpit_chnl_t channel, uint32_t ticks) in LPIT_SetTimerPeriod() argument
299 base->CHANNEL[channel].TVAL = ticks; in LPIT_SetTimerPeriod()
Dfsl_tpm.h523 static inline void TPM_SetTimerPeriod(TPM_Type *base, uint32_t ticks) in TPM_SetTimerPeriod() argument
525 base->MOD = ticks; in TPM_SetTimerPeriod()