SPI parameters structure definition. More...
#include <app_spi.h>
Public Attributes | |
app_spi_id_t | id |
specified SPI module ID. More... | |
app_spi_pin_cfg_t | pin_cfg |
the pin configuration information for the specified SPI module. More... | |
app_spi_mode_t | use_mode |
SPI operate mode. More... | |
spi_init_t | init |
SPI communication parameters. More... | |
app_spi_id_t app_spi_params_t::id |
spi_init_t app_spi_params_t::init |
app_spi_pin_cfg_t app_spi_params_t::pin_cfg |
app_spi_mode_t app_spi_params_t::use_mode |