Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pit/
Dfsl_pit.h38 } pit_chnl_t; typedef
130 static inline void PIT_SetTimerChainMode(PIT_Type *base, pit_chnl_t channel, bool enable) in PIT_SetTimerChainMode()
159 static inline void PIT_EnableInterrupts(PIT_Type *base, pit_chnl_t channel, uint32_t mask) in PIT_EnableInterrupts()
172 static inline void PIT_DisableInterrupts(PIT_Type *base, pit_chnl_t channel, uint32_t mask) in PIT_DisableInterrupts()
186 static inline uint32_t PIT_GetEnabledInterrupts(PIT_Type *base, pit_chnl_t channel) in PIT_GetEnabledInterrupts()
207 static inline uint32_t PIT_GetStatusFlags(PIT_Type *base, pit_chnl_t channel) in PIT_GetStatusFlags()
220 static inline void PIT_ClearStatusFlags(PIT_Type *base, pit_chnl_t channel, uint32_t mask) in PIT_ClearStatusFlags()
246 static inline void PIT_SetTimerPeriod(PIT_Type *base, pit_chnl_t channel, uint32_t count) in PIT_SetTimerPeriod()
266 static inline uint32_t PIT_GetCurrentTimerCount(PIT_Type *base, pit_chnl_t channel) in PIT_GetCurrentTimerCount()
288 static inline void PIT_StartTimer(PIT_Type *base, pit_chnl_t channel) in PIT_StartTimer()
[all …]