28 #ifndef DIRECT_MEMORY_LOGGER_H_
29 #define DIRECT_MEMORY_LOGGER_H_
33 #define DML_BUF_SIZE 128
#define DML_BUF_SIZE
The read buffer size.
The DML is busy stopping.
void direct_memory_logger_set(uint8_t val)
enum DMLStatus status
The status of the Direct Memory Logger.
Driver for the SST25Vxxxx flash chips.
The DML is busy starting read.
void direct_memory_logger_periodic(void)
The DML is busy erasing itself.
struct DirectMemoryLogger dml
uint8_t buffer[DML_BUF_SIZE]
The buffer for writing and reading.
struct SST25VFxxxx sst
The memory chip.
The DML is starting the logger.
void direct_memory_logger_init(void)