Ethernet::SpiService::Config Struct Reference

#include <SpiService.h>

Collaboration diagram for Ethernet::SpiService::Config:

Public Attributes

Ethernet::PhyConfig phy
 
uint32_t clockSpeed = 16 * 1000000
 
int8_t spiHost = -1
 
int8_t chipSelectPin = Ethernet::PIN_DEFAULT
 
int8_t interruptPin = Ethernet::PIN_DEFAULT
 

Member Data Documentation

◆ chipSelectPin

int8_t Ethernet::SpiService::Config::chipSelectPin = Ethernet::PIN_DEFAULT

◆ clockSpeed

uint32_t Ethernet::SpiService::Config::clockSpeed = 16 * 1000000

◆ interruptPin

int8_t Ethernet::SpiService::Config::interruptPin = Ethernet::PIN_DEFAULT

◆ phy

Ethernet::PhyConfig Ethernet::SpiService::Config::phy

◆ spiHost

int8_t Ethernet::SpiService::Config::spiHost = -1

The documentation for this struct was generated from the following file: