Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/spifi/
Dfsl_spifi_nor_flash.c565 handle->bytesInMemorySize = flash_size; in spifi_get_page_sector_size_from_sfdp()
598 if (handle->bytesInMemorySize > SPIFI_MAX_24BIT_ADDRESSING_SIZE) in spifi_get_page_sector_size_from_sfdp()
654 if (handle->bytesInMemorySize > SPIFI_MAX_24BIT_ADDRESSING_SIZE) in spifi_nor_parse_sfdp()
833 handle->bytesInMemorySize = SPIFI_MAX_24BIT_ADDRESSING_SIZE; in Nor_Flash_Init()
927 if (endAddress > FSL_FEATURE_SPIFI_START_ADDR + handle->bytesInMemorySize) in Nor_Flash_Erase_Sector()
944 if (endAddress > FSL_FEATURE_SPIFI_START_ADDR + handle->bytesInMemorySize) in Nor_Flash_Erase_Block()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/lpspi/
Dfsl_lpspi_nor_flash.h26 uint32_t bytesInMemorySize; /*!< Memory size in byte of Serial NOR */ member
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_nor_flash.h37 uint32_t bytesInMemorySize; /*!< Memory size in byte of Serial NOR */ member
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/flexspi/
Dfsl_flexspi_nor_flash.h155 uint32_t bytesInMemorySize; /*!< Memory size in byte of Serial NOR */ member
Dfsl_flexspi_nor_flash.c1382 handle->bytesInMemorySize = flashSize; in FLEXSPI_NOR_GetPageSectorBlockSizeFromSFDP()
1491 …if ((handle->bytesInMemorySize > MAX_24BIT_ADDRESSING_SIZE) && (tbl->has_4b_addressing_inst_table)) in FLEXSPI_NOR_ParseSFDP()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c1392 handle->bytesInMemorySize = xspiMemNorHandle.memSizeInByte; in Nor_Flash_Init()