Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Dummy functions for handling of SPI hardware in sim. More...
#include "mcu_periph/spi.h"
Go to the source code of this file.
Functions | |
bool | spi_submit (struct spi_periph *p, struct spi_transaction *t) |
Submit a spi transaction. More... | |
void | spi_init_slaves (void) |
Initialize all used slaves and unselect them. More... | |
void | spi_slave_select (uint8_t slave) |
Select a slave. More... | |
void | spi_slave_unselect (uint8_t slave) |
Unselect a slave. More... | |
bool | spi_lock (struct spi_periph *p, uint8_t slave) |
Lock the SPI fifo. More... | |
bool | spi_resume (struct spi_periph *p, uint8_t slave) |
Resume the SPI fifo. More... | |
Dummy functions for handling of SPI hardware in sim.
Definition in file spi_arch.c.