Software SPI configuration. More...
Software SPI configuration.
Definition in file soft_spi_params.h.
#include "soft_spi.h"
 Include dependency graph for soft_spi_params.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 53 of file soft_spi_params.h.
| #define SOFT_SPI_PARAM_CLK (GPIO_PIN(0, 1)) | 
Definition at line 34 of file soft_spi_params.h.
| #define SOFT_SPI_PARAM_MISO (GPIO_UNDEF) | 
Definition at line 28 of file soft_spi_params.h.
| #define SOFT_SPI_PARAM_MOSI (GPIO_PIN(0, 0)) | 
Definition at line 31 of file soft_spi_params.h.
| #define SOFT_SPI_PARAMS | 
Definition at line 38 of file soft_spi_params.h.
      
  | 
  static | 
Software SPI port descriptor array.
Definition at line 46 of file soft_spi_params.h.