20 #ifdef PRU_PSTORAGE_ENABLE
22 #ifndef __PRU_PSTORAGE_H__
23 #define __PRU_PSTORAGE_H__
84 #endif // PRU_PSTORAGE_ENABLE
void pru_pstorage_erase_appdata(void)
Erase all of PRU appdata.
struct pru_pstorage_appdata pru_pstorage_appdata_t
PRU pstorage data container.
void pru_pstorage_write(pru_pstorage_appdata_t *p_appdata)
Writes application data to flash.
void pru_pstorage_status(bool *p_complete, bool *p_success)
Read status of pstorage operation.
void pru_pstorage_sys_evt_handler(uint32_t event)
Handles system callbacks.
PRU pstorage data container.
bool pru_pstorage_read(pru_pstorage_appdata_t *p_appdata)
Reads application data from flash.