Software SPI configuration. More...
Software SPI configuration.
Definition in file soft_spi_params.h.
#include "soft_spi.h"
Go to the source code of this file.
#define | SOFT_SPI_PARAM_MISO (GPIO_UNDEF) |
#define | SOFT_SPI_PARAM_MOSI (GPIO_PIN(0, 0)) |
#define | SOFT_SPI_PARAM_CLK (GPIO_PIN(0, 1)) |
#define | SOFT_SPI_PARAMS |
#define | SOFT_SPI_NUMOF ARRAY_SIZE(soft_spi_config) |
Number of software SPI buses. | |
static soft_spi_conf_t | soft_spi_config [] |
Software SPI port descriptor array. | |
#define SOFT_SPI_NUMOF ARRAY_SIZE(soft_spi_config) |
Number of software SPI buses.
Definition at line 54 of file soft_spi_params.h.
#define SOFT_SPI_PARAM_CLK (GPIO_PIN(0, 1)) |
Definition at line 35 of file soft_spi_params.h.
#define SOFT_SPI_PARAM_MISO (GPIO_UNDEF) |
Definition at line 29 of file soft_spi_params.h.
#define SOFT_SPI_PARAM_MOSI (GPIO_PIN(0, 0)) |
Definition at line 32 of file soft_spi_params.h.
#define SOFT_SPI_PARAMS |
Definition at line 39 of file soft_spi_params.h.
|
static |
Software SPI port descriptor array.
Definition at line 47 of file soft_spi_params.h.