| /bsp/samd21/sam_d2x_asflib/sam0/drivers/dualtimer/ |
| A D | dualtimer.c | 63 config->timer2.timer_enable = true; in dualtimer_get_config_defaults() 66 config->timer2.counter_mode = DUALTIMER_PERIODIC_MODE; in dualtimer_get_config_defaults() 69 config->timer2.counter_size = DUALTIMER_COUNTER_SIZE_32BIT; in dualtimer_get_config_defaults() 72 config->timer2.clock_prescaler = DUALTIMER_CLOCK_PRESCALER_DIV1; in dualtimer_get_config_defaults() 75 config->timer2.interrup_enable = true; in dualtimer_get_config_defaults() 78 config->timer2.load_value = 0; in dualtimer_get_config_defaults() 243 if (config->timer1.timer_enable || config->timer2.timer_enable) { in dualtimer_init() 271 if (config->timer2.timer_enable) { in dualtimer_init() 272 if (config->timer2.counter_mode == DUALTIMER_ONE_SHOT_MODE) { in dualtimer_init() 282 if (config->timer2.interrup_enable) { in dualtimer_init() [all …]
|
| A D | dualtimer.h | 295 struct dualtimer_private_config timer2; member
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_hwtimer.c | 59 static hpm_gptimer_t timer2 = {.name = "GPT2", .base = HPM_GPTMR2, .clock_name = clock_gptmr2, .irq… variable 86 &timer2, 124 hpm_hwtmr_isr(&timer2); in gptmr2_isr()
|
| /bsp/raspberry-pico/Drivers/ |
| A D | drv_hwtimer.c | 57 static _timer_t timer2 = {.name = "timer2"}; variable 71 &timer2,
|
| /bsp/stm32/stm32f103-yf-ufun/board/ |
| A D | Kconfig | 102 bool "Enable timer2 output PWM"
|
| /bsp/essemi/es32f0654/drivers/ES/ |
| A D | Kconfig | 105 bool "Register timer2"
|
| /bsp/stm32/stm32h750-armfly-h7-tool/board/ |
| A D | Kconfig | 154 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32f091-st-nucleo/board/ |
| A D | Kconfig | 161 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32f413-st-nucleo/board/ |
| A D | Kconfig | 160 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32f072-st-nucleo/board/ |
| A D | Kconfig | 152 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32h503-st-nucleo/board/ |
| A D | Kconfig | 181 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32f401-st-nucleo/board/ |
| A D | Kconfig | 138 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32f429-armfly-v6/board/ |
| A D | Kconfig | 190 bool "Enable timer2 output PWM"
|
| /bsp/tae32f5300/drivers/ |
| A D | Kconfig | 212 bool "Enable timer2 output PWM"
|
| /bsp/w60x/drivers/ |
| A D | Kconfig | 120 bool "Enable hw timer2"
|
| /bsp/stm32/stm32l476-st-nucleo/board/ |
| A D | Kconfig | 216 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32g474-st-nucleo/board/ |
| A D | Kconfig | 188 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32f103-blue-pill/board/ |
| A D | Kconfig | 182 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32f411-st-nucleo/board/ |
| A D | Kconfig | 171 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32l496-st-nucleo/board/ |
| A D | Kconfig | 236 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32f469-st-disco/board/ |
| A D | Kconfig | 143 bool "Enable timer2 output PWM"
|
| /bsp/stm32/stm32g491-st-nucleo/board/ |
| A D | Kconfig | 274 bool "Enable timer2 output PWM"
|
| /bsp/at32/at32f413-start/board/ |
| A D | Kconfig | 176 bool "Enable timer2 output pwm"
|
| /bsp/at32/at32f415-start/board/ |
| A D | Kconfig | 191 bool "Enable timer2 output pwm"
|
| /bsp/at32/at32f425-start/board/ |
| A D | Kconfig | 191 bool "Enable timer2 output pwm"
|