//! # SOC (System-on-Chip) module (ESP32-C61)
//!
//! ## Overview
//!
//! The `SOC` module provides access, functions and structures that are useful
//! for interacting with various system-related peripherals on `ESP32-C61` chip.
//!
//! Also few constants are defined in this module for `ESP32-C61` chip:
crateunstable_module!
pub
pub use esp32c61 as pac;
pub