examples/benchmark/kernel-core_avr/hw/hw_spi.h File Reference
Hardware macro definition. More...
#include <cfg/macros.h>
Go to the source code of this file.
Defines | |
| #define | CS |
| SPI pin definition. | |
| #define | MOSI_LOW() do { /* Implement me! */ } while(0) |
| Pin logic level. | |
| #define | CS_ENABLE() CS_LOW() |
| SPI pin commands. | |
Detailed Description
Hardware macro definition.
- Version:
- Id
- hw_spi.h 2927 2009-09-10 13:06:04Z lottaviano
Definition in file examples/benchmark/kernel-core_avr/hw/hw_spi.h.
Define Documentation
| #define CS |
SPI pin definition.
- Note:
- CS is assert when level is low.
Definition at line 55 of file examples/benchmark/kernel-core_avr/hw/hw_spi.h.
