stm32f103
|
Configuration for individual SPI. More...
#include <spi.h>
Public Attributes | |
SPI_TypeDef * | spi |
SPI Bus. More... | |
uint32_t | rcc |
RCC: Reset & Clock Control. More... | |
Pin | sck |
Serial Clock Pin. More... | |
Pin | miso |
Master Output -> Slave Input Pin. More... | |
Pin | mosi |
Master Input -> Slave Output Pin. More... | |
Pin | ss |
Slave Select Pin. More... | |
Configuration for individual SPI.
Pin SPI::Config::miso |
Master Output -> Slave Input Pin.
Pin SPI::Config::mosi |
Master Input -> Slave Output Pin.
uint32_t SPI::Config::rcc |
RCC: Reset & Clock Control.
Pin SPI::Config::sck |
Serial Clock Pin.
SPI_TypeDef* SPI::Config::spi |
SPI Bus.
Pin SPI::Config::ss |
Slave Select Pin.