Struct containing the needed peripheral configuration. More...
Struct containing the needed peripheral configuration.
Definition at line 48 of file encx24j600.h.
#include <encx24j600.h>
Data Fields | |
spi_t | spi |
SPI line. | |
gpio_t | cs_pin |
chip select pin | |
gpio_t | int_pin |
interrupt pin | |
gpio_t encx24j600_params_t::cs_pin |
chip select pin
Definition at line 50 of file encx24j600.h.
gpio_t encx24j600_params_t::int_pin |
interrupt pin
Definition at line 51 of file encx24j600.h.
spi_t encx24j600_params_t::spi |
SPI line.
Definition at line 49 of file encx24j600.h.