Home
last modified time | relevance | path

Searched refs:ifx_onchip_flash_256k (Results 1 – 8 of 8) sorted by relevance

/bsp/Infineon/psoc6-cy8ckit-062S2-43012/board/ports/
A Dfal_cfg.h18 extern const struct fal_flash_dev ifx_onchip_flash_256k;
24 &ifx_onchip_flash_256k, \
/bsp/Infineon/psoc6-evaluationkit-062S2/board/ports/
A Dfal_cfg.h18 extern const struct fal_flash_dev ifx_onchip_flash_256k;
24 &ifx_onchip_flash_256k, \
/bsp/Infineon/libraries/templates/PSOC62/board/ports/
A Dfal_cfg.h18 extern const struct fal_flash_dev ifx_onchip_flash_256k;
24 &ifx_onchip_flash_256k, \
/bsp/Infineon/psoc6-cy8ckit-062-BLE/board/ports/
A Dfal_cfg.h18 extern const struct fal_flash_dev ifx_onchip_flash_256k;
24 &ifx_onchip_flash_256k, \
/bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/board/ports/
A Dfal_cfg.h18 extern const struct fal_flash_dev ifx_onchip_flash_256k;
24 &ifx_onchip_flash_256k, \
/bsp/Infineon/psoc6-cy8ckit-062s4/board/ports/
A Dfal_cfg.h18 extern const struct fal_flash_dev ifx_onchip_flash_256k;
24 &ifx_onchip_flash_256k, \
/bsp/Infineon/psoc6-cy8cproto-062S3-4343W/board/ports/
A Dfal_cfg.h18 extern const struct fal_flash_dev ifx_onchip_flash_256k;
24 &ifx_onchip_flash_256k, \
/bsp/Infineon/libraries/HAL_Drivers/
A Ddrv_flash.c282 const struct fal_flash_dev ifx_onchip_flash_256k = variable
303 return ifx_flash_read_256k(ifx_onchip_flash_256k.addr + offset, buf, size); in fal_flash_read_256k()
313 return ifx_flash_write(ifx_onchip_flash_256k.addr + offset, buf, size); in fal_flash_write_256k()
323 return ifx_flash_erase_256k(ifx_onchip_flash_256k.addr + offset, size); in fal_flash_erase_256k()
336 #define TEST_OFF (ifx_onchip_flash_256k.len - 0x40000) in flash64k_test()

Completed in 18 milliseconds