Home
last modified time | relevance | path

Searched refs:IS_TIM_32B_COUNTER_INSTANCE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c32 #ifndef IS_TIM_32B_COUNTER_INSTANCE
33 #define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE) (0) macro
331 if (!IS_TIM_32B_COUNTER_INSTANCE(cfg->timer) && in pwm_stm32_set_cycles()
565 if (!IS_TIM_32B_COUNTER_INSTANCE(cfg->timer)) { in pwm_stm32_configure_capture()
/Zephyr-latest/drivers/sensor/st/qdec_stm32/
Dqdec_stm32.c122 if (IS_TIM_32B_COUNTER_INSTANCE(dev_cfg->timer_inst)) { in qdec_stm32_initialize()
/Zephyr-latest/drivers/counter/
Dcounter_ll_stm32_timer.c22 #ifndef IS_TIM_32B_COUNTER_INSTANCE
23 #define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE) (0) macro
654 IS_TIM_32B_COUNTER_INSTANCE(TIM(idx)) ? \