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