Home
last modified time | relevance | path

Searched full:jesd216 (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/samples/drivers/jesd216/
Dsample.yaml2 name: JESD216 Sample
15 sample.drivers.jesd216:
26 sample.drivers.jesd216.nrf52840dk_spi:
32 sample.drivers.stm32.jesd216:
DREADME.rst1 .. 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/
Djedec,jesd216.yaml6 # 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
Dzephyr,mspi-emul-flash.yaml8 include: ["zephyr,mspi-emul-device.yaml", "jedec,jesd216.yaml"]
Dmspi-aps6404l.yaml8 include: [mspi-device.yaml, "jedec,jesd216.yaml"]
Dmspi-atxp032.yaml8 include: [mspi-device.yaml, "jedec,jesd216.yaml"]
Djedec,spi-nor-common.yaml8 # This extends JESD216-defined features with additional functionality
12 # jedec,jesd216.yaml instead.
14 include: "jedec,jesd216.yaml"
Dnxp,s32-qspi-device.yaml9 include: [base.yaml, "jedec,jesd216.yaml"]
Dnxp,imx-flexspi-device.yaml6 include: [spi-device.yaml, "jedec,jesd216.yaml"]
/Zephyr-latest/drivers/flash/
DKconfig.andes29 The JESD216 Basic Flash Parameters table must be provided in the
38 for all supported JESD216-compatible devices.
DKconfig.nor34 The JESD216 Basic Flash Parameters table must be provided in the
43 for all supported JESD216-compatible devices.
Djesd216.h21 * 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 */
DCMakeLists.txt20 zephyr_library_sources_ifdef(CONFIG_FLASH_JESD216 jesd216.c)
84 zephyr_code_relocate(FILES jesd216.c LOCATION ${CONFIG_FLASH_MCUX_FLEXSPI_XIP_MEM}_TEXT)
DKconfig.nxp_s3224 JESD216-compatible devices, with the following notes:
DKconfig79 Selected by drivers that support JESD216-compatible flash
90 bool "Provide API to read JESD216 flash parameters"
Dflash_npcx_fiu_qspi.h11 #include "jesd216.h"
Djesd216.c10 #include "jesd216.h"
Dflash_stm32_qspi.c43 #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()
Dflash_nxp_s32_qspi_nor.c19 #include "jesd216.h"
72 /* Size of all LUT sequences for JESD216 operations */
/Zephyr-latest/dts/bindings/flash_controller/
Daltr,nios2-qspi-nor.yaml8 include: ["flash-controller.yaml", "jedec,jesd216.yaml"]
Dst,stm32-qspi-nor.yaml21 include: ["flash-controller.yaml", "jedec,jesd216.yaml"]
Dst,stm32-ospi-nor.yaml20 include: ["flash-controller.yaml", "jedec,jesd216.yaml"]
/Zephyr-latest/dts/bindings/mspi/
Dambiq,mspi-device.yaml8 include: [mspi-device.yaml, "jedec,jesd216.yaml"]
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c10 #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/
Dindex.rst189 to the qspi interface. It can be tested with the samples/drivers/jesd216 app.
192 :zephyr-app: samples/drivers/jesd216

12