Root/tornado/fw/mmc-hw.h

Source at commit bf2e2c30463d22b5e34fa795eb98b35a855d90ae created 11 years 1 hour ago.
By Werner Almesberger, tornado/led/led.cmp: update for new components and changed references
1/*
2 * fw/mmc-hw.h - MMC hardware interface
3 *
4 * Written 2012 by Werner Almesberger
5 * Copyright 2012 Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13
14#ifndef MMC_HW_H
15#define MMC_HW_H
16
17#include <stdint.h>
18
19
20void mmc_select(void);
21void mmc_deselect(void);
22uint8_t mmc_recv(void);
23void mmc_send(uint8_t v);
24void mmc_activate(void);
25void mmc_deactivate(void);
26
27#endif /* !MMC_HW_H */
28

Archive Download this file

Branches:
master
tornado-v1



interactive