Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/lpspi/
Dfsl_lpspi_nor_flash.c62 handle->bytesInPageSize = memConfig->bytesInPageSize; in Nor_Flash_Init()
156 status = LPSPI_MemWritePage(address, buffer, handle->bytesInPageSize, blocking, base); in Nor_Flash_Page_Program()
548 handle->bytesInPageSize = 256U; in Nor_Flash_Exit_Lowpower()
Dfsl_lpspi_nor_flash.h24 uint32_t bytesInPageSize; /*!< Page size in byte of Serial NOR */ member
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c1393 handle->bytesInPageSize = SFDP_GetPageSize(&sfdpHandle); in Nor_Flash_Init()
1458 flashXfer.dataSize = handle->bytesInPageSize; in Nor_Flash_Page_Program()
1486 for (uint32_t i = 0x00U; i <= (length / handle->bytesInPageSize); i++) in Nor_Flash_Program()
1490 if (length >= handle->bytesInPageSize) in Nor_Flash_Program()
1492 buffer += handle->bytesInPageSize; in Nor_Flash_Program()
1493 startAddress += handle->bytesInPageSize; in Nor_Flash_Program()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/spifi/
Dfsl_spifi_nor_flash.c571 handle->bytesInPageSize = 256U; in spifi_get_page_sector_size_from_sfdp()
576 handle->bytesInPageSize = page_size == (1 << 15) ? 256U : page_size; in spifi_get_page_sector_size_from_sfdp()
888 uint32_t pageSize = handle->bytesInPageSize; in Nor_Flash_Page_Program()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_nor_flash.h35 uint32_t bytesInPageSize; /*!< Page size in byte of Serial NOR */ member
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/flexspi/
Dfsl_flexspi_nor_flash.h153 uint32_t bytesInPageSize; /*!< Page size in byte of Serial NOR */ member
Dfsl_flexspi_nor_flash.c1387 handle->bytesInPageSize = 256U; in FLEXSPI_NOR_GetPageSectorBlockSizeFromSFDP()
1392 handle->bytesInPageSize = (page_size == (0x01UL << 15)) ? 256UL : page_size; in FLEXSPI_NOR_GetPageSectorBlockSizeFromSFDP()
3675 uint32_t pageSize = handle->bytesInPageSize; in Nor_Flash_Page_Program()
3718 for (uint32_t i = 0x00U; i <= (length / handle->bytesInPageSize); i++) in Nor_Flash_Program()
3722 if (length >= handle->bytesInPageSize) in Nor_Flash_Program()
3724 buffer += handle->bytesInPageSize; in Nor_Flash_Program()
3725 startAddress += handle->bytesInPageSize; in Nor_Flash_Program()