# Navigating Documentation ## Navigate to the Peripheral Module
--- ## Find an Example for Your Peripheral Simple examples might be shown in the module documentation. Most HAL repos also have an **examples** directory.
--- ## Identify the Peripheral Driver Struct Use the example to identify the driver struct and how it is instantiated.
--- ## Access the Driver Struct Access the driver struct to find **configuration** and **control** methods
The Embedded Rustacean ยท Rust Week 2026