Re-exports

pub use stm32f4xx_hal as hal;
pub use setup::EthPins;
pub use smoltcp;

Modules

Re-export Peripheral access API for STM32F429 microcontrollers (generated using svd2rust v0.19.0 ( ))

Structs

Just a reference to Eth for sending a packet later with consume().

Ethernet DMA.

Ethernet media access control (MAC).

HCLK must be at least 25MHz to use the ethernet peripheral.

Enums

Functions

Call in interrupt handler to clear interrupt reason, when enable_interrupt().

Create and initialise the ethernet driver.

Create and initialise the ethernet driver (without GPIO configuration and validation).

Type Definitions