Lines Matching +full:read +full:- +full:command
1 /* W5500 Stand-alone Ethernet Controller with SPI
6 * SPDX-License-Identifier: Apache-2.0
23 #define MR_AI 0x02 /* Address Auto-Increment */
31 #define W5500_Sn_CR 0x0001 /* Sn Command Register */
35 #define W5500_Sn_TX_RD 0x0022 /* Sn Transmit memory read pointer */
38 #define W5500_Sn_RX_RD 0x0028 /* Sn Receive memory read pointer */
46 #define S0_CR_OPEN 0x01 /* OPEN command */
47 #define S0_CR_CLOSE 0x10 /* CLOSE command */
48 #define S0_CR_SEND 0x20 /* SEND command */
49 #define S0_CR_RECV 0x40 /* RECV command */
67 #define W5500_RTR 0x0019 /* Retry Time-value Register */
80 /* Delay for PHY write/read operations (25.6 us) */