Searched full:octal (Results 1 – 25 of 52) sorted by relevance
123
/Zephyr-latest/drivers/flash/ |
D | spi_nor.h | 64 /* 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 …]
|
D | Kconfig.mcux | 84 Select the MX25UM51345G octal flash operation mode(Octal I/O STR 85 or Octal I/O DTR).
|
D | flash_ifx_cat1_qspi.c | 166 /* Octal enable register address */ 168 /* Frequency of operation used in Octal mode */
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.esptool | 7 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,
|
D | Kconfig.flash | 72 Enable this to support auto detection of Octal MXIC chips if chip vendor not directly
|
D | Kconfig.spiram | 47 bool "Octal Mode PSRAM"
|
/Zephyr-latest/dts/bindings/dac/ |
D | lltc,ltc1665.yaml | 6 description: Linear Technology Micropower octal 8-Bit DAC
|
D | lltc,ltc1660.yaml | 6 description: Linear Technology Micropower octal 10-Bit DAC
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.max14916 | 12 Enabe MAX1416 octal industrial digital
|
D | Kconfig.max22190 | 13 Enabe MAX22190 Octal industrial digital
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | mchp-xec-pinctrl.h | 53 /* n is octal pin number or equivalent in another base. 54 * MCHP XEC documentation specifies pin numbers in octal.
|
/Zephyr-latest/subsys/bindesc/ |
D | gen_bindesc_build_time_h.cmake | 17 # remove leading zeros so that the output will not be interpreted as octal
|
/Zephyr-latest/dts/bindings/spi/ |
D | nxp,imx-flexspi.yaml | 43 Combine port A and port B data pins to support octal mode access by
|
/Zephyr-latest/drivers/entropy/ |
D | fake_entropy_native_posix.c | 110 "97229 (decimal), 0x17BCD (hex), or 0275715 (octal)" in add_fake_entropy_option()
|
/Zephyr-latest/tests/boards/mec15xxevb_assy6853/qspi/src/ |
D | main.c | 595 * @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/ |
D | Kconfig | 53 quad/octal), though none of these mode are really supported as
|
/Zephyr-latest/soc/microchip/mec/common/ |
D | soc_i2c.c | 31 * NOTE: MCHP MECxxxx data sheets specify GPIO pin numbers in octal.
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | microchip-xec-gpio.h | 12 * 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/ |
D | adi,max22190-gpio.yaml | 6 ADI MAX22190 octal industrial Input with advanced diagnostic
|
D | adi,max14916-gpio.yaml | 5 description: ADI MAX14916 is octal industrial output with advanced diagnostics
|
/Zephyr-latest/boards/espressif/esp32s3_eye/doc/ |
D | index.rst | 9 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/ |
D | strtoll.c | 53 * If base is 0, allow 0x for hex and 0 for octal, else in strtoll()
|
D | strtol.c | 53 * If base is 0, allow 0x for hex and 0 for octal, else in strtol()
|
/Zephyr-latest/scripts/build/ |
D | process_gperf.py | 62 # Octal escape sequence
|
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/ |
D | README.rst | 76 to have PIO4_5 drive the octal flash reset pin on FlexSPI0. Other boards
|
123