![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
SPI Clock Configuration Structure. More...
#include <sys-spi.h>
Public Attributes | |
| uint32_t | spi_clock_cfg_base |
| Base address of the SPI clock configuration. | |
| uint32_t | spi_clock_source |
| Source of the SPI clock. | |
| uint32_t | spi_clock_factor_n_offset |
| Clock factor offset. | |
| uint32_t | spi_clock_freq |
| SPI clock frequency. | |
| spi_clk_cdr_mode_t | cdr_mode |
| Clock mode. | |
SPI Clock Configuration Structure.
This struct holds the configuration for the SPI clock.
| spi_clk_cdr_mode_t sunxi_spi_clk_t::cdr_mode |
Clock mode.
| uint32_t sunxi_spi_clk_t::spi_clock_cfg_base |
Base address of the SPI clock configuration.
| uint32_t sunxi_spi_clk_t::spi_clock_factor_n_offset |
Clock factor offset.
| uint32_t sunxi_spi_clk_t::spi_clock_freq |
SPI clock frequency.
| uint32_t sunxi_spi_clk_t::spi_clock_source |
Source of the SPI clock.