Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/sensor/qdec_stm32/
Dqdec_stm32.c119 if (IS_TIM_32B_COUNTER_INSTANCE(dev_cfg->timer_inst)) { in qdec_stm32_initialize()
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_stm32.c32 #ifndef IS_TIM_32B_COUNTER_INSTANCE
33 #define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE) (0) macro
337 if (!IS_TIM_32B_COUNTER_INSTANCE(cfg->timer) && in pwm_stm32_set_cycles()
570 if (!IS_TIM_32B_COUNTER_INSTANCE(cfg->timer)) { in pwm_stm32_configure_capture()
/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_ll_stm32_timer.c22 #ifndef IS_TIM_32B_COUNTER_INSTANCE
23 #define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE) (0) macro
662 IS_TIM_32B_COUNTER_INSTANCE(TIM(idx)) ? \