Module stm32_eth::setup

source ·
Expand description

Pin definitions and setup functionality.

This module contains the unsafe traits that determine which pins can have a specific function, and provides functionality for setting up clocks and the MAC peripheral

Structs§

  • A struct that represents a combination of pins to be used as RMII pins for the ethernet peripheral(s)
  • Access to all configured parts of the ethernet peripheral.
  • A struct that contains all peripheral parts required to configure the ethernet peripheral.

Traits§