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  | |