Home
last modified time | relevance | path

Searched refs:jesd216_bfp_decode_dw14 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/flash/
Djesd216.h432 int jesd216_bfp_decode_dw14(const struct jesd216_param_header *php,
Djesd216.c248 int jesd216_bfp_decode_dw14(const struct jesd216_param_header *php, in jesd216_bfp_decode_dw14() function
Dflash_mcux_flexspi_nor.c759 ret = jesd216_bfp_decode_dw14(&header->phdr[0], bfp, &dw14); in flash_flexspi_nor_config_flash()
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c181 if (jesd216_bfp_decode_dw14(php, bfp, &dw14) != 0) { in summarize_dw14()