Home
last modified time | relevance | path

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

/bsp/stm32/stm32f746-st-disco/board/ports/
A Dfal_cfg.h27 extern const struct fal_flash_dev stm32_onchip_flash_256k;
34 &stm32_onchip_flash_256k, \
/bsp/stm32/stm32f767-atk-apollo/board/ports/
A Dfal_cfg.h27 extern const struct fal_flash_dev stm32_onchip_flash_256k;
34 &stm32_onchip_flash_256k, \
/bsp/stm32/stm32f767-fire-challenger-v1/board/ports/
A Dfal_cfg.h27 extern const struct fal_flash_dev stm32_onchip_flash_256k;
34 &stm32_onchip_flash_256k, \
/bsp/stm32/libraries/HAL_Drivers/drivers/drv_flash/
A Ddrv_flash_f7.c335 const struct fal_flash_dev stm32_onchip_flash_256k = { "onchip_flash_256k", STM32_FLASH_START_ADRES… variable
347 return stm32_flash_read(stm32_onchip_flash_256k.addr + offset, buf, size); in fal_flash_read_256k()
360 return stm32_flash_write(stm32_onchip_flash_256k.addr + offset, buf, size); in fal_flash_write_256k()
373 return stm32_flash_erase(stm32_onchip_flash_256k.addr + offset, size); in fal_flash_erase_256k()

Completed in 10 milliseconds