Logging of received bus messages onto an SD card.
More...
#include <stdint.h>
#include "common/freertos/freertos.h"
Go to the source code of this file.
|
| enum | sd_state_t {
SD_STATE_DISABLED = 0
, SD_STATE_INSERT_CARD = 1
, SD_STATE_MOUNTING = 2
, SD_STATE_OPENING_FILE = 3
,
SD_STATE_READY2LOG = 4
, SD_STATE_CLOSING_FILE = 5
, SD_STATE_UNMOUNTING = 6
, SD_STATE_RECOVERING = 7
,
SD_STATE_FATAL = 8
} |
| |
|
|
void | sd_card_periodic (void) |
| |
|
void | sd_power_loss_callback (void) |
| |
Logging of received bus messages onto an SD card.
- Author
- Irving Wang (irvin.nosp@m.gw@p.nosp@m.urdue.nosp@m..edu)