Searched refs:counterMode (Results 1 – 11 of 11) sorted by relevance
| /bsp/tm4c123bsp/libraries/Drivers/config/ |
| A D | pwm_config.h | 24 .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 D | drv_pwm.c | 247 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 D | drv_pwm.h | 29 uint32_t counterMode; member
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/ |
| A D | fm33lc0xx_fl_gptim.c | 246 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 D | fm33lc0xx_fl_atim.c | 383 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 D | drv_hwtimer.c | 350 base_config.counterMode = TMR_COUNTER_MODE_UP; in apm32_hwtimer_init() 354 base_config.counterMode = TMR_COUNTER_MODE_DOWN; in apm32_hwtimer_init()
|
| A D | drv_pwm.c | 325 base_config.counterMode = TMR_COUNTER_MODE_UP; in apm32_pwm_hw_init()
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/ |
| A D | apm32f0xx_tmr.c | 143 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 D | apm32f0xx_tmr.h | 540 TMR_COUNTER_MODE_T counterMode; /*!< TMR counter mode selection */ member
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_gptim.h | 55 uint32_t counterMode; member
|
| A D | fm33lc0xx_fl_atim.h | 58 uint32_t counterMode; member
|
Completed in 40 milliseconds