Intel® Quark™ Microcontroller Software Interface
1.4.0
Intel® Quark™ Microcontroller BSP
|
SPI context type. More...
#include <qm_soc_regs.h>
Data Fields | |
uint32_t | ctrlr0 |
Control Register 0. More... | |
uint32_t | ser |
Slave Enable Register. More... | |
uint32_t | baudr |
Baud Rate Select. More... | |
SPI context type.
Applications should not modify the content. This structure is only intended to be used by the qm_spi_save_context and qm_spi_restore_context functions.
Definition at line 1071 of file qm_soc_regs.h.
uint32_t qm_spi_context_t::baudr |
Baud Rate Select.
Definition at line 1074 of file qm_soc_regs.h.
Referenced by qm_spi_restore_context(), and qm_spi_save_context().
uint32_t qm_spi_context_t::ctrlr0 |
Control Register 0.
Definition at line 1072 of file qm_soc_regs.h.
Referenced by qm_spi_restore_context(), and qm_spi_save_context().
uint32_t qm_spi_context_t::ser |
Slave Enable Register.
Definition at line 1073 of file qm_soc_regs.h.
Referenced by qm_spi_restore_context(), and qm_spi_save_context().