Home
last modified time | relevance | path

Searched full:nibble (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/dts/bindings/led_strip/
Dworldsemi,ws2812-i2s.yaml20 nibble-one:
25 nibble-zero:
/Zephyr-latest/subsys/usb/device_next/
Dusbd_endpoint.h15 * 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/
Dfpga_ice40_common.c19 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/
Dnordic,nrf-led-matrix.yaml30 index in the high nibble and the column index in the low nibble.
Dsolomon,ssd1327fb.yaml43 - Nibble Remapping (A[1])
Dsolomon,ssd1322.yaml46 remap-nibble:
/Zephyr-latest/drivers/ethernet/
Deth_enc28j60_priv.h23 * Nibble 3 : 0x0 ETH Register
26 * Nibble 2 : Bank number
27 * Nibble 1-0: Register address
/Zephyr-latest/doc/services/debugging/
Dmipi_stp_decoder.rst25 If decoder is not synchronized to the stream then it decodes each nibble in search for ASYNC opcode.
/Zephyr-latest/arch/xtensa/core/
Delf.c99 /* L32R: low nibble is 1 */ in xtensa_elf_relocate()
103 /* CALLn: low nibble is 5 */ in xtensa_elf_relocate()
/Zephyr-latest/lib/utils/
Dhex.c67 /* if hexlen is uneven, insert leading zero nibble */ in hex2bin()
/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c433 /** @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/
Dflash_ite_it8xxx2.c113 * 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()
Dflash_cadence_qspi_nor_ll.c664 * 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/
Dindex.rst45 Each tag is a 16 bit unsigned integer, where the most significant nibble (4 bits) is the type
/Zephyr-latest/include/zephyr/sys/
Dutil.h63 /** 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/
Dsoc_espi_saf_v1.h371 * fields aligned on nibble boundaries holding the master number
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h480 * fields aligned on nibble boundaries holding the master number
/Zephyr-latest/tests/crypto/tinycrypt/src/
Dctr_prng.c248 * to their nibble (4 bit) values
/Zephyr-latest/tests/net/npf/src/
Dmain.c322 /* clobber one nibble of matching address from previous test */ in test_npf_eth_mac_addr_mask()
/Zephyr-latest/arch/xtensa/core/startup/
Dreset_vector.S411 2: extui a8, a2, 28, 4 /* get next attribute nibble (msb first) */