Lines Matching defs:tmr

37 void MXC_TMR_Init(mxc_tmr_regs_t *tmr, mxc_tmr_cfg_t *cfg)  in MXC_TMR_Init()
82 void MXC_TMR_Shutdown(mxc_tmr_regs_t *tmr) in MXC_TMR_Shutdown()
119 void MXC_TMR_Start(mxc_tmr_regs_t *tmr) in MXC_TMR_Start()
125 void MXC_TMR_Stop(mxc_tmr_regs_t *tmr) in MXC_TMR_Stop()
131 int MXC_TMR_SetPWM(mxc_tmr_regs_t *tmr, uint32_t pwm) in MXC_TMR_SetPWM()
137 uint32_t MXC_TMR_GetCompare(mxc_tmr_regs_t *tmr) in MXC_TMR_GetCompare()
143 uint32_t MXC_TMR_GetCapture(mxc_tmr_regs_t *tmr) in MXC_TMR_GetCapture()
149 uint32_t MXC_TMR_GetCount(mxc_tmr_regs_t *tmr) in MXC_TMR_GetCount()
155 void MXC_TMR_ClearFlags(mxc_tmr_regs_t *tmr) in MXC_TMR_ClearFlags()
161 uint32_t MXC_TMR_GetFlags(mxc_tmr_regs_t *tmr) in MXC_TMR_GetFlags()
167 void MXC_TMR_SetCompare(mxc_tmr_regs_t *tmr, uint32_t cmp_cnt) in MXC_TMR_SetCompare()
173 void MXC_TMR_SetCount(mxc_tmr_regs_t *tmr, uint32_t cnt) in MXC_TMR_SetCount()
179 void MXC_TMR_Delay(mxc_tmr_regs_t *tmr, uint32_t us) in MXC_TMR_Delay()
185 void MXC_TMR_TO_Start(mxc_tmr_regs_t *tmr, uint32_t us) in MXC_TMR_TO_Start()
191 int MXC_TMR_TO_Check(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Check()
197 void MXC_TMR_TO_Stop(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Stop()
203 void MXC_TMR_TO_Clear(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Clear()
209 unsigned int MXC_TMR_TO_Elapsed(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Elapsed()
215 unsigned int MXC_TMR_TO_Remaining(mxc_tmr_regs_t *tmr) in MXC_TMR_TO_Remaining()
221 void MXC_TMR_SW_Start(mxc_tmr_regs_t *tmr) in MXC_TMR_SW_Start()
227 unsigned int MXC_TMR_SW_Stop(mxc_tmr_regs_t *tmr) in MXC_TMR_SW_Stop()
233 int MXC_TMR_GetTime(mxc_tmr_regs_t *tmr, uint32_t ticks, uint32_t *time, mxc_tmr_unit_t *units) in MXC_TMR_GetTime()