DSPI IO configuration Structures. More...
#include <app_dspi.h>
Public Attributes | |
app_io_type_t | type |
app_io_mux_t | mux |
uint32_t | pin |
app_io_pull_t | pull |
uint8_t | enable |
DSPI IO configuration Structures.
Definition at line 97 of file app_dspi.h.
uint8_t app_dspi_pin_t::enable |
Enable or disable the pin.
Definition at line 104 of file app_dspi.h.
app_io_mux_t app_dspi_pin_t::mux |
Specifies the Peripheral to be connected to the selected pins.
Definition at line 100 of file app_dspi.h.
uint32_t app_dspi_pin_t::pin |
Specifies the IO pins to be configured. This parameter can be any value of Defines.
Definition at line 101 of file app_dspi.h.
app_io_pull_t app_dspi_pin_t::pull |
Specifies the Pull-up or Pull-Down activation for the selected pins.
Definition at line 103 of file app_dspi.h.
app_io_type_t app_dspi_pin_t::type |
Specifies the type of DSPI IO.
Definition at line 99 of file app_dspi.h.