Searched refs:DT_CLOCKS_HAS_NAME (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | clocks.h | 83 #define DT_CLOCKS_HAS_NAME(node_id, name) \ macro 271 DT_CLOCKS_HAS_NAME(DT_DRV_INST(inst), name)
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_ospi.c | 137 #if DT_CLOCKS_HAS_NAME(STM32_OSPI_NODE, ospi_ker) 140 #if DT_CLOCKS_HAS_NAME(STM32_OSPI_NODE, ospi_mgr) 2234 #if DT_CLOCKS_HAS_NAME(STM32_OSPI_NODE, ospi_ker) in flash_stm32_ospi_init() 2255 #if DT_CLOCKS_HAS_NAME(STM32_OSPI_NODE, ospi_mgr) in flash_stm32_ospi_init() 2587 #if DT_CLOCKS_HAS_NAME(STM32_OSPI_NODE, ospi_ker) 2591 #if DT_CLOCKS_HAS_NAME(STM32_OSPI_NODE, ospi_mgr)
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2264 zassert_true(DT_CLOCKS_HAS_NAME(TEST_TEMP, clk_a), ""); in ZTEST() 2265 zassert_false(DT_CLOCKS_HAS_NAME(TEST_TEMP, clk_z), ""); in ZTEST()
|