Searched full:nibble (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/dts/bindings/led_strip/ |
D | worldsemi,ws2812-i2s.yaml | 20 nibble-one: 25 nibble-zero:
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_endpoint.h | 15 * The IN endpoints are mapped in the upper nibble. 32 * The IN endpoints are mapped in the upper nibble. 49 * The IN endpoints are mapped in the upper nibble.
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_ice40_common.c | 19 uint8_t nibble; in fpga_ice40_crc_to_str() local 23 nibble = crc & GENMASK(BITS_PER_NIBBLE, 0); in fpga_ice40_crc_to_str() 24 ch = table[nibble]; in fpga_ice40_crc_to_str()
|
/Zephyr-latest/dts/bindings/display/ |
D | nordic,nrf-led-matrix.yaml | 30 index in the high nibble and the column index in the low nibble.
|
D | solomon,ssd1327fb.yaml | 43 - Nibble Remapping (A[1])
|
D | solomon,ssd1322.yaml | 46 remap-nibble:
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_enc28j60_priv.h | 23 * Nibble 3 : 0x0 ETH Register 26 * Nibble 2 : Bank number 27 * Nibble 1-0: Register address
|
/Zephyr-latest/doc/services/debugging/ |
D | mipi_stp_decoder.rst | 25 If decoder is not synchronized to the stream then it decodes each nibble in search for ASYNC opcode.
|
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 99 /* L32R: low nibble is 1 */ in xtensa_elf_relocate() 103 /* CALLn: low nibble is 5 */ in xtensa_elf_relocate()
|
/Zephyr-latest/lib/utils/ |
D | hex.c | 67 /* if hexlen is uneven, insert leading zero nibble */ in hex2bin()
|
/Zephyr-latest/subsys/debug/ |
D | mipi_stp_decoder.c | 433 /** @brief Decode a nibble and read opcode from the stream. 435 * Function reads a nibble and continues or starts decoding of a STP opcode. 631 /* op code has only 1 nibble. */ in get_op()
|
/Zephyr-latest/drivers/flash/ |
D | flash_ite_it8xxx2.c | 113 * Enter follow mode by writing 0xf to low nibble of ECINDAR3 register, in ramcode_flash_follow_mode() 114 * and set high nibble as 0x4 to select internal flash. in ramcode_flash_follow_mode()
|
D | flash_cadence_qspi_nor_ll.c | 664 * The first nibble is the 10's digit and the second nibble is the 1's in cad_qspi_init()
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 45 Each tag is a 16 bit unsigned integer, where the most significant nibble (4 bits) is the type
|
/Zephyr-latest/include/zephyr/sys/ |
D | util.h | 63 /** Number of bits in a nibble. */ 535 * @brief Convert a single character into a hexadecimal nibble. 545 * @brief Convert a single hexadecimal nibble into a character.
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | soc_espi_saf_v1.h | 371 * fields aligned on nibble boundaries holding the master number
|
/Zephyr-latest/soc/microchip/mec/mec172x/ |
D | soc_espi_saf_v2.h | 480 * fields aligned on nibble boundaries holding the master number
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | ctr_prng.c | 248 * to their nibble (4 bit) values
|
/Zephyr-latest/tests/net/npf/src/ |
D | main.c | 322 /* clobber one nibble of matching address from previous test */ in test_npf_eth_mac_addr_mask()
|
/Zephyr-latest/arch/xtensa/core/startup/ |
D | reset_vector.S | 411 2: extui a8, a2, 28, 4 /* get next attribute nibble (msb first) */
|