Home
last modified time | relevance | path

Searched refs:letter (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/boards/silabs/
Dindex.rst19 You may find multiple other number and letter sequences silk-screened or lasered
/Zephyr-latest/modules/lvgl/
Dlvgl_fs.c223 fs_drv.letter = '/'; in lvgl_fs_init()
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c1993 short letter = enc7_basic[buf & 0x007f]; in mdm_decode_pdu() local
1995 if (letter < 0x0080) { in mdm_decode_pdu()
1996 target_buf->data[data_index++] = letter & 0x007f; in mdm_decode_pdu()
1997 } else if (letter < 0x0800) { in mdm_decode_pdu()
1998 target_buf->data[data_index++] = 0xc0 | ((letter & 0x07c0) >> 6); in mdm_decode_pdu()
1999 target_buf->data[data_index++] = 0x80 | ((letter & 0x003f) >> 0); in mdm_decode_pdu()
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/doc/
Dolimex_lora_stm32wl_devkit.rst111 appropriate revision letter to enable the VDDIO supply to the UEXT1 connector and
/Zephyr-latest/boards/snps/em_starterkit/doc/
Dindex.rst143 SW1 settings, then press then FPGA configure button located above the letter
190 above the letter C in the "ARC" logo on the silkscreen.
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst331 format: <major.minor.patch|letter|number|custom>
767 format: <major.minor.patch|letter|number|custom>
778 - ``letter``: matches single letter revisions from ``A`` to ``Z`` only
801 Similar for ``letter`` where revision ``A``, ``D``, and ``F`` could be defined
/Zephyr-latest/doc/build/dts/
Dmacros.bnf422 ; "lowercase ASCII letter" turns out to be pretty annoying to specify
428 ; "uppercase ASCII letter" in RFC-7405 syntax
/Zephyr-latest/doc/services/zbus/
Dindex.rst202 channel A. Thus, the table below describes the activities (represented by a letter) of the VDED
262 Thus, the table below describes the activities (represented by a letter) of the VDED execution.
/Zephyr-latest/doc/_static/css/
Dcustom.css703 letter-spacing: 0.75px;
/Zephyr-latest/doc/
Dzephyr.doxyfile.in1307 # the alphabetical list under the first letter of the entity name that remains
2048 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
/Zephyr-latest/cmake/modules/
Dextensions.cmake940 # LETTER: Revision format is a single letter from A - Z.
1482 # Note that this assumes windows absolute filenames start with a letter and colon, this does
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst818 This regular expression requires a letter as the first character.