Loading...
Searching...
No Matches
encx24j600_params.h File Reference

Default configuration for the ENCX24J600 Ethernet driver. More...

Detailed Description

Default configuration for the ENCX24J600 Ethernet driver.

Author
Leandro Lanzieri leand.nosp@m.ro.l.nosp@m.anzie.nosp@m.ri@h.nosp@m.aw-ha.nosp@m.mbur.nosp@m.g.de

Definition in file encx24j600_params.h.

#include "encx24j600.h"
#include "board.h"
+ Include dependency graph for encx24j600_params.h:

Go to the source code of this file.

Variables

static const encx24j600_params_t encx24j600_params []
 ENCX24J600 configuration.
 

Set default configuration parameters for the ENCX24J600 driver

#define ENCX24J600_PARAM_SPI   (SPI_DEV(0))
 
#define ENCX24J600_PARAM_CS   (GPIO_PIN(0, 0))
 
#define ENCX24J600_PARAM_INT   (GPIO_PIN(0, 1))
 
#define ENCX24J600_PARAMS
 

Macro Definition Documentation

◆ ENCX24J600_PARAM_CS

#define ENCX24J600_PARAM_CS   (GPIO_PIN(0, 0))

Definition at line 37 of file encx24j600_params.h.

◆ ENCX24J600_PARAM_INT

#define ENCX24J600_PARAM_INT   (GPIO_PIN(0, 1))

Definition at line 40 of file encx24j600_params.h.

◆ ENCX24J600_PARAM_SPI

#define ENCX24J600_PARAM_SPI   (SPI_DEV(0))

Definition at line 34 of file encx24j600_params.h.

◆ ENCX24J600_PARAMS

#define ENCX24J600_PARAMS
Value:
{ .spi = ENCX24J600_PARAM_SPI, \
.cs_pin = ENCX24J600_PARAM_CS, \
.int_pin = ENCX24J600_PARAM_INT }

Definition at line 44 of file encx24j600_params.h.

Variable Documentation

◆ encx24j600_params

const encx24j600_params_t encx24j600_params[]
static
Initial value:
= {
ENCX24J600_PARAMS
}

ENCX24J600 configuration.

Definition at line 53 of file encx24j600_params.h.