Searched refs:bytesInPageSize (Results 1 – 7 of 7) sorted by relevance
62 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()
24 uint32_t bytesInPageSize; /*!< Page size in byte of Serial NOR */ member
1393 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()
571 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()
35 uint32_t bytesInPageSize; /*!< Page size in byte of Serial NOR */ member
153 uint32_t bytesInPageSize; /*!< Page size in byte of Serial NOR */ member
1387 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()