Home
last modified time | relevance | path

Searched refs:psoc6_smif_write (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/boot/cypress/cy_flash_pal/include/
Dcy_smif_psoc6.h61 int psoc6_smif_write(const struct flash_area *fap, off_t addr, const void *data, size_t len);
/mcuboot-latest/boot/cypress/cy_flash_pal/
Dcy_smif_psoc6.c95 int psoc6_smif_write(const struct flash_area *fap, in psoc6_smif_write() function
Dcy_flash_map.c302 rc = psoc6_smif_write(fa, write_start_addr, src, len); in flash_area_write()