Searched refs:DT_CLOCKS_CELL_BY_NAME (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | clocks.h | 243 #define DT_CLOCKS_CELL_BY_NAME(node_id, name, cell) \ macro 339 DT_CLOCKS_CELL_BY_NAME(DT_DRV_INST(inst), name, cell)
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_dt.h | 92 .bus = DT_CLOCKS_CELL_BY_NAME(DT_DRV_INST(inst), name, bus), \ 93 .ctrl = DT_CLOCKS_CELL_BY_NAME(DT_DRV_INST(inst), name, ctl), \ 94 .bit = DT_CLOCKS_CELL_BY_NAME(DT_DRV_INST(inst), name, bit), \
|
/Zephyr-latest/drivers/can/ |
D | can_renesas_ra.c | 1028 .op_subsys = {.mstp = DT_CLOCKS_CELL_BY_NAME( 1030 .stop_bit = DT_CLOCKS_CELL_BY_NAME( 1033 .ram_subsys = {.mstp = DT_CLOCKS_CELL_BY_NAME( 1036 .stop_bit = DT_CLOCKS_CELL_BY_NAME(
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_ospi.c | 2585 .pclken = {.bus = DT_CLOCKS_CELL_BY_NAME(STM32_OSPI_NODE, ospix, bus), 2586 .enr = DT_CLOCKS_CELL_BY_NAME(STM32_OSPI_NODE, ospix, bits)}, 2588 .pclken_ker = {.bus = DT_CLOCKS_CELL_BY_NAME(STM32_OSPI_NODE, ospi_ker, bus), 2589 .enr = DT_CLOCKS_CELL_BY_NAME(STM32_OSPI_NODE, ospi_ker, bits)}, 2592 .pclken_mgr = {.bus = DT_CLOCKS_CELL_BY_NAME(STM32_OSPI_NODE, ospi_mgr, bus), 2593 .enr = DT_CLOCKS_CELL_BY_NAME(STM32_OSPI_NODE, ospi_mgr, bits)},
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 361 - :c:macro:`DT_CLOCKS_CELL_BY_NAME`
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2272 zassert_equal(DT_CLOCKS_CELL_BY_NAME(TEST_TEMP, clk_a, bits), 7, ""); in ZTEST() 2273 zassert_equal(DT_CLOCKS_CELL_BY_NAME(TEST_TEMP, clk_b, bus), 8, ""); in ZTEST()
|