Skyward boardcore
Loading...
Searching...
No Matches
SPIBusInterface.h File Reference
#include <interfaces-impl/gpio_impl.h>
#include <stddef.h>
#include "SPIDefs.h"
Include dependency graph for SPIBusInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Boardcore::SPIBusConfig
 SPI Bus configuration for a specific slave. More...
 
class  Boardcore::SPIBusInterface
 Interface for low level access of a SPI bus as a master. More...
 
struct  Boardcore::SPISlave
 Contains information about a single SPI slave device. More...
 
class  Boardcore::SPIAcquireLock
 RAII Interface for SPI bus acquisition. More...
 
class  Boardcore::SPISelectLock
 RAII Interface for SPI chip selection. More...
 

Namespaces

namespace  Boardcore
 This file includes all the types the logdecoder script will decode.
 

Typedefs

using GpioType = miosix::GpioPin
 

Typedef Documentation

◆ GpioType

using GpioType = miosix::GpioPin

Definition at line 31 of file SPIBusInterface.h.