Home
last modified time | relevance | path

Searched refs:stm32_onchip_flash_32k (Results 1 – 4 of 4) sorted by relevance

/bsp/stm32/stm32f746-st-disco/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_32k;
32 &stm32_onchip_flash_32k, \
/bsp/stm32/stm32f767-atk-apollo/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_32k;
32 &stm32_onchip_flash_32k, \
/bsp/stm32/stm32f767-fire-challenger-v1/board/ports/
A Dfal_cfg.h25 extern const struct fal_flash_dev stm32_onchip_flash_32k;
32 &stm32_onchip_flash_32k, \
/bsp/stm32/libraries/HAL_Drivers/drivers/drv_flash/
A Ddrv_flash_f7.c333 const struct fal_flash_dev stm32_onchip_flash_32k = { "onchip_flash_32k", STM32_FLASH_START_ADRESS_… variable
339 return stm32_flash_read(stm32_onchip_flash_32k.addr + offset, buf, size); in fal_flash_read_32k()
352 return stm32_flash_write(stm32_onchip_flash_32k.addr + offset, buf, size); in fal_flash_write_32k()
365 return stm32_flash_erase(stm32_onchip_flash_32k.addr + offset, size); in fal_flash_erase_32k()

Completed in 12 milliseconds