Logging of received bus messages onto an SD card.
More...
#include <stdint.h>
#include "common/rtos/rtos.h"
Go to the source code of this file.
Logging of received bus messages onto an SD card.
- Author
- Irving Wang (irvin.nosp@m.gw@p.nosp@m.urdue.nosp@m..edu)
◆ sd_state_t
| Enumerator |
|---|
| SD_STATE_DISABLED | |
| SD_STATE_INSERT_CARD | |
| SD_STATE_MOUNTING | |
| SD_STATE_OPENING_FILE | |
| SD_STATE_READY2LOG | |
| SD_STATE_CLOSING_FILE | |
| SD_STATE_UNMOUNTING | |
| SD_STATE_RECOVERING | |
| SD_STATE_FATAL | |
◆ sd_card_periodic()
| void sd_card_periodic |
( |
void | | ) |
|
◆ sd_power_loss_callback()
| void sd_power_loss_callback |
( |
void | | ) |
|
◆ SD_FSM_PERIOD_MS
| uint32_t SD_FSM_PERIOD_MS = 50 |
|
staticconstexpr |