/Zephyr-latest/soc/nxp/kinetis/ke1xz/ |
D | soc.c | 111 DT_CLOCKS_CELL(DT_NODELABEL(lpuart0), ip_source)); in clk_init() 115 DT_CLOCKS_CELL(DT_NODELABEL(lpuart1), ip_source)); in clk_init() 119 DT_CLOCKS_CELL(DT_NODELABEL(lpuart2), ip_source)); in clk_init() 123 DT_CLOCKS_CELL(DT_NODELABEL(lpi2c0), ip_source)); in clk_init() 127 DT_CLOCKS_CELL(DT_NODELABEL(lpi2c1), ip_source)); in clk_init() 131 DT_CLOCKS_CELL(DT_NODELABEL(flexio), ip_source)); in clk_init() 135 DT_CLOCKS_CELL(DT_NODELABEL(lpspi0), ip_source)); in clk_init() 139 DT_CLOCKS_CELL(DT_NODELABEL(lpspi1), ip_source)); in clk_init() 143 DT_CLOCKS_CELL(DT_NODELABEL(adc0), ip_source)); in clk_init()
|
/Zephyr-latest/soc/nxp/kinetis/ke1xf/ |
D | soc.c | 184 DT_CLOCKS_CELL(DT_NODELABEL(lpuart0), ip_source)); in clk_init() 188 DT_CLOCKS_CELL(DT_NODELABEL(lpuart1), ip_source)); in clk_init() 192 DT_CLOCKS_CELL(DT_NODELABEL(lpuart2), ip_source)); in clk_init() 196 DT_CLOCKS_CELL(DT_NODELABEL(lpi2c0), ip_source)); in clk_init() 200 DT_CLOCKS_CELL(DT_NODELABEL(lpi2c1), ip_source)); in clk_init() 204 DT_CLOCKS_CELL(DT_NODELABEL(lpspi0), ip_source)); in clk_init() 208 DT_CLOCKS_CELL(DT_NODELABEL(lpspi1), ip_source)); in clk_init() 212 DT_CLOCKS_CELL(DT_NODELABEL(adc0), ip_source)); in clk_init() 216 DT_CLOCKS_CELL(DT_NODELABEL(adc1), ip_source)); in clk_init() 220 DT_CLOCKS_CELL(DT_NODELABEL(adc2), ip_source)); in clk_init() [all …]
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | clock_control_silabs.h | 31 .bus_clock = DT_CLOCKS_CELL(node_id, enable), \ 32 .branch = DT_CLOCKS_CELL(node_id, branch), \
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_max32.c | 133 .perclk.bus = DT_CLOCKS_CELL(DT_INST_PARENT(_num), offset), \ 134 .perclk.bit = DT_CLOCKS_CELL(DT_INST_PARENT(_num), bit), \
|
D | pwm_gd32.c | 196 .clkid = DT_CLOCKS_CELL(DT_INST_PARENT(i), id), \
|
D | pwm_nxp_flexio.c | 325 .clock_subsys = (clock_control_subsys_t)DT_CLOCKS_CELL(DT_INST_PARENT(n), name),\
|
D | pwm_stm32.c | 879 .bus = DT_CLOCKS_CELL(PWM(index), bus), \ 880 .enr = DT_CLOCKS_CELL(PWM(index), bits) \
|
/Zephyr-latest/drivers/sensor/st/qdec_stm32/ |
D | qdec_stm32.c | 152 .pclken = {.bus = DT_CLOCKS_CELL(DT_INST_PARENT(n), bus), \ 153 .enr = DT_CLOCKS_CELL(DT_INST_PARENT(n), bits)}, \
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_gd32_afio.c | 34 (DT_CLOCKS_CELL(DT_NODELABEL(nodelabel), id),), ()) 68 uint16_t clkid = DT_CLOCKS_CELL(AFIO_NODE, id); in afio_init()
|
D | pinctrl_gd32_af.c | 44 (DT_CLOCKS_CELL(DT_NODELABEL(nodelabel), id),), ())
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_esp32.c | 73 (clock_control_subsys_t)DT_CLOCKS_CELL(DT_NODELABEL(trng0), offset); in entropy_esp32_init()
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | clocks.h | 253 #define DT_CLOCKS_CELL(node_id, cell) DT_CLOCKS_CELL_BY_IDX(node_id, 0, cell) macro
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_esp32.c | 105 (clock_control_subsys_t)DT_CLOCKS_CELL(DT_NODELABEL(mdio), offset); in mdio_esp32_initialize()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_gd32.c | 369 (.clkid_exti = DT_CLOCKS_CELL(SYSCFG_NODE, id),), \ 370 (.clkid_exti = DT_CLOCKS_CELL(AFIO_NODE, id),)) \
|
D | gpio_stm32.c | 751 DT_CLOCKS_CELL(DT_NODELABEL(gpio##__suffix), bits),\ 752 DT_CLOCKS_CELL(DT_NODELABEL(gpio##__suffix), bus))
|
/Zephyr-latest/drivers/counter/ |
D | counter_max32_timer.c | 332 .perclk.bus = DT_CLOCKS_CELL(TIMER(_num), offset), \ 333 .perclk.bit = DT_CLOCKS_CELL(TIMER(_num), bit), \
|
D | counter_ll_stm32_timer.c | 663 .bus = DT_CLOCKS_CELL(TIMER(idx), bus), \ 664 .enr = DT_CLOCKS_CELL(TIMER(idx), bits) \
|
D | counter_mcux_qtmr.c | 311 (clock_control_subsys_t)DT_CLOCKS_CELL(DT_INST_PARENT(n), name), \
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_gd32.c | 47 (DT_CLOCKS_CELL(DT_NODELABEL(nodelabel), id),), ())
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/ |
D | soc.c | 50 TO_CTIMER_CLOCK_SOURCE(DT_CLOCKS_CELL(node_id, name), DT_PROP(node_id, clk_source))
|
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/ |
D | soc.c | 46 TO_CTIMER_CLOCK_SOURCE(DT_CLOCKS_CELL(node_id, name), DT_PROP(node_id, clk_source))
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/ |
D | soc.c | 43 TO_CTIMER_CLOCK_SOURCE(DT_CLOCKS_CELL(node_id, name), DT_PROP(node_id, clk_source))
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_esp32.c | 244 (clock_control_subsys_t)DT_CLOCKS_CELL(DT_NODELABEL(eth), offset); in eth_esp32_initialize()
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_qspi.c | 1616 .enr = DT_CLOCKS_CELL(STM32_QSPI_NODE, bits), 1617 .bus = DT_CLOCKS_CELL(STM32_QSPI_NODE, bus)
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_esp32.c | 830 .clock_subsys = (clock_control_subsys_t)DT_CLOCKS_CELL(I2C(idx), offset), \
|