zephyr/tests/lib/devicetree/api
Efrain Calderon ce9bf1071e devicetree: introduce DT_ANY_COMPAT_HAS_PROP_STATUS_OKAY
Add a new macro, DT_ANY_COMPAT_HAS_PROP_STATUS_OKAY
name, evaluates to 1 if any enabled instance of `compat` has the
property or to zero if it hasn't.

This macro can be useful in drivers for a family of devices.

Signed-off-by: Efrain Calderon <efrain.calderon.estrada@gmail.com>
2024-08-29 15:55:14 +02:00
..
src devicetree: introduce DT_ANY_COMPAT_HAS_PROP_STATUS_OKAY 2024-08-29 15:55:14 +02:00
app.overlay everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
CMakeLists.txt
prj.conf
README
testcase.yaml

Test cases for the devicetree.h API.