Lines Matching defs:tmr
27 int MXC_TMR_Init(mxc_tmr_regs_t *tmr, mxc_tmr_cfg_t *cfg, bool init_pins) in MXC_TMR_Init()
178 void MXC_TMR_Shutdown(mxc_tmr_regs_t *tmr) in MXC_TMR_Shutdown()
211 void MXC_TMR_Start(mxc_tmr_regs_t *tmr) in MXC_TMR_Start()
216 void MXC_TMR_Stop(mxc_tmr_regs_t *tmr) in MXC_TMR_Stop()
221 int MXC_TMR_SetPWM(mxc_tmr_regs_t *tmr, uint32_t pwm) in MXC_TMR_SetPWM()
226 uint32_t MXC_TMR_GetCompare(mxc_tmr_regs_t *tmr) in MXC_TMR_GetCompare()
231 uint32_t MXC_TMR_GetCapture(mxc_tmr_regs_t *tmr) in MXC_TMR_GetCapture()
236 uint32_t MXC_TMR_GetPeriod(mxc_tmr_regs_t *tmr, mxc_tmr_clock_t clock, uint32_t prescalar, in MXC_TMR_GetPeriod()
291 uint32_t MXC_TMR_GetCount(mxc_tmr_regs_t *tmr) in MXC_TMR_GetCount()
296 void MXC_TMR_ClearFlags(mxc_tmr_regs_t *tmr) in MXC_TMR_ClearFlags()
301 uint32_t MXC_TMR_GetFlags(mxc_tmr_regs_t *tmr) in MXC_TMR_GetFlags()
306 void MXC_TMR_EnableInt(mxc_tmr_regs_t *tmr) in MXC_TMR_EnableInt()
311 void MXC_TMR_DisableInt(mxc_tmr_regs_t *tmr) in MXC_TMR_DisableInt()
316 void MXC_TMR_EnableWakeup(mxc_tmr_regs_t *tmr, mxc_tmr_cfg_t *cfg) in MXC_TMR_EnableWakeup()
321 void MXC_TMR_DisableWakeup(mxc_tmr_regs_t *tmr, mxc_tmr_cfg_t *cfg) in MXC_TMR_DisableWakeup()
326 void MXC_TMR_SetCompare(mxc_tmr_regs_t *tmr, uint32_t cmp_cnt) in MXC_TMR_SetCompare()
331 void MXC_TMR_SetCount(mxc_tmr_regs_t *tmr, uint32_t cnt) in MXC_TMR_SetCount()
336 void MXC_TMR_Delay(mxc_tmr_regs_t *tmr, uint32_t us) in MXC_TMR_Delay()
341 void MXC_TMR_TO_Start(mxc_tmr_regs_t *tmr, uint32_t us) in MXC_TMR_TO_Start()
346 int MXC_TMR_TO_Check(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Check()
351 void MXC_TMR_TO_Stop(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Stop()
356 void MXC_TMR_TO_Clear(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Clear()
361 unsigned int MXC_TMR_TO_Elapsed(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Elapsed()
366 unsigned int MXC_TMR_TO_Remaining(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Remaining()
371 void MXC_TMR_SW_Start(mxc_tmr_regs_t *tmr) in MXC_TMR_SW_Start()
376 unsigned int MXC_TMR_SW_Stop(mxc_tmr_regs_t *tmr) in MXC_TMR_SW_Stop()
381 int MXC_TMR_GetTime(mxc_tmr_regs_t *tmr, uint32_t ticks, uint32_t *time, mxc_tmr_unit_t *units) in MXC_TMR_GetTime()