NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
config_flash.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
Include dependency graph for config_flash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int flash_write (uintptr_t base, const void *data, size_t size)
 
int flash_read (uintptr_t base, void *data, size_t size)
 
int flash_erase_page (uintptr_t base)
 
size_t flash_get_page_size (void)
 
size_t flash_get_num_pages (void)
 

Function Documentation

int flash_erase_page ( uintptr_t  base)

Here is the call graph for this function:

size_t flash_get_num_pages ( void  )
size_t flash_get_page_size ( void  )
int flash_read ( uintptr_t  base,
void *  data,
size_t  size 
)
int flash_write ( uintptr_t  base,
const void *  data,
size_t  size 
)

Here is the call graph for this function: