//! PAC re-exports and base addresses for {{ ir.chip.name }}.
//!
//! Generated by rlvgl-creator BSP generator.
#![allow(unused)]
/// Chip: {{ ir.chip.name }} ({{ ir.chip.arch }})
/// PAC crate: {{ ir.chip.pac_crate }}
/// GPIO count: {{ ir.chip.gpio_count }}
/// Max frequency: {{ ir.clocks.sys_hz }} Hz
// TODO: Add `use {{ ir.chip.pac_crate }}::Peripherals;` and re-exports
// once the PAC crate dependency is wired into the consuming crate.