BSD style socket API for W5500.

Dependencies:   W5500

Fork of Ethernet by Raphael Kwon

Embed: (wiki syntax)

« Back to documentation index

__WIZCHIP::_CS Struct Reference

__WIZCHIP::_CS Struct Reference

The set of select control callback func. More...

#include <wizchip_conf.h>

Data Fields

void(* _select )(void)
 selected
void(* _deselect )(void)
 deselected

Detailed Description

The set of select control callback func.

Definition at line 169 of file wizchip_conf.h.


Field Documentation

void(* _deselect)(void)

deselected

Definition at line 172 of file wizchip_conf.h.

void(* _select)(void)

selected

Definition at line 171 of file wizchip_conf.h.