Searched refs:DT_FOREACH_STATUS_OKAY (Results 1 – 21 of 21) sorted by relevance
/Zephyr-Core-3.4.0/include/zephyr/linker/ |
D | devicetree_regions.h | 205 DT_FOREACH_STATUS_OKAY(_DT_COMPATIBLE, _REGION_DECLARE) 212 DT_FOREACH_STATUS_OKAY(_DT_COMPATIBLE, _SECTION_DECLARE)
|
/Zephyr-Core-3.4.0/tests/drivers/counter/counter_nrf_rtc/fixed_top/src/ |
D | test_counter_fixed_top.c | 19 DT_FOREACH_STATUS_OKAY(compat, DEVICE_DT_GET_AND_COMMA) 24 DT_FOREACH_STATUS_OKAY(compat, DEVICE_DT_GET_REG_AND_COMMA)
|
/Zephyr-Core-3.4.0/soc/arm/xilinx_zynq7000/xc7zxxx/ |
D | soc.c | 65 DT_FOREACH_STATUS_OKAY(xlnx_xps_gpio_1_00_a, AXI_GPIO_MMU_ENTRY)
|
/Zephyr-Core-3.4.0/soc/arm/xilinx_zynq7000/xc7zxxxs/ |
D | soc.c | 65 DT_FOREACH_STATUS_OKAY(xlnx_xps_gpio_1_00_a, AXI_GPIO_MMU_ENTRY)
|
/Zephyr-Core-3.4.0/samples/drivers/led_xec/src/ |
D | main.c | 28 DT_FOREACH_STATUS_OKAY(microchip_xec_bbled, XEC_BBLED_DEV)
|
/Zephyr-Core-3.4.0/soc/arm/nordic_nrf/nrf53/ |
D | soc.c | 227 DT_FOREACH_STATUS_OKAY(nordic_nrf_gpio_forwarder, ALL_GPIOS_IN_FORWARDER) in nordicsemi_nrf53_init()
|
/Zephyr-Core-3.4.0/samples/subsys/usb/cdc_acm_composite/src/ |
D | main.c | 39 DT_FOREACH_STATUS_OKAY(zephyr_cdc_acm_uart, DEFINE_SERIAL_PEER)
|
/Zephyr-Core-3.4.0/drivers/pinctrl/ |
D | pinctrl_npcx.c | 35 DT_FOREACH_STATUS_OKAY(nuvoton_npcx_pwm, NPCX_PWM_PINCTRL_CFG_INIT)
|
/Zephyr-Core-3.4.0/soc/arm/nxp_imx/rt6xx/ |
D | soc.c | 300 DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP) in clock_init()
|
/Zephyr-Core-3.4.0/soc/arm/nxp_lpc/lpc55xxx/ |
D | soc.c | 215 DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP) in clock_init()
|
/Zephyr-Core-3.4.0/subsys/pm/ |
D | policy.c | 42 DT_FOREACH_STATUS_OKAY(zephyr_power_state, DT_SUB_LOCK_INIT)
|
/Zephyr-Core-3.4.0/soc/arm/nxp_imx/rt5xx/ |
D | soc.c | 369 DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP) in clock_init()
|
/Zephyr-Core-3.4.0/drivers/eeprom/ |
D | eeprom_at2x.c | 38 #define ANY_INST_HAS_WP_GPIOS (DT_FOREACH_STATUS_OKAY(atmel_at24, HAS_WP_OR) \ 39 DT_FOREACH_STATUS_OKAY(atmel_at25, HAS_WP_OR) 0)
|
/Zephyr-Core-3.4.0/samples/subsys/usb/hid-cdc/src/ |
D | main.c | 540 DT_FOREACH_STATUS_OKAY(zephyr_cdc_acm_uart, DEVICE_AND_COMMA) in main()
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/clock_control/ |
D | stm32_clock_control.h | 399 (DT_FOREACH_STATUS_OKAY(STM32_DOMAIN_CLOCK_SUPPORT) 0)
|
/Zephyr-Core-3.4.0/tests/drivers/counter/counter_basic_api/src/ |
D | test_counter.c | 28 DT_FOREACH_STATUS_OKAY(compat, DEVICE_DT_GET_AND_COMMA)
|
/Zephyr-Core-3.4.0/include/zephyr/ |
D | devicetree.h | 2855 #define DT_FOREACH_STATUS_OKAY(compat, fn) \ macro
|
/Zephyr-Core-3.4.0/drivers/adc/ |
D | adc_stm32.c | 271 DT_FOREACH_STATUS_OKAY(mmio_sram, IS_NON_CACHEABLE_REGION_FN); in address_in_non_cacheable_sram()
|
/Zephyr-Core-3.4.0/doc/build/dts/ |
D | macros.bnf | 322 ; These are used internally by DT_FOREACH_STATUS_OKAY,
|
/Zephyr-Core-3.4.0/tests/lib/devicetree/api/src/ |
D | main.c | 1407 str = DT_FOREACH_STATUS_OKAY(vnd_enum_holder, DT_NODE_PATH); in ZTEST()
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-2.7.rst | 759 * Other new "for-each" macros: :c:macro:`DT_FOREACH_STATUS_OKAY`,
|