|
XINU
|
#include <spi.h>
Data Fields | |
| struct { | |
| volatile uint32 chconf | |
| volatile uint32 chctrl | |
| volatile uint32 chrx | |
| volatile uint32 chstat | |
| volatile uint32 chtx | |
| } | ch [3] |
| volatile uint32 | dafrx |
| volatile uint32 | daftx |
| volatile uint32 | irqenable |
| volatile uint32 | irqstatus |
| volatile uint32 | modulctrl |
| volatile uint32 | res1 [67] |
| volatile uint32 | res2 |
| volatile uint32 | rev |
| volatile uint32 | sysconfig |
| volatile uint32 | sysstatus |
| volatile uint32 | syst |
| volatile uint32 | xferlevel |
| struct { ... } spi_csreg::ch[3] |
Referenced by spicontrol(), and spiinit().
| volatile uint32 spi_csreg::chconf |
Definition at line 14 of file spi.h.
Referenced by spicontrol(), and spiinit().
| volatile uint32 spi_csreg::chrx |
Definition at line 18 of file spi.h.
Referenced by spicontrol().
| volatile uint32 spi_csreg::chstat |
Definition at line 15 of file spi.h.
Referenced by spicontrol().
| volatile uint32 spi_csreg::chtx |
Definition at line 17 of file spi.h.
Referenced by spicontrol().
1.8.13