sim-card
/
osmo-cos
Archived
10
0
Fork 0
This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-cos/src/cc32/cc32_flcon.h

4 lines
139 B
C

int cc32_flash_erase(uint32_t offset, uint16_t page_size);
int cc32_flash_program(uint32_t offset, uint16_t page_size, uint32_t *buffer);