SPI parameters structure definition. More...
#include <app_spi.h>
Collaboration diagram for app_spi_params_t: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... | |
| uint32_t | rx_sample_delay |
| Specifies the RX sample delay. 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 |
| uint32_t app_spi_params_t::rx_sample_delay |
Specifies the RX sample delay.
It is used to delay the sample of the RX input port. This parameter can be a number between 0 and 0x7
Definition at line 170 of file app_spi_v2.h.
| app_spi_mode_t app_spi_params_t::use_mode |