From 7812bedb093b04ae34d48f23204337fd93e1ea86 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 11 Jan 2023 15:55:37 -0800 Subject: [PATCH] doc: dts: touch up api Just a few minor things from a periodic review. Signed-off-by: Marti Bolivar --- doc/build/dts/api/api.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/build/dts/api/api.rst b/doc/build/dts/api/api.rst index ee982e2156f..7d802838041 100644 --- a/doc/build/dts/api/api.rst +++ b/doc/build/dts/api/api.rst @@ -3,14 +3,15 @@ Devicetree API ############## -This is a reference page for the ```` API. The API is macro +This is a reference page for the ```` API. The API is macro based. Use of these macros has no impact on scheduling. They can be used from any calling context and at file scope. -Some of these require a special macro named ``DT_DRV_COMPAT`` to be defined -before they can be used; these are discussed individually below. These macros -are generally meant for use within :ref:`device drivers `, -though they can be used outside of drivers with appropriate care. +Some of these -- the ones beginning with ``DT_INST_`` -- require a special +macro named ``DT_DRV_COMPAT`` to be defined before they can be used; these are +discussed individually below. These macros are generally meant for use within +:ref:`device drivers `, though they can be used outside of +drivers with appropriate care. .. contents:: Contents :local: