no-OS
|
Structure containing the init parameters needed by the SPI engine. More...
#include <spi_engine.h>
Public Attributes | |
uint32_t | ref_clk_hz |
enum xil_spi_type | type |
uint32_t | spi_engine_baseaddr |
uint32_t | cs_delay |
uint8_t | data_width |
uint8_t | sdo_idle_state |
Structure containing the init parameters needed by the SPI engine.
uint32_t spi_engine_init_param::cs_delay |
Delay between the CS toggle and the start of SCLK
uint8_t spi_engine_init_param::data_width |
Data with of one SPI transfer ( in bits )
uint32_t spi_engine_init_param::ref_clk_hz |
SPI engine reference clock
uint8_t spi_engine_init_param::sdo_idle_state |
output of SDO when CS is inactive or read-only transfers
uint32_t spi_engine_init_param::spi_engine_baseaddr |
Base address where the HDL core is situated
enum xil_spi_type spi_engine_init_param::type |
Type of implementation