Home
last modified time | relevance | path

Searched refs:DT_FOREACH_STATUS_OKAY (Results 1 – 21 of 21) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/linker/
Ddevicetree_regions.h205 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/
Dtest_counter_fixed_top.c19 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/
Dsoc.c65 DT_FOREACH_STATUS_OKAY(xlnx_xps_gpio_1_00_a, AXI_GPIO_MMU_ENTRY)
/Zephyr-Core-3.4.0/soc/arm/xilinx_zynq7000/xc7zxxxs/
Dsoc.c65 DT_FOREACH_STATUS_OKAY(xlnx_xps_gpio_1_00_a, AXI_GPIO_MMU_ENTRY)
/Zephyr-Core-3.4.0/samples/drivers/led_xec/src/
Dmain.c28 DT_FOREACH_STATUS_OKAY(microchip_xec_bbled, XEC_BBLED_DEV)
/Zephyr-Core-3.4.0/soc/arm/nordic_nrf/nrf53/
Dsoc.c227 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/
Dmain.c39 DT_FOREACH_STATUS_OKAY(zephyr_cdc_acm_uart, DEFINE_SERIAL_PEER)
/Zephyr-Core-3.4.0/drivers/pinctrl/
Dpinctrl_npcx.c35 DT_FOREACH_STATUS_OKAY(nuvoton_npcx_pwm, NPCX_PWM_PINCTRL_CFG_INIT)
/Zephyr-Core-3.4.0/soc/arm/nxp_imx/rt6xx/
Dsoc.c300 DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP) in clock_init()
/Zephyr-Core-3.4.0/soc/arm/nxp_lpc/lpc55xxx/
Dsoc.c215 DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP) in clock_init()
/Zephyr-Core-3.4.0/subsys/pm/
Dpolicy.c42 DT_FOREACH_STATUS_OKAY(zephyr_power_state, DT_SUB_LOCK_INIT)
/Zephyr-Core-3.4.0/soc/arm/nxp_imx/rt5xx/
Dsoc.c369 DT_FOREACH_STATUS_OKAY(nxp_lpc_ctimer, CTIMER_CLOCK_SETUP) in clock_init()
/Zephyr-Core-3.4.0/drivers/eeprom/
Deeprom_at2x.c38 #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/
Dmain.c540 DT_FOREACH_STATUS_OKAY(zephyr_cdc_acm_uart, DEVICE_AND_COMMA) in main()
/Zephyr-Core-3.4.0/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h399 (DT_FOREACH_STATUS_OKAY(STM32_DOMAIN_CLOCK_SUPPORT) 0)
/Zephyr-Core-3.4.0/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c28 DT_FOREACH_STATUS_OKAY(compat, DEVICE_DT_GET_AND_COMMA)
/Zephyr-Core-3.4.0/include/zephyr/
Ddevicetree.h2855 #define DT_FOREACH_STATUS_OKAY(compat, fn) \ macro
/Zephyr-Core-3.4.0/drivers/adc/
Dadc_stm32.c271 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/
Dmacros.bnf322 ; These are used internally by DT_FOREACH_STATUS_OKAY,
/Zephyr-Core-3.4.0/tests/lib/devicetree/api/src/
Dmain.c1407 str = DT_FOREACH_STATUS_OKAY(vnd_enum_holder, DT_NODE_PATH); in ZTEST()
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-2.7.rst759 * Other new "for-each" macros: :c:macro:`DT_FOREACH_STATUS_OKAY`,