Searched full:jesd216 (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/samples/drivers/jesd216/ |
D | sample.yaml | 2 name: JESD216 Sample 15 sample.drivers.jesd216: 26 sample.drivers.jesd216.nrf52840dk_spi: 32 sample.drivers.stm32.jesd216:
|
D | README.rst | 1 .. zephyr:code-sample:: jesd216 2 :name: JESD216 flash 5 Use the JESD216 flash API to extract information from a compatible serial memory device. 10 This sample demonstrates how to use the JESD216 flash API to extract 22 :zephyr-app: samples/drivers/jesd216
|
/Zephyr-latest/dts/bindings/mtd/ |
D | jedec,jesd216.yaml | 6 # are compatible with the JESD216 Serial Flash Discoverable Parameters 18 # JESD216 standards should be listed in this binding include file. 33 JESD216 Serial Flash Discoverable Parameters Basic Flash 49 Quad Enable Requirements value from JESD216 BFP DW15. 59 Enter 4-Byte Addressing value from JESD216 BFP DW16 75 Number of bytes in a page from JESD216 BFP DW11
|
D | zephyr,mspi-emul-flash.yaml | 8 include: ["zephyr,mspi-emul-device.yaml", "jedec,jesd216.yaml"]
|
D | mspi-aps6404l.yaml | 8 include: [mspi-device.yaml, "jedec,jesd216.yaml"]
|
D | mspi-atxp032.yaml | 8 include: [mspi-device.yaml, "jedec,jesd216.yaml"]
|
D | jedec,spi-nor-common.yaml | 8 # This extends JESD216-defined features with additional functionality 12 # jedec,jesd216.yaml instead. 14 include: "jedec,jesd216.yaml"
|
D | nxp,s32-qspi-device.yaml | 9 include: [base.yaml, "jedec,jesd216.yaml"]
|
D | nxp,imx-flexspi-device.yaml | 6 include: [spi-device.yaml, "jedec,jesd216.yaml"]
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.andes | 29 The JESD216 Basic Flash Parameters table must be provided in the 38 for all supported JESD216-compatible devices.
|
D | Kconfig.nor | 34 The JESD216 Basic Flash Parameters table must be provided in the 43 for all supported JESD216-compatible devices.
|
D | jesd216.h | 21 * Flash Discoverable Parameters standard, JESD216 and its successors, 30 /* Layout of a JESD216 parameter header. */ 80 /* All JESD216 data is read from the device in little-endian byte 151 * See the JESD216 specification for the interpretation of these 227 * Modes explicitly mentioned in JESD216 or JESD251 are given 300 /* The number of erase types defined in a JESD216 Basic Flash 366 /* Decoded data from JESD216 DW11. */ 404 /* Decoded data from JESD216 DW14 */ 463 /* Decoded data from JESD216 DW15 */
|
D | CMakeLists.txt | 20 zephyr_library_sources_ifdef(CONFIG_FLASH_JESD216 jesd216.c) 84 zephyr_code_relocate(FILES jesd216.c LOCATION ${CONFIG_FLASH_MCUX_FLEXSPI_XIP_MEM}_TEXT)
|
D | Kconfig.nxp_s32 | 24 JESD216-compatible devices, with the following notes:
|
D | Kconfig | 79 Selected by drivers that support JESD216-compatible flash 90 bool "Provide API to read JESD216 flash parameters"
|
D | flash_npcx_fiu_qspi.h | 11 #include "jesd216.h"
|
D | jesd216.c | 10 #include "jesd216.h"
|
D | flash_stm32_qspi.c | 43 #include "jesd216.h" 346 LOG_DBG("Read JESD216-ID"); in qspi_read_jedec_id() 1194 * According to JESD216, the bit0 of dw16.enter_4ba in spi_nor_process_bfp()
|
D | flash_nxp_s32_qspi_nor.c | 19 #include "jesd216.h" 72 /* Size of all LUT sequences for JESD216 operations */
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | altr,nios2-qspi-nor.yaml | 8 include: ["flash-controller.yaml", "jedec,jesd216.yaml"]
|
D | st,stm32-qspi-nor.yaml | 21 include: ["flash-controller.yaml", "jedec,jesd216.yaml"]
|
D | st,stm32-ospi-nor.yaml | 20 include: ["flash-controller.yaml", "jedec,jesd216.yaml"]
|
/Zephyr-latest/dts/bindings/mspi/ |
D | ambiq,mspi-device.yaml | 8 include: [mspi-device.yaml, "jedec,jesd216.yaml"]
|
/Zephyr-latest/samples/drivers/jesd216/src/ |
D | main.c | 10 #include <jesd216.h> 232 /* Indexed from 1 to match JESD216 data word numbering */ 303 printf("Read SFDP not supported: device not JESD216-compliant " in main()
|
/Zephyr-latest/boards/sparkfun/micromod/doc/ |
D | index.rst | 189 to the qspi interface. It can be tested with the samples/drivers/jesd216 app. 192 :zephyr-app: samples/drivers/jesd216
|
12