BSD style socket API for W5500.

Dependencies:   W5500

Fork of Ethernet by Raphael Kwon

Embed: (wiki syntax)

« Back to documentation index

__WIZCHIP Struct Reference

__WIZCHIP Struct Reference
[DATA TYPE]

The set of callback functions for W5500:WIZCHIP_IO_Functions W5200:WIZCHIP_IO_Functions_W5200. More...

#include <wizchip_conf.h>

Data Structures

struct  _CRIS
 The set of critical section callback func. More...
struct  _CS
 The set of select control callback func. More...
union  _IF
 The set of interface IO callback func. More...

Data Fields

uint16_t if_mode
 host interface mode
uint8_t id [6]
 WIZCHIP ID such as 5100, 5200, 5500, and so on.

Detailed Description

The set of callback functions for W5500:WIZCHIP_IO_Functions W5200:WIZCHIP_IO_Functions_W5200.

Definition at line 154 of file wizchip_conf.h.


Field Documentation

uint8_t id[6]

WIZCHIP ID such as 5100, 5200, 5500, and so on.

Definition at line 157 of file wizchip_conf.h.

uint16_t if_mode

host interface mode

Definition at line 156 of file wizchip_conf.h.