Contiki 2.5
|
Master SPI Bus Manager definitionsMore...
#include <avr/io.h>
Go to the source code of this file.
Macros | |
#define | MAX_SPI_DEVICES 7 |
Functions | |
void | add_to_spi_mgr (uint8_t cs, uint8_t mode, uint16_t baud) |
This function add a device to the SPI device table and calculates the specific checksum. More... | |
void | change_spi_mode (spi_dev new_config) |
This function changes the SPI configuration. More... | |
Master SPI Bus Manager definitions
Definition in file mspi-mgr.h.