stm32_rust_template/mcu/stm32f401/
mod.rs

1// STM32F401 MCU-specific definitions
2
3// Include peripheral modules
4pub mod gpio;
5pub mod rcc;
6// Add other peripherals as needed