Lines Matching +full:nibble +full:- +full:zero
14 .. code-block:: c
22 .. code-block:: c
28 .. code-block:: bash
45 Each tag is a 16 bit unsigned integer, where the most significant nibble (4 bits) is the type
57 always aligned to 32 bits. If the value of the previous descriptor had a non-aligned
58 length, zero padding will be added to ensure that the current tag is aligned.
63 .. code-block::
78 3. It allows upstream-ability of descriptor generation (see Standard Descriptors)
82 .. code-block:: c
96 .. code-block:: kconfig
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>`.