Home
last modified time | relevance | path

Searched refs:bytesInSectorSize (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/lpspi/
Dfsl_lpspi_nor_flash.c61 handle->bytesInSectorSize = memConfig->bytesInSectorSize; in Nor_Flash_Init()
272 switch (handle->bytesInSectorSize) in Nor_Flash_Erase_Sector()
547 handle->bytesInSectorSize = 256U; in Nor_Flash_Exit_Lowpower()
Dfsl_lpspi_nor_flash.h25 uint32_t bytesInSectorSize; /*!< Minimun Sector size in byte supported by Serial NOR */ member
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/spifi/
Dfsl_spifi_nor_flash.c596 handle->bytesInSectorSize = sector_size; in spifi_get_page_sector_size_from_sfdp()
785 address &= ~(handle->bytesInSectorSize - 1); in spifi_nor_erase_sector()
932 address &= ~(handle->bytesInSectorSize - 1); in Nor_Flash_Erase_Sector()
949 address &= ~(handle->bytesInSectorSize - 1); in Nor_Flash_Erase_Block()
958 address += handle->bytesInSectorSize; in Nor_Flash_Erase_Block()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_nor_flash.h36 uint32_t bytesInSectorSize; /*!< Minimun Sector size in byte supported by Serial NOR */ member
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/flexspi/
Dfsl_flexspi_nor_flash.h154 uint32_t bytesInSectorSize; /*!< Minimun Sector size in byte supported by Serial NOR */ member
Dfsl_flexspi_nor_flash.c1435 handle->bytesInSectorSize = sectorSize; in FLEXSPI_NOR_GetPageSectorBlockSizeFromSFDP()
3657 for (uint32_t i = 0x00U; i <= (size_Byte / handle->bytesInSectorSize); i++) in Nor_Flash_Erase()
3660 startAddress += handle->bytesInSectorSize; in Nor_Flash_Erase()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c1391 handle->bytesInSectorSize = xspiMemNorHandle.sectorSizeInByte; in Nor_Flash_Init()
1598 for (uint32_t i = 0x00U; i <= (size_Byte / handle->bytesInSectorSize); i++) in Nor_Flash_Erase()
1601 startAddress += handle->bytesInSectorSize; in Nor_Flash_Erase()