Home
last modified time | relevance | path

Searched refs:stm32_onchip_flash_16k (Results 1 – 12 of 12) sorted by relevance

/bsp/stm32/stm32f429-st-disco/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_16k;
39 &stm32_onchip_flash_16k, \
69 &stm32_onchip_flash_16k, \
/bsp/stm32/stm32f469-st-disco/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_16k;
39 &stm32_onchip_flash_16k, \
69 &stm32_onchip_flash_16k, \
/bsp/stm32/stm32f407-armfly-v5/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_16k;
32 &stm32_onchip_flash_16k, \
/bsp/stm32/stm32f411-weact-blackpill/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_16k;
32 &stm32_onchip_flash_16k, \
/bsp/stm32/stm32f429-fire-challenger/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_16k;
32 &stm32_onchip_flash_16k, \
/bsp/stm32/stm32f429-armfly-v6/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_16k;
32 &stm32_onchip_flash_16k, \
/bsp/stm32/stm32f429-atk-apollo/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_16k;
32 &stm32_onchip_flash_16k, \
/bsp/stm32/stm32f407-atk-explorer/board/ports/fal/
A Dfal_cfg.h27 extern const struct fal_flash_dev stm32_onchip_flash_16k;
42 &stm32_onchip_flash_16k, \
/bsp/stm32/libraries/HAL_Drivers/drivers/drv_flash/
A Ddrv_flash_f2.c270 const struct fal_flash_dev stm32_onchip_flash_16k = { "onchip_flash_16k", STM32_FLASH_START_ADRESS_… variable
276 return stm32_flash_read(stm32_onchip_flash_16k.addr + offset, buf, size); in fal_flash_read_16k()
289 return stm32_flash_write(stm32_onchip_flash_16k.addr + offset, buf, size); in fal_flash_write_16k()
302 return stm32_flash_erase(stm32_onchip_flash_16k.addr + offset, size); in fal_flash_erase_16k()
A Ddrv_flash_f4.c378 const struct fal_flash_dev stm32_onchip_flash_16k = variable
426 return stm32_flash_read(stm32_onchip_flash_16k.addr + offset, buf, size); in fal_flash_read_16k()
439 return stm32_flash_write(stm32_onchip_flash_16k.addr + offset, buf, size); in fal_flash_write_16k()
452 return stm32_flash_erase(stm32_onchip_flash_16k.addr + offset, size); in fal_flash_erase_16k()
/bsp/stm32/stm32f407-lckfb-skystar/board/ports/fal/
A Dfal_cfg.h24 extern const struct fal_flash_dev stm32_onchip_flash_16k;
/bsp/stm32/stm32f407-rt-spark/board/ports/fal/
A Dfal_cfg.h24 extern const struct fal_flash_dev stm32_onchip_flash_16k;

Completed in 21 milliseconds