|
COSA
An Object-Oriented Platform for Arduino Programming
|
#include <W5100.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 | RMSR |
| RX Memory Size Register. More... | |
| uint8_t | TMSR |
| TX Memory Size Register. More... | |
| uint8_t | PATR [2] |
| Authentication Type in PPPoE. More... | |
| uint8_t | reserved2 [10] |
| Reserved. More... | |
| uint8_t | PTIMER |
| PPP LCP Request Timer Register. More... | |
| uint8_t | PMAGIC |
| PPP LCP Magic number. More... | |
| uint8_t | UIPR [4] |
| Unreachable IP Address Register. More... | |
| uint16_t | UPORT |
| Unreachable Port Register. More... | |
Common Registers (chap. 3.1, pp. 15), big-endian 16-bit values.
| uint8_t W5100::CommonRegister::GAR[4] |
| uint8_t W5100::CommonRegister::IMR |
| uint8_t W5100::CommonRegister::PATR[2] |
| uint8_t W5100::CommonRegister::PMAGIC |
| uint8_t W5100::CommonRegister::PTIMER |
| uint8_t W5100::CommonRegister::RMSR |
| uint8_t W5100::CommonRegister::SHAR[6] |
| uint8_t W5100::CommonRegister::SIPR[4] |
| uint8_t W5100::CommonRegister::SUBR[4] |
| uint8_t W5100::CommonRegister::TMSR |
| uint8_t W5100::CommonRegister::UIPR[4] |
| uint16_t W5100::CommonRegister::UPORT |