Loading...
Searching...
No Matches
w5500_params_t Struct Reference

W5500 device descriptor. More...

Detailed Description

W5500 device descriptor.

Definition at line 52 of file w5500.h.

#include <w5500.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 irq
 pin connected to the INT line
 
uint32_t polling_interval_ms
 interval for polling, 0 if interrupt mode
 

Field Documentation

◆ clk

spi_clk_t w5500_params_t::clk

clock speed used on the selected SPI bus

Definition at line 54 of file w5500.h.

◆ cs

gpio_t w5500_params_t::cs

pin connected to the chip select line

Definition at line 55 of file w5500.h.

◆ irq

gpio_t w5500_params_t::irq

pin connected to the INT line

Definition at line 56 of file w5500.h.

◆ polling_interval_ms

uint32_t w5500_params_t::polling_interval_ms

interval for polling, 0 if interrupt mode

Definition at line 57 of file w5500.h.

◆ spi

spi_t w5500_params_t::spi

SPI bus used.

Definition at line 53 of file w5500.h.


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