|
Azure Sphere MT3620 M4 API Reference Manual
|
Interface to SPI slave, it's used to pass arguments among OS-HAL/M-HAL/HDL. More...
#include <mhal_spis.h>
Data Fields | |
| void __iomem * | base |
| spis controller base address | |
| void __iomem * | cg_base |
| CG base address of this spis controller. | |
| int | dma_tx_chan |
| TX DMA channel. | |
| int | dma_rx_chan |
| RX DMA channel. | |
| void * | spis_tx_buf |
| Data to be written (DMA-safe memory), or NULL. | |
| void * | spis_rx_buf |
| Data to be read (DMA-safe memory), or NULL. | |
| struct mtk_spis_transfer * | xfer |
| the mtk_spis_transfer | |
| struct mtk_spis_private * | mdata |
| M-HAL private structure, used by M-HAL only. | |
Interface to SPI slave, it's used to pass arguments among OS-HAL/M-HAL/HDL.