Contiki-NG
Functions

Implementation of the SD/MMC device driver. More...

#include <stddef.h>
#include <stdint.h>
#include "contiki.h"
#include "sys/clock.h"
#include "sys/rtimer.h"
#include "dev/watchdog.h"
#include "dev/storage/disk/mmc/mmc-arch.h"
#include "dev/storage/disk/mmc/mmc.h"

Go to the source code of this file.

Functions

void mmc_arch_cd_changed_callback (uint8_t dev, bool cd)
 Callback of the SD/MMC driver to call when the card-detection signal changes. More...
 

Detailed Description

Implementation of the SD/MMC device driver.

Definition in file mmc.c.