Struct w5500_regsim::W5500[][src]

pub struct W5500 { /* fields omitted */ }
Expand description

Simulated W5500.

Trait Implementations

Returns the “default value” for a type. Read more

Write to the W5500.

Register accessor error type.

Read from the W5500. Read more

Get the mode register. Read more

Set the mode register. Read more

Get the gateway IP address. Read more

Set the gateway IP address. Read more

Get the subnet mask. Read more

Set the subnet mask. Read more

Get the source hardware address. Read more

Set the source hardware address. Read more

Get the source (client) IP address. Read more

Set the source (client) IP address. Read more

Get the interrupt low level time. Read more

Set the interrupt low level time. Read more

Get the interrupt status. Read more

Set the interrupt status. Read more

Get the interrupt mask. Read more

Set the interrupt mask. Read more

Get the socket interrupt status. Read more

Get the socket interrupt mask. Read more

Set the socket interrupt mask. Read more

Get the retry time. Read more

Set the retry time. Read more

Get the retry count. Read more

Set the retry count. Read more

Get the PPP link control protocol request timer. Read more

Set the PPP link control protocol request timer. Read more

Get the PPP link control protocol magic number. Read more

Set the PPP link control protocol magic number. Read more

Get the destination hardware address in PPPoE mode. Read more

Set the destination hardware address in PPPoE mode. Read more

Get the session ID in PPPoE mode. Read more

Set the session ID in PPPoE mode. Read more

Get the maximum receive unit in PPPoE mode. Read more

Set the maximum receive unit in PPPoE mode. Read more

Get the unreachable IP address. Read more

Get the unreachable port. Read more

Get the PHY configuration. Read more

Set the PHY configuration. Read more

Get the version. Read more

Get the socket mode. Read more

Set the socket mode. Read more

Get the socket command. Read more

Set the socket command. Read more

Get the socket interrupt status. Read more

Set the socket interrupt status. Read more

Get the socket status. Read more

Get the socket source port. Read more

Set the socket source port. Read more

Get the socket destination hardware address. Read more

Set the socket destination hardware address. Read more

Get the socket destination IP address. Read more

Set the socket destination IP address. Read more

Get the socket destination port. Read more

Set the socket destination port. Read more

Get the socket destination IPv4 and port. Read more

Set the socket destination IPv4 and port. Read more

Get the socket maximum segment size. Read more

Set the socket maximum segment size. Read more

Get the IP type of service. Read more

Set the IP type of service. Read more

Get the time to live. Read more

Set the time to live. Read more

Get the socket RX buffer size. Read more

Set the socket RX buffer size. Read more

Get the socket TX buffer size. Read more

Set the socket TX buffer size. Read more

Get transmit buffer free size. Read more

Get the socket TX read pointer. Read more

Get the socket TX write pointer. Read more

Set the socket TX write pointer. Read more

Get the socket received data size. Read more

Get the socket read data pointer. Read more

Set the socket read data pointer. Read more

Get the socket RX write pointer. Read more

Get the socket interrupt mask. Read more

Set the socket interrupt mask. Read more

Get the socket fragment. Read more

Set the socket fragment. Read more

Get the socket keep alive time. Read more

Set the socket keep alive time. Read more

Write the socket TX buffer. Read more

Read the socket RX buffer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.