Loading...
Searching...
No Matches
w5100_params_t Struct Reference

W5100 device descriptor. More...

Detailed Description

W5100 device descriptor.

Definition at line 57 of file w5100.h.

#include <w5100.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
 
gpio_t evt
 pin connected to the INT line
 

Field Documentation

◆ clk

spi_clk_t w5100_params_t::clk

clock speed used on the selected SPI bus

Definition at line 59 of file w5100.h.

◆ cs

gpio_t w5100_params_t::cs

pin connected to the chip select line

Definition at line 60 of file w5100.h.

◆ evt

gpio_t w5100_params_t::evt

pin connected to the INT line

Definition at line 61 of file w5100.h.

◆ spi

spi_t w5100_params_t::spi

SPI bus used.

Definition at line 58 of file w5100.h.


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