pub struct MODEM_SYSCON { /* private fields */ }
Implementations§
Source§impl MODEM_SYSCON
impl MODEM_SYSCON
Sourcepub const PTR: *const <MODEM_SYSCON as Deref>::Target = {0x600a5400 as *const <esp32h2::MODEM_SYSCON as core::ops::Deref>::Target}
pub const PTR: *const <MODEM_SYSCON as Deref>::Target = {0x600a5400 as *const <esp32h2::MODEM_SYSCON as core::ops::Deref>::Target}
Pointer to the register block
Sourcepub unsafe fn steal() -> MODEM_SYSCON
pub unsafe fn steal() -> MODEM_SYSCON
Unsafely create an instance of this peripheral out of thin air.
§Safety
You must ensure that you’re only using one instance of this type at a time.
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn test_conf(&self) -> &Reg<TEST_CONF_SPEC>
pub fn test_conf(&self) -> &Reg<TEST_CONF_SPEC>
0x00 -
Sourcepub fn clk_conf(&self) -> &Reg<CLK_CONF_SPEC>
pub fn clk_conf(&self) -> &Reg<CLK_CONF_SPEC>
0x04 -
Sourcepub fn clk_conf_force_on(&self) -> &Reg<CLK_CONF_FORCE_ON_SPEC>
pub fn clk_conf_force_on(&self) -> &Reg<CLK_CONF_FORCE_ON_SPEC>
0x08 -
Sourcepub fn modem_rst_conf(&self) -> &Reg<MODEM_RST_CONF_SPEC>
pub fn modem_rst_conf(&self) -> &Reg<MODEM_RST_CONF_SPEC>
0x0c -
Sourcepub fn clk_conf1(&self) -> &Reg<CLK_CONF1_SPEC>
pub fn clk_conf1(&self) -> &Reg<CLK_CONF1_SPEC>
0x10 -
Sourcepub fn clk_conf1_force_on(&self) -> &Reg<CLK_CONF1_FORCE_ON_SPEC>
pub fn clk_conf1_force_on(&self) -> &Reg<CLK_CONF1_FORCE_ON_SPEC>
0x14 -
Sourcepub fn mem_conf(&self) -> &Reg<MEM_CONF_SPEC>
pub fn mem_conf(&self) -> &Reg<MEM_CONF_SPEC>
0x18 -
Trait Implementations§
Source§impl Debug for MODEM_SYSCON
impl Debug for MODEM_SYSCON
Source§impl Deref for MODEM_SYSCON
impl Deref for MODEM_SYSCON
Source§impl DerefMut for MODEM_SYSCON
impl DerefMut for MODEM_SYSCON
Source§impl Peripheral for MODEM_SYSCON
impl Peripheral for MODEM_SYSCON
Source§type P = MODEM_SYSCON
type P = MODEM_SYSCON
Peripheral singleton type
Source§unsafe fn clone_unchecked(&mut self) -> <MODEM_SYSCON as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <MODEM_SYSCON as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for MODEM_SYSCON
impl RefUnwindSafe for MODEM_SYSCON
impl Send for MODEM_SYSCON
impl Sync for MODEM_SYSCON
impl Unpin for MODEM_SYSCON
impl UnwindSafe for MODEM_SYSCON
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more