Device initialization parameters. More...
Device initialization parameters.
Definition at line 73 of file paa5100je.h.
#include <paa5100je.h>
Data Fields | |
| spi_t | spi |
| SPI bus used. | |
| spi_clk_t | clk |
| clock speed used on the selected SPI bus | |
| gpio_t | cs |
| pin connected to the chip select line | |
| paa5100je_variant_t | var |
| variant of the sensor used | |
| spi_clk_t paa5100je_params_t::clk |
clock speed used on the selected SPI bus
Definition at line 75 of file paa5100je.h.
| gpio_t paa5100je_params_t::cs |
pin connected to the chip select line
Definition at line 76 of file paa5100je.h.
| spi_t paa5100je_params_t::spi |
SPI bus used.
Definition at line 74 of file paa5100je.h.
| paa5100je_variant_t paa5100je_params_t::var |
variant of the sensor used
Definition at line 77 of file paa5100je.h.