Home
last modified time | relevance | path

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

/bsp/tm4c123bsp/libraries/Drivers/config/
A Dpwm_config.h24 .counterMode = PWM_GEN_MODE_UP_DOWN , \
36 .counterMode = PWM_GEN_MODE_UP_DOWN , \
48 .counterMode = PWM_GEN_MODE_UP_DOWN , \
60 .counterMode = PWM_GEN_MODE_UP_DOWN , \
72 .counterMode = PWM_GEN_MODE_UP_DOWN , \
84 .counterMode = PWM_GEN_MODE_UP_DOWN , \
96 .counterMode = PWM_GEN_MODE_UP_DOWN , \
108 .counterMode = PWM_GEN_MODE_UP_DOWN , \
/bsp/tm4c123bsp/libraries/Drivers/
A Ddrv_pwm.c247 PWMGenConfigure(PWM0_BASE, PWM_GEN_0, device->config->counterMode | in tm4c123_hw_pwm_init()
251 PWMGenConfigure(PWM0_BASE, PWM_GEN_1, device->config->counterMode | in tm4c123_hw_pwm_init()
255 PWMGenConfigure(PWM0_BASE, PWM_GEN_2, device->config->counterMode | in tm4c123_hw_pwm_init()
259 PWMGenConfigure(PWM0_BASE, PWM_GEN_3, device->config->counterMode | in tm4c123_hw_pwm_init()
263 PWMGenConfigure(PWM1_BASE, PWM_GEN_0, device->config->counterMode | in tm4c123_hw_pwm_init()
267 PWMGenConfigure(PWM1_BASE, PWM_GEN_1, device->config->counterMode | in tm4c123_hw_pwm_init()
271 PWMGenConfigure(PWM1_BASE, PWM_GEN_2, device->config->counterMode | in tm4c123_hw_pwm_init()
275 PWMGenConfigure(PWM1_BASE, PWM_GEN_3, device->config->counterMode | in tm4c123_hw_pwm_init()
A Ddrv_pwm.h29 uint32_t counterMode; member
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/
A Dfm33lc0xx_fl_gptim.c246 assert_param(IS_FL_GPTIM_COUNTERMODE(init->counterMode)); in FL_GPTIM_Init()
259 switch(init->counterMode) in FL_GPTIM_Init()
265 FL_GPTIM_SetCounterAlignedMode(TIMx, init->counterMode); in FL_GPTIM_Init()
269 FL_GPTIM_SetCounterDirection(TIMx, init->counterMode); in FL_GPTIM_Init()
310 TIM_InitStruct->counterMode = FL_GPTIM_COUNTER_DIR_UP; in FL_GPTIM_StructInit()
A Dfm33lc0xx_fl_atim.c383 assert_param(IS_FL_ATIM_COUNTERMODE(TIM_InitStruct->counterMode)); in FL_ATIM_Init()
394 switch(TIM_InitStruct->counterMode) in FL_ATIM_Init()
400 FL_ATIM_SetCounterAlignedMode(TIMx, TIM_InitStruct->counterMode); in FL_ATIM_Init()
404 FL_ATIM_SetCounterDirection(TIMx, TIM_InitStruct->counterMode); in FL_ATIM_Init()
446 TIM_InitStruct->counterMode = FL_ATIM_COUNTER_DIR_UP; in FL_ATIM_StructInit()
/bsp/apm32/libraries/Drivers/
A Ddrv_hwtimer.c350 base_config.counterMode = TMR_COUNTER_MODE_UP; in apm32_hwtimer_init()
354 base_config.counterMode = TMR_COUNTER_MODE_DOWN; in apm32_hwtimer_init()
A Ddrv_pwm.c325 base_config.counterMode = TMR_COUNTER_MODE_UP; in apm32_pwm_hw_init()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_tmr.c143 TMRx->CTRL1_B.CNTDIR = timeBaseConfig->counterMode; in TMR_ConfigTimeBase()
144 TMRx->CTRL1_B.CAMSEL = (timeBaseConfig->counterMode) >> 1; in TMR_ConfigTimeBase()
182 timeBaseConfig->counterMode = TMR_COUNTER_MODE_UP; in TMR_ConfigTimeBaseStruct()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_tmr.h540 TMR_COUNTER_MODE_T counterMode; /*!< TMR counter mode selection */ member
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_gptim.h55 uint32_t counterMode; member
A Dfm33lc0xx_fl_atim.h58 uint32_t counterMode; member

Completed in 40 milliseconds