Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_tmr.c146 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() argument
221 tmr->CTRL1_B.CNTDIR = countMode & 0x01; in TMR_ConfigCounterMode()
222 tmr->CTRL1_B.CAMSEL = countMode >> 4; in TMR_ConfigCounterMode()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_tmr.h497 TMR_COUNTER_MODE_T countMode; member
591 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode);
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_tmr.h496 TMR_COUNTER_MODE_T countMode; member
590 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode);
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_tmr.h521 TMR_COUNTER_MODE_T countMode; /*!< TMR counter mode selection */ member
580 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode);
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_tmr.h497 TMR_COUNTER_MODE_T countMode; member
591 void TMR_ConfigCounterMode(TMR_T* tmr, TMR_COUNTER_MODE_T countMode);
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_tmr.c95 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() argument
717 tmr->CTRL1 |= countMode; in TMR_ConfigCounterMode()
/bsp/apm32/libraries/Drivers/
A Ddrv_hwtimer.c362 base_config.countMode = TMR_COUNTER_MODE_UP; in apm32_hwtimer_init()
366 base_config.countMode = TMR_COUNTER_MODE_DOWN; in apm32_hwtimer_init()
A Ddrv_pwm.c370 base_config.countMode = TMR_COUNTER_MODE_UP; in apm32_pwm_hw_init()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_tmr.c118 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() argument
742 tmr->CTRL1 |= countMode; in TMR_ConfigCounterMode()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_tmr.c117 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() argument
756 tmr->CTRL1 |= countMode; in TMR_ConfigCounterMode()

Completed in 33 milliseconds