Socket APIs
|
The set of callback functions for W5500:WIZCHIP I/O functions W5200:WIZCHIP_IO_Functions_W5200. More...
#include <wizchip_conf.h>
Classes | |
struct | _CRIS |
struct | _CS |
union | _IF |
Public Attributes | |
uint16_t | if_mode |
host interface mode More... | |
uint8_t | id [6] |
WIZCHIP ID such as 5100, 5200, 5500, and so on. More... | |
struct __WIZCHIP::_CRIS | CRIS |
struct __WIZCHIP::_CS | CS |
union __WIZCHIP::_IF | IF |
The set of callback functions for W5500:WIZCHIP I/O functions W5200:WIZCHIP_IO_Functions_W5200.
Definition at line 151 of file wizchip_conf.h.
uint16_t __WIZCHIP::if_mode |
host interface mode
Definition at line 153 of file wizchip_conf.h.
Referenced by reg_wizchip_bus_cbfunc(), and reg_wizchip_spi_cbfunc().
uint8_t __WIZCHIP::id[6] |
WIZCHIP ID such as 5100, 5200, 5500, and so on.
Definition at line 154 of file wizchip_conf.h.
Referenced by ctlwizchip().
struct __WIZCHIP::_CRIS __WIZCHIP::CRIS |
Referenced by reg_wizchip_cris_cbfunc().
struct __WIZCHIP::_CS __WIZCHIP::CS |
Referenced by reg_wizchip_cs_cbfunc(), WIZCHIP_READ(), WIZCHIP_READ_BUF(), WIZCHIP_WRITE(), and WIZCHIP_WRITE_BUF().
union __WIZCHIP::_IF __WIZCHIP::IF |
Referenced by reg_wizchip_bus_cbfunc(), reg_wizchip_spi_cbfunc(), WIZCHIP_READ(), WIZCHIP_READ_BUF(), WIZCHIP_WRITE(), and WIZCHIP_WRITE_BUF().