| /bsp/allwinner/d1s/ports/fal/ |
| A D | fal_norflash_sfud_port.c | 24 struct fal_flash_dev nor_flash0 = variable 35 sfud_read(&sfud_norflash0, nor_flash0.addr + offset, size, buf); in read() 41 if (sfud_write(&sfud_norflash0, nor_flash0.addr + offset, size, buf) != SFUD_SUCCESS) in write() 51 if (sfud_erase(&sfud_norflash0, nor_flash0.addr + offset, size) != SFUD_SUCCESS) in erase() 61 nor_flash0.len = sfud_norflash0.chip.capacity; in init() 62 nor_flash0.blk_size = sfud_norflash0.chip.erase_gran; in init()
|
| /bsp/nuvoton/numaker-iot-m467/board/ |
| A D | fal_cfg.h | 28 extern struct fal_flash_dev nor_flash0; 36 &nor_flash0, \ 43 &nor_flash0, \ 48 &nor_flash0, \
|
| /bsp/nuvoton/numaker-m467hj/board/ |
| A D | fal_cfg.h | 28 extern struct fal_flash_dev nor_flash0; 36 &nor_flash0, \ 43 &nor_flash0, \ 48 &nor_flash0, \
|
| /bsp/nrf5x/nrf52840/board/ |
| A D | fal_cfg.h | 24 extern struct fal_flash_dev nor_flash0; 30 &nor_flash0, \ 47 extern struct fal_flash_dev nor_flash0; 52 &nor_flash0, \
|
| /bsp/nrf5x/nrf5340/board/ |
| A D | fal_cfg.h | 24 extern struct fal_flash_dev nor_flash0; 30 &nor_flash0, \ 47 extern struct fal_flash_dev nor_flash0; 52 &nor_flash0, \
|
| /bsp/stm32/stm32l475-atk-pandora/board/ports/fal/ |
| A D | fal_flash_sfud_port.c | 34 sfud_read(&sfud_norflash0, nor_flash0.addr + offset, size, buf); in read() 41 if (sfud_write(&sfud_norflash0, nor_flash0.addr + offset, size, buf) != SFUD_SUCCESS) in write() 51 if (sfud_erase(&sfud_norflash0, nor_flash0.addr + offset, size) != SFUD_SUCCESS) in erase() 58 const struct fal_flash_dev nor_flash0 = { "nor_flash", 0, (16 * 1024 * 1024), 4096, {fal_sfud_init,… variable
|
| /bsp/hpmicro/hpm5301evklite/board/ |
| A D | fal_flash_port.c | 54 struct fal_flash_dev nor_flash0 = variable 92 nor_flash0.blk_size = sector_size; in init() 93 nor_flash0.len = flash_size; in init() 109 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read() 219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | fal_flash_port.c | 54 struct fal_flash_dev nor_flash0 = variable 92 nor_flash0.blk_size = sector_size; in init() 93 nor_flash0.len = flash_size; in init() 109 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read() 219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
|
| /bsp/hpmicro/hpm6750evk/board/ |
| A D | fal_flash_port.c | 68 struct fal_flash_dev nor_flash0 = variable 105 nor_flash0.blk_size = sector_size; in init() 106 nor_flash0.len = flash_size; in init() 122 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read() 232 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
|
| /bsp/hpmicro/hpm5300evk/board/ |
| A D | fal_flash_port.c | 54 struct fal_flash_dev nor_flash0 = variable 92 nor_flash0.blk_size = sector_size; in init() 93 nor_flash0.len = flash_size; in init() 109 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read() 219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
|
| /bsp/hpmicro/hpm6200evk/board/ |
| A D | fal_flash_port.c | 54 struct fal_flash_dev nor_flash0 = variable 92 nor_flash0.blk_size = sector_size; in init() 93 nor_flash0.len = flash_size; in init() 109 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read() 219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
|
| /bsp/hpmicro/hpm6750evk2/board/ |
| A D | fal_flash_port.c | 69 struct fal_flash_dev nor_flash0 = variable 106 nor_flash0.blk_size = sector_size; in init() 107 nor_flash0.len = flash_size; in init() 123 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read() 233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
|
| /bsp/hpmicro/hpm6750evkmini/board/ |
| A D | fal_flash_port.c | 69 struct fal_flash_dev nor_flash0 = variable 106 nor_flash0.blk_size = sector_size; in init() 107 nor_flash0.len = flash_size; in init() 123 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read() 233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
|
| /bsp/hpmicro/hpm6800evk/board/ |
| A D | fal_flash_port.c | 69 struct fal_flash_dev nor_flash0 = variable 106 nor_flash0.blk_size = sector_size; in init() 107 nor_flash0.len = flash_size; in init() 123 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read() 233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
|
| /bsp/hpmicro/hpm6e00evk/board/ |
| A D | fal_flash_port.c | 69 struct fal_flash_dev nor_flash0 = variable 106 nor_flash0.blk_size = sector_size; in init() 107 nor_flash0.len = flash_size; in init() 123 rt_uint32_t flash_addr = nor_flash0.addr + offset; in read() 233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase()
|
| /bsp/stm32/stm32f429-st-disco/board/ports/ |
| A D | fal_cfg.h | 31 extern struct fal_flash_dev nor_flash0; 42 &nor_flash0, \ 57 &nor_flash0, \
|
| /bsp/stm32/stm32f469-st-disco/board/ports/ |
| A D | fal_cfg.h | 31 extern struct fal_flash_dev nor_flash0; 42 &nor_flash0, \ 57 &nor_flash0, \
|
| /bsp/nuvoton/nk-n9h30/board/ |
| A D | fal_cfg.h | 21 extern struct fal_flash_dev nor_flash0; 26 &nor_flash0, \
|
| /bsp/nuvoton/nk-980iot/board/ |
| A D | fal_cfg.h | 21 extern struct fal_flash_dev nor_flash0; 26 &nor_flash0, \
|
| /bsp/nuvoton/nk-rtu980/board/ |
| A D | fal_cfg.h | 21 extern struct fal_flash_dev nor_flash0; 26 &nor_flash0, \
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | fal_cfg.h | 34 extern struct fal_flash_dev nor_flash0; 39 &nor_flash0, \
|
| /bsp/stm32/stm32h7r7-artpi2/board/port/ |
| A D | fal_cfg.h | 34 extern struct fal_flash_dev nor_flash0; 39 &nor_flash0, \
|
| /bsp/stm32/stm32h7s7-st-disco/board/port/ |
| A D | fal_cfg.h | 34 extern struct fal_flash_dev nor_flash0; 39 &nor_flash0, \
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/port/ |
| A D | fal_cfg.h | 37 extern struct fal_flash_dev nor_flash0; 44 &nor_flash0, \
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/ |
| A D | fal_cfg.h | 37 extern struct fal_flash_dev nor_flash0; 44 &nor_flash0, \
|