VSF Documented
|
Data Fields | ||
REG_SPI_T * | reg | |
struct { | ||
IRQn_Type spi | ||
IRQn_Type dma_rx | ||
IRQn_Type dma_tx | ||
} | irqn | |
struct { | ||
struct { | ||
int channel | ||
int cid | ||
} send | ||
struct { | ||
int channel | ||
int cid | ||
} recv | ||
} | request | |
struct { | ||
uint32_t hclk | ||
uint32_t oclk | ||
uint32_t pclk | ||
} | clock | |
REG_SPI_T* vsf_hw_spi_const_t::reg |
IRQn_Type vsf_hw_spi_const_t::spi |
IRQn_Type vsf_hw_spi_const_t::dma_rx |
IRQn_Type vsf_hw_spi_const_t::dma_tx |
struct { ... } vsf_hw_spi_const_t::irqn |
int vsf_hw_spi_const_t::channel |
int vsf_hw_spi_const_t::cid |
struct { ... } vsf_hw_spi_const_t::send |
struct { ... } vsf_hw_spi_const_t::recv |
struct { ... } vsf_hw_spi_const_t::request |
uint32_t vsf_hw_spi_const_t::hclk |
uint32_t vsf_hw_spi_const_t::oclk |
uint32_t vsf_hw_spi_const_t::pclk |
struct { ... } vsf_hw_spi_const_t::clock |