SPI device configuration. More...
SPI device configuration.
Definition at line 513 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
| USART_TypeDef * | dev |
| USART device used. | |
| gpio_t | mosi_pin |
| pin used for MOSI | |
| gpio_t | miso_pin |
| pin used for MISO | |
| gpio_t | clk_pin |
| pin used for CLK | |
| CMU_Clock_TypeDef | cmu |
| the device CMU channel | |
| IRQn_Type | irq |
| the devices base IRQ channel | |
| gpio_t spi_dev_t::clk_pin |
pin used for CLK
Definition at line 517 of file periph_cpu.h.
| CMU_Clock_TypeDef spi_dev_t::cmu |
the device CMU channel
Definition at line 521 of file periph_cpu.h.
| USART_TypeDef* spi_dev_t::dev |
USART device used.
Definition at line 514 of file periph_cpu.h.
| IRQn_Type spi_dev_t::irq |
the devices base IRQ channel
Definition at line 522 of file periph_cpu.h.
| gpio_t spi_dev_t::miso_pin |
pin used for MISO
Definition at line 516 of file periph_cpu.h.
| gpio_t spi_dev_t::mosi_pin |
pin used for MOSI
Definition at line 515 of file periph_cpu.h.