Searched refs:countMode (Results 1 – 10 of 10) sorted by relevance
146 tmr->CTRL1_B.CNTDIR = baseConfig->countMode & 0x01; in TMR_ConfigTimeBase()148 tmr->CTRL1_B.CAMSEL = baseConfig->countMode >> 4; in TMR_ConfigTimeBase()177 baseConfig->countMode = TMR_COUNTER_MODE_UP; in TMR_ConfigTimeBaseStructInit()219 void TMR_ConfigCounterMode(TMR_T *tmr, TMR_COUNTER_MODE_T countMode) in TMR_ConfigCounterMode() argument221 tmr->CTRL1_B.CNTDIR = countMode & 0x01; in TMR_ConfigCounterMode()222 tmr->CTRL1_B.CAMSEL = countMode >> 4; in TMR_ConfigCounterMode()
497 TMR_COUNTER_MODE_T countMode; member591 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode);
496 TMR_COUNTER_MODE_T countMode; member590 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode);
521 TMR_COUNTER_MODE_T countMode; /*!< TMR counter mode selection */ member580 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode);
95 temp |= baseConfig->countMode; in TMR_ConfigTimeBase()308 baseConfig->countMode = TMR_COUNTER_MODE_UP; in TMR_ConfigTimeBaseStructInit()713 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode) in TMR_ConfigCounterMode() argument717 tmr->CTRL1 |= countMode; in TMR_ConfigCounterMode()
362 base_config.countMode = TMR_COUNTER_MODE_UP; in apm32_hwtimer_init()366 base_config.countMode = TMR_COUNTER_MODE_DOWN; in apm32_hwtimer_init()
370 base_config.countMode = TMR_COUNTER_MODE_UP; in apm32_pwm_hw_init()
118 temp |= baseConfig->countMode; in TMR_ConfigTimeBase()336 baseConfig->countMode = TMR_COUNTER_MODE_UP; in TMR_ConfigTimeBaseStructInit()738 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode) in TMR_ConfigCounterMode() argument742 tmr->CTRL1 |= countMode; in TMR_ConfigCounterMode()
117 temp |= baseConfig->countMode; in TMR_ConfigTimeBase()335 baseConfig->countMode = TMR_COUNTER_MODE_UP; in TMR_ConfigTimeBaseStructInit()752 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode) in TMR_ConfigCounterMode() argument756 tmr->CTRL1 |= countMode; in TMR_ConfigCounterMode()
Completed in 33 milliseconds