Enum enc28j60::Event [] [src]

pub enum Event {
    Pkt,
}

Events that the ENC28J60 can notify about via the INT pin

Variants

There are packets pending to be processed in the RX buffer

Trait Implementations

Auto Trait Implementations

impl Send for Event

impl Sync for Event