Searched refs:letter (Results 1 – 12 of 12) sorted by relevance
19 You may find multiple other number and letter sequences silk-screened or lasered
223 fs_drv.letter = '/'; in lvgl_fs_init()
1993 short letter = enc7_basic[buf & 0x007f]; in mdm_decode_pdu() local1995 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()
111 appropriate revision letter to enable the VDDIO supply to the UEXT1 connector and
143 SW1 settings, then press then FPGA configure button located above the letter190 above the letter C in the "ARC" logo on the silkscreen.
331 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`` only801 Similar for ``letter`` where revision ``A``, ``D``, and ``F`` could be defined
422 ; "lowercase ASCII letter" turns out to be pretty annoying to specify428 ; "uppercase ASCII letter" in RFC-7405 syntax
202 channel A. Thus, the table below describes the activities (represented by a letter) of the VDED262 Thus, the table below describes the activities (represented by a letter) of the VDED execution.
703 letter-spacing: 0.75px;
1307 # the alphabetical list under the first letter of the entity name that remains2048 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
940 # 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
818 This regular expression requires a letter as the first character.