AIROC™ BTSDK v4.4 - Documentation | ||||
List of parameters and defined functions needed to access the Embedded Flash interface driver. More...
Functions | |
wiced_result_t | wiced_hal_eflash_init (void) |
Function wiced_hal_eflash_init. More... | |
wiced_result_t | wiced_hal_eflash_read (uint32_t offset, uint8_t *p_buffer, uint32_t length) |
Function wiced_hal_eflash_read. More... | |
wiced_result_t | wiced_hal_eflash_write (uint32_t offset, uint8_t *p_buffer, uint32_t length) |
Function wiced_hal_eflash_write. More... | |
wiced_result_t | wiced_hal_eflash_erase (uint32_t offset, uint32_t length) |
Function wiced_hal_eflash_erase. More... | |
wiced_result_t | wiced_hal_eflash_erase_whole (void) |
Function wiced_hal_eflash_erase_whole. More... | |
uint32_t | wiced_hal_eflash_get_size (void) |
Function wiced_hal_eflash_get_size. More... | |
List of parameters and defined functions needed to access the Embedded Flash interface driver.