Home
last modified time | relevance | path

Searched refs:MFLASH_PAGE_SIZE (Results 1 – 25 of 66) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/
Dmflash_file.c143 page_buf = pvPortMalloc(MFLASH_PAGE_SIZE); in mflash_page_buf_get()
145 page_buf = malloc(MFLASH_PAGE_SIZE); in mflash_page_buf_get()
181 phys_addr = mflash_drv_log2phys((uint8_t *)fs + page_offset, MFLASH_PAGE_SIZE); in mflash_fs_page_program()
206 uintptr_t start_addr = (uintptr_t)ptr - (uintptr_t)ptr % MFLASH_PAGE_SIZE; in mflash_readable_check()
209 for (uintptr_t check_addr = start_addr; check_addr < end_addr; check_addr += MFLASH_PAGE_SIZE) in mflash_readable_check()
255 if (fs->header.page_size != MFLASH_PAGE_SIZE || fs->header.sector_size != MFLASH_SECTOR_SIZE) in mflash_fs_check()
354 assert((MFLASH_PAGE_SIZE % sizeof(mflash_dir_record_t)) == 0u); in mflash_format_internal()
389 (void)memset(page_buf, (int)MFLASH_BLANK_PATTERN, MFLASH_PAGE_SIZE); in mflash_format_internal()
402 …_dir_record_t *dr = (mflash_dir_record_t *)((uint8_t *)page_buf + (dir_offset % MFLASH_PAGE_SIZE)); in mflash_format_internal()
413 if (dir_offset % MFLASH_PAGE_SIZE == 0u) in mflash_format_internal()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1170/
Dfwk_platform_definitions.h24 #ifndef MFLASH_PAGE_SIZE
25 #define MFLASH_PAGE_SIZE 256u macro
29 #define PLATFORM_EXTFLASH_PAGE_SIZE MFLASH_PAGE_SIZE
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/lpc54s018m/
Dmflash_drv.c26 …{MFLASH_PAGE_SIZE, false, kSPIFI_DataInput, 1, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrTh…
28 …{MFLASH_PAGE_SIZE, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrT…
179 for (uint32_t i = 0; i < MFLASH_PAGE_SIZE / sizeof(data[0]); i++) in mflash_drv_page_program_internal()
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/lpc54xxx/
Dmflash_drv.c26 …{MFLASH_PAGE_SIZE, false, kSPIFI_DataInput, 1, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrTh…
28 …{MFLASH_PAGE_SIZE, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrT…
179 for (uint32_t i = 0; i < MFLASH_PAGE_SIZE / sizeof(data[0]); i++) in mflash_drv_page_program_internal()
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/k32w1/
Dmflash_drv.h22 #ifndef MFLASH_PAGE_SIZE
23 #define MFLASH_PAGE_SIZE (128U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/k4w1/
Dmflash_drv.h22 #ifndef MFLASH_PAGE_SIZE
23 #define MFLASH_PAGE_SIZE (128U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/frdmk64f/
Dmflash_drv.h18 #ifndef MFLASH_PAGE_SIZE
19 #define MFLASH_PAGE_SIZE (MFLASH_SECTOR_SIZE) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/frdmk66f/
Dmflash_drv.h18 #ifndef MFLASH_PAGE_SIZE
19 #define MFLASH_PAGE_SIZE (MFLASH_SECTOR_SIZE) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mcxnx4x_flexspi/
Dmflash_drv.h18 #ifndef MFLASH_PAGE_SIZE
19 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/lpc55s3x/
Dmflash_drv.h22 #ifndef MFLASH_PAGE_SIZE
23 #define MFLASH_PAGE_SIZE (512U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/lpc55s3x_flexspi/
Dmflash_drv.h22 #ifndef MFLASH_PAGE_SIZE
23 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1024/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1160/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1042/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1052/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (512U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1062/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1170/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1170evkb/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1180/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256u) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1021/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/evkcmimxrt1060/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt685audevk/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/rdrw612bga/
Dmflash_drv.h17 #ifndef MFLASH_PAGE_SIZE
18 #define MFLASH_PAGE_SIZE (256U) macro

123