Home
last modified time | relevance | path

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

/bsp/apm32/libraries/Drivers/drv_flash/
A Ddrv_flash_e1.c192 const struct fal_flash_dev apm32_onchip_flash = { "onchip_flash", APM32_FLASH_START_ADRESS, APM32_F… variable
196 return apm32_flash_read(apm32_onchip_flash.addr + offset, buf, size); in fal_flash_read()
201 return apm32_flash_write(apm32_onchip_flash.addr + offset, buf, size); in fal_flash_write()
206 return apm32_flash_erase(apm32_onchip_flash.addr + offset, size); in fal_flash_erase()
A Ddrv_flash_s1.c192 const struct fal_flash_dev apm32_onchip_flash = { "onchip_flash", APM32_FLASH_START_ADRESS, APM32_F… variable
196 return apm32_flash_read(apm32_onchip_flash.addr + offset, buf, size); in fal_flash_read()
201 return apm32_flash_write(apm32_onchip_flash.addr + offset, buf, size); in fal_flash_write()
206 return apm32_flash_erase(apm32_onchip_flash.addr + offset, size); in fal_flash_erase()
A Ddrv_flash_f0.c194 const struct fal_flash_dev apm32_onchip_flash = { "onchip_flash", APM32_FLASH_START_ADRESS, APM32_F… variable
198 return apm32_flash_read(apm32_onchip_flash.addr + offset, buf, size); in fal_flash_read()
203 return apm32_flash_write(apm32_onchip_flash.addr + offset, buf, size); in fal_flash_write()
208 return apm32_flash_erase(apm32_onchip_flash.addr + offset, size); in fal_flash_erase()
A Ddrv_flash_f1.c194 const struct fal_flash_dev apm32_onchip_flash = { "onchip_flash", APM32_FLASH_START_ADRESS, APM32_F… variable
198 return apm32_flash_read(apm32_onchip_flash.addr + offset, buf, size); in fal_flash_read()
203 return apm32_flash_write(apm32_onchip_flash.addr + offset, buf, size); in fal_flash_write()
208 return apm32_flash_erase(apm32_onchip_flash.addr + offset, size); in fal_flash_erase()
/bsp/apm32/apm32e103ze-evalboard/board/ports/
A Dfal_cfg.h17 extern const struct fal_flash_dev apm32_onchip_flash;
22 &apm32_onchip_flash, \
/bsp/apm32/apm32e103ze-tinyboard/board/ports/
A Dfal_cfg.h17 extern const struct fal_flash_dev apm32_onchip_flash;
22 &apm32_onchip_flash, \
/bsp/apm32/apm32f072vb-miniboard/board/ports/
A Dfal_cfg.h17 extern const struct fal_flash_dev apm32_onchip_flash;
22 &apm32_onchip_flash, \
/bsp/apm32/apm32f091vc-miniboard/board/ports/
A Dfal_cfg.h17 extern const struct fal_flash_dev apm32_onchip_flash;
22 &apm32_onchip_flash, \
/bsp/apm32/apm32f103vb-miniboard/board/ports/
A Dfal_cfg.h17 extern const struct fal_flash_dev apm32_onchip_flash;
22 &apm32_onchip_flash, \
/bsp/apm32/apm32f103xe-minibroard/board/ports/
A Dfal_cfg.h17 extern const struct fal_flash_dev apm32_onchip_flash;
22 &apm32_onchip_flash, \
/bsp/apm32/apm32f107vc-evalboard/board/ports/
A Dfal_cfg.h17 extern const struct fal_flash_dev apm32_onchip_flash;
22 &apm32_onchip_flash, \
/bsp/apm32/apm32s103vb-miniboard/board/ports/
A Dfal_cfg.h17 extern const struct fal_flash_dev apm32_onchip_flash;
22 &apm32_onchip_flash, \

Completed in 14 milliseconds