Searched refs:ic_div (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | stm32_clock_control.h | 506 #define STM32_IC1_DIV DT_PROP(DT_NODELABEL(ic1), ic_div) 512 #define STM32_IC2_DIV DT_PROP(DT_NODELABEL(ic2), ic_div) 518 #define STM32_IC3_DIV DT_PROP(DT_NODELABEL(ic3), ic_div) 524 #define STM32_IC4_DIV DT_PROP(DT_NODELABEL(ic4), ic_div) 530 #define STM32_IC5_DIV DT_PROP(DT_NODELABEL(ic5), ic_div) 536 #define STM32_IC6_DIV DT_PROP(DT_NODELABEL(ic6), ic_div) 542 #define STM32_IC7_DIV DT_PROP(DT_NODELABEL(ic7), ic_div) 548 #define STM32_IC8_DIV DT_PROP(DT_NODELABEL(ic8), ic_div) 554 #define STM32_IC9_DIV DT_PROP(DT_NODELABEL(ic9), ic_div) 560 #define STM32_IC10_DIV DT_PROP(DT_NODELABEL(ic10), ic_div) [all …]
|