Searched refs:DT_PINCTRL_HAS_NAME (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/modules/trusted-firmware-m/nordic/include/ |
D | RTE_Device.h | 35 #if DT_PINCTRL_HAS_NAME(DT_NODELABEL(uart1), default) && DOMAIN_NS != 1U
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | pinctrl.h | 297 #define DT_PINCTRL_HAS_NAME(node_id, name) \ macro 448 DT_PINCTRL_HAS_NAME(DT_DRV_INST(inst), name)
|
/Zephyr-latest/soc/nordic/common/ |
D | soc_nrf_common.h | 236 DT_PINCTRL_HAS_NAME(node_id, sleep), \
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2972 zassert_equal(DT_PINCTRL_HAS_NAME(TEST_TEMP, default), 1, ""); in ZTEST() 2973 zassert_equal(DT_PINCTRL_HAS_NAME(TEST_TEMP, sleep), 1, ""); in ZTEST() 2974 zassert_equal(DT_PINCTRL_HAS_NAME(TEST_TEMP, f_o_o2), 1, ""); in ZTEST() 2975 zassert_equal(DT_PINCTRL_HAS_NAME(TEST_TEMP, bar), 0, ""); in ZTEST() 3080 zassert_equal(DT_PINCTRL_HAS_NAME(TEST_REG, f_o_o2), 0, ""); in ZTEST()
|