/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_nxp_port.c | 76 CLK_GATE_DEFINE(DT_INST_CLOCKS_CELL(n, offset), DT_INST_CLOCKS_CELL(n, bits)) 79 (DT_INST_CLOCKS_CELL(n, mrcc_offset) == 0 \ 81 : MAKE_MRCC_REGADDR(MRCC_BASE, DT_INST_CLOCKS_CELL(n, mrcc_offset))) 84 DT_INST_CLOCKS_CELL(n, name)
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | clock_control_silabs.h | 37 .bus_clock = DT_INST_CLOCKS_CELL(inst, enable), \ 38 .branch = DT_INST_CLOCKS_CELL(inst, branch), \
|
/Zephyr-latest/soc/st/stm32/common/ |
D | stm32_backup_sram.c | 57 .pclken = { .bus = DT_INST_CLOCKS_CELL(0, bus), 58 .enr = DT_INST_CLOCKS_CELL(0, bits) },
|
/Zephyr-latest/drivers/timer/ |
D | rcar_cmt_timer.c | 21 #define CLOCK_SUBSYS DT_INST_CLOCKS_CELL(0, module) 30 .module = DT_INST_CLOCKS_CELL(0, module), 31 .domain = DT_INST_CLOCKS_CELL(0, domain),
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_max32.c | 84 .perclk.bus = DT_INST_CLOCKS_CELL(0, offset), 85 .perclk.bit = DT_INST_CLOCKS_CELL(0, bit),
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | soc.h | 108 DT_INST_CLOCKS_CELL(n, name))
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_stm32_hsem.c | 198 .bus = DT_INST_CLOCKS_CELL(0, bus), 199 .enr = DT_INST_CLOCKS_CELL(0, bits)
|
D | ipm_stm32_ipcc.c | 293 .pclken = { .bus = DT_INST_CLOCKS_CELL(0, bus), 294 .enr = DT_INST_CLOCKS_CELL(0, bits)
|
/Zephyr-latest/drivers/dac/ |
D | dac_stm32.c | 183 .enr = DT_INST_CLOCKS_CELL(index, bits), \ 184 .bus = DT_INST_CLOCKS_CELL(index, bus), \
|
D | dac_esp32.c | 89 .clock_subsys = (clock_control_subsys_t) DT_INST_CLOCKS_CELL(id, offset), \
|
D | dac_gd32.c | 177 .clkid = DT_INST_CLOCKS_CELL(0, id),
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_mchp_ecia_xec.c | 45 #define ECIA_XEC_PCR_REG_IDX DT_INST_CLOCKS_CELL(0, regidx) 46 #define ECIA_XEC_PCR_BITPOS DT_INST_CLOCKS_CELL(0, bitpos) 49 MCHP_XEC_PCR_SCR_ENCODE(DT_INST_CLOCKS_CELL(0, regidx), \ 50 DT_INST_CLOCKS_CELL(0, bitpos), \ 51 DT_INST_CLOCKS_CELL(0, domain))
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_wwdt_numaker.c | 290 .clk_modidx = DT_INST_CLOCKS_CELL(0, clock_module_index), 291 .clk_src = DT_INST_CLOCKS_CELL(0, clock_source), 292 .clk_div = DT_INST_CLOCKS_CELL(0, clock_divider),
|
D | wdt_wwdg_stm32.c | 308 .enr = DT_INST_CLOCKS_CELL(0, bits), 309 .bus = DT_INST_CLOCKS_CELL(0, bus)
|
D | wdt_max32.c | 265 .perclk.bus = DT_INST_CLOCKS_CELL(_num, offset), \ 266 .perclk.bit = DT_INST_CLOCKS_CELL(_num, bit), \
|
/Zephyr-latest/drivers/w1/ |
D | w1_max32.c | 196 .perclk.bus = DT_INST_CLOCKS_CELL(_num, offset), \ 197 .perclk.bit = DT_INST_CLOCKS_CELL(_num, bit), \
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_stm32_hsem.c | 52 .bus = DT_INST_CLOCKS_CELL(0, bus), 53 .enr = DT_INST_CLOCKS_CELL(0, bits)
|
/Zephyr-latest/drivers/can/ |
D | can_numaker.c | 270 .clk_modidx = DT_INST_CLOCKS_CELL(inst, clock_module_index), \ 271 .clk_src = DT_INST_CLOCKS_CELL(inst, clock_source), \ 272 .clk_div = DT_INST_CLOCKS_CELL(inst, clock_divider), \
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | clocks.h | 347 #define DT_INST_CLOCKS_CELL(inst, cell) \ macro
|
/Zephyr-latest/drivers/spi/ |
D | spi_numaker.c | 357 .clk_modidx = DT_INST_CLOCKS_CELL(inst, clock_module_index), \ 358 .clk_src = DT_INST_CLOCKS_CELL(inst, clock_source), \ 359 .clk_div = DT_INST_CLOCKS_CELL(inst, clock_divider), \
|
/Zephyr-latest/drivers/adc/ |
D | adc_numaker.c | 386 .clk_modidx = DT_INST_CLOCKS_CELL(inst, clock_module_index), \ 387 .clk_src = DT_INST_CLOCKS_CELL(inst, clock_source), \ 388 .clk_div = DT_INST_CLOCKS_CELL(inst, clock_divider), \
|
/Zephyr-latest/drivers/sensor/st/stm32_digi_temp/ |
D | stm32_digi_temp.c | 279 .enr = DT_INST_CLOCKS_CELL(index, bits), \ 280 .bus = DT_INST_CLOCKS_CELL(index, bus) \
|
/Zephyr-latest/drivers/serial/ |
D | uart_numaker.c | 432 .clk_modidx = DT_INST_CLOCKS_CELL(inst, clock_module_index), \ 433 .clk_src = DT_INST_CLOCKS_CELL(inst, clock_source), \ 434 .clk_div = DT_INST_CLOCKS_CELL(inst, clock_divider), \
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_mchp_xec_symcr.c | 524 MCHP_XEC_PCR_SCR_ENCODE(DT_INST_CLOCKS_CELL(i, regidx), \ 525 DT_INST_CLOCKS_CELL(i, bitpos), \ 526 DT_INST_CLOCKS_CELL(i, domain))
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_nxp_imx_netc.c | 94 .clock_subsys = (clock_control_subsys_t)DT_INST_CLOCKS_CELL(n, name), \
|