Lines Matching +full:non +full:- +full:standard
14 .. code-block:: c
22 .. code-block:: c
28 .. code-block:: bash
57 always aligned to 32 bits. If the value of the previous descriptor had a non-aligned
63 .. code-block::
72 ID. However, it is recommended to comply with the standard tags defined in
78 3. It allows upstream-ability of descriptor generation (see Standard Descriptors)
80 To define a descriptor with a standard tag, just use the tags included from ``bindesc.h``:
82 .. code-block:: c
88 Standard Descriptors
91 in a standard way in upstream Zephyr. These could then be enabled via Kconfig, instead
96 .. code-block:: kconfig
108 To avoid collisions with user defined descriptors, the standard descriptors were allotted
109 the range between ``0x800-0xfff``. This leaves ``0x000-0x7ff`` to users.
123 #. RAM - assuming the descriptors have been copied to RAM (e.g. by a bootloader), they
126 #. Memory mapped flash - If the flash where the image to be read resides in flash and is
131 #. Flash - Using an internal buffer, the descriptors are read one by one using the flash API,
140 .. code-block:: c
151 .. code-block:: c
161 For more information refer to ``west bindesc --help`` or the :ref:`documentation<west-bindesc>`.