COSA
An Object-Oriented Platform for Arduino Programming
|
#include <W5200.hh>
Public Attributes | |
uint8_t | MR |
Mode Register. More... | |
uint8_t | GAR [4] |
Gateway Address Register. More... | |
uint8_t | SUBR [4] |
Subnet mask Address Register. More... | |
uint8_t | SHAR [6] |
Source Hardware Address Register. More... | |
uint8_t | SIPR [4] |
Source IP Address Register. More... | |
uint8_t | reserved1 [2] |
Reserved. More... | |
uint8_t | IR |
Interrupt Register. More... | |
uint8_t | IMR |
Interrupt Mask Register. More... | |
uint16_t | RTR |
Retry Time Register. More... | |
uint8_t | RCR |
Retry Count Register. More... | |
uint8_t | reserved2 [2] |
Reserved. More... | |
uint8_t | PATR [2] |
Authentication Type in PPPoE. More... | |
uint8_t | PPPALGO |
Authentication Algorithm in PPPoE. More... | |
uint8_t | VERSIONR |
Chip Version. More... | |
uint8_t | reserved3 [8] |
Reserved. More... | |
uint8_t | PTIMER |
PPP LCP Request Timer Register. More... | |
uint8_t | PMAGIC |
PPP LCP Magic number. More... | |
uint8_t | reserved4 [6] |
Reserved. More... | |
uint8_t | INTLEVEL [2] |
Interrupt Low Level Timer. More... | |
uint8_t | reserved5 [2] |
Reserved. More... | |
uint8_t | IR2 |
Socket Interrupt Register. More... | |
uint8_t | PSTATUS |
Socket Interrupt Register. More... | |
uint8_t | IMR2 |
Socket Interrupt Register Mask. More... | |
Common Registers (chap. 3.1, pp. 15), big-endian 16-bit values.
uint8_t W5200::CommonRegister::GAR[4] |
uint8_t W5200::CommonRegister::IMR |
uint8_t W5200::CommonRegister::IMR2 |
uint8_t W5200::CommonRegister::INTLEVEL[2] |
uint8_t W5200::CommonRegister::IR2 |
uint8_t W5200::CommonRegister::PATR[2] |
uint8_t W5200::CommonRegister::PMAGIC |
uint8_t W5200::CommonRegister::PPPALGO |
uint8_t W5200::CommonRegister::PSTATUS |
uint8_t W5200::CommonRegister::PTIMER |
uint8_t W5200::CommonRegister::SHAR[6] |
uint8_t W5200::CommonRegister::SIPR[4] |
uint8_t W5200::CommonRegister::SUBR[4] |