picofuse

flash.h File Reference

Flash storage helpers. More...

#include "block.h"
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Include dependency graph for flash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Methods
hw_block_t * hw_block_flash_init (size_t size_bytes)
 Initialize a flash-backed block region. More...
 
size_t hw_block_flash_get_capacity (void)
 Return the maximum currently available flash block size. More...
 

Detailed Description

Flash storage helpers.

Definition in file flash.h.