BeRTOS
|
Function library for secure digital memory. More...
#include "sd.h"
#include "hw/hw_sd.h"
#include <io/kfile.h>
#include <io/kblock.h>
#include <drv/timer.h>
#include <fs/fat.h>
#include "cfg/cfg_sd.h"
#include <cfg/log.h>
#include <cpu/power.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | CardCSD |
Card Specific Data read directly from the card. More... |
Function library for secure digital memory.
Definition in file sd.c.