1 2 3 4 5
//! SoC Page (0x11) //! //! SoC devices describe management/control interfaces to a SoC (System-On-Chip) and its distinct embedded devices. mod system_on_chip; pub use system_on_chip::SoCUsage;