Home
last modified time | relevance | path

Searched refs:jesd216_bfp_decode_dw16 (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/flash/
Djesd216.h530 int jesd216_bfp_decode_dw16(const struct jesd216_param_header *php,
Djesd216.c312 int jesd216_bfp_decode_dw16(const struct jesd216_param_header *php, in jesd216_bfp_decode_dw16() function
Dflash_mcux_flexspi_nor.c782 ret = jesd216_bfp_decode_dw16(&header->phdr[0], bfp, &dw16); in flash_flexspi_nor_config_flash()
Dflash_stm32_qspi.c1192 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp()
Dspi_nor.c1214 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp()
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c215 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) != 0) { in summarize_dw16()