Azure Sphere MT3620 M4 API Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
mtk_spis_controller Struct Reference

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_transferxfer
 the mtk_spis_transfer
 
struct mtk_spis_privatemdata
 M-HAL private structure, used by M-HAL only.
 

Detailed Description

Interface to SPI slave, it's used to pass arguments among OS-HAL/M-HAL/HDL.


The documentation for this struct was generated from the following file: