Home
last modified time | relevance | path

Searched full:octal (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-latest/drivers/flash/
Dspi_nor.h64 /* Flash octal opcodes */
65 #define SPI_NOR_OCMD_SE 0x21DE /* Octal Sector erase */
66 #define SPI_NOR_OCMD_CE 0xC738 /* Octal Chip erase */
67 #define SPI_NOR_OCMD_RDSR 0x05FA /* Octal Read status register */
68 #define SPI_NOR_OCMD_DTR_RD 0xEE11 /* Octal IO DTR read command */
69 #define SPI_NOR_OCMD_RD 0xEC13 /* Octal IO read command */
70 #define SPI_NOR_OCMD_PAGE_PRG 0x12ED /* Octal Page Prog */
71 #define SPI_NOR_OCMD_WREN 0x06F9 /* Octal Write enable */
72 #define SPI_NOR_OCMD_NOP 0x00FF /* Octal No operation */
73 #define SPI_NOR_OCMD_RESET_EN 0x6699 /* Octal Reset Enable */
[all …]
DKconfig.mcux84 Select the MX25UM51345G octal flash operation mode(Octal I/O STR
85 or Octal I/O DTR).
Dflash_ifx_cat1_qspi.c166 /* Octal enable register address */
168 /* Frequency of operation used in Octal mode */
/Zephyr-latest/soc/espressif/common/
DKconfig.esptool7 bool "Use Octal Flash"
16 This config option helps decide whether flash is Quad or Octal, but please note some limitations:
18 1. If the flash chip is an Octal one, even if one of "QIO", "QOUT", "DIO", "DOUT" options is
23 3. Please do not rely on this option when you are pretty sure that you are using Octal flash,
DKconfig.flash72 Enable this to support auto detection of Octal MXIC chips if chip vendor not directly
DKconfig.spiram47 bool "Octal Mode PSRAM"
/Zephyr-latest/dts/bindings/dac/
Dlltc,ltc1665.yaml6 description: Linear Technology Micropower octal 8-Bit DAC
Dlltc,ltc1660.yaml6 description: Linear Technology Micropower octal 10-Bit DAC
/Zephyr-latest/drivers/gpio/
DKconfig.max1491612 Enabe MAX1416 octal industrial digital
DKconfig.max2219013 Enabe MAX22190 Octal industrial digital
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dmchp-xec-pinctrl.h53 /* n is octal pin number or equivalent in another base.
54 * MCHP XEC documentation specifies pin numbers in octal.
/Zephyr-latest/subsys/bindesc/
Dgen_bindesc_build_time_h.cmake17 # remove leading zeros so that the output will not be interpreted as octal
/Zephyr-latest/dts/bindings/spi/
Dnxp,imx-flexspi.yaml43 Combine port A and port B data pins to support octal mode access by
/Zephyr-latest/drivers/entropy/
Dfake_entropy_native_posix.c110 "97229 (decimal), 0x17BCD (hex), or 0275715 (octal)" in add_fake_entropy_option()
/Zephyr-latest/tests/boards/mec15xxevb_assy6853/qspi/src/
Dmain.c595 * @brief Read data from flash using spi octal quad mode
597 * - read data using spi octal quad mode
604 /* read data using spi octal quad mode */ in ZTEST_USER()
605 /* send octal read opcode using single mode */ in ZTEST_USER()
623 zassert_true(ret == 0, "Send octal quad read opcode " in ZTEST_USER()
/Zephyr-latest/drivers/spi/
DKconfig53 quad/octal), though none of these mode are really supported as
/Zephyr-latest/soc/microchip/mec/common/
Dsoc_i2c.c31 * NOTE: MCHP MECxxxx data sheets specify GPIO pin numbers in octal.
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dmicrochip-xec-gpio.h12 * Microchip XEC documentation uses octal GPIO pin
13 * numbering. These macros do not require the user to do octal arithmetic
/Zephyr-latest/dts/bindings/gpio/
Dadi,max22190-gpio.yaml6 ADI MAX22190 octal industrial Input with advanced diagnostic
Dadi,max14916-gpio.yaml5 description: ADI MAX14916 is octal industrial output with advanced diagnostics
/Zephyr-latest/boards/espressif/esp32s3_eye/doc/
Dindex.rst9 recognition and audio processing. ESP32-S3-EYE offers plenty of storage, with an 8 MB Octal PSRAM
67 …al network computing and signal processing. On top of the integrated 8 MB Octal SPI PSRAM offered …
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dstrtoll.c53 * If base is 0, allow 0x for hex and 0 for octal, else in strtoll()
Dstrtol.c53 * If base is 0, allow 0x for hex and 0 for octal, else in strtol()
/Zephyr-latest/scripts/build/
Dprocess_gperf.py62 # Octal escape sequence
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst76 to have PIO4_5 drive the octal flash reset pin on FlexSPI0. Other boards

123