pub struct MODEM_LPCON { /* private fields */ }
Implementations§
Source§impl MODEM_LPCON
impl MODEM_LPCON
Sourcepub const PTR: *const <MODEM_LPCON as Deref>::Target = {0x600ad000 as *const <esp32h2::MODEM_LPCON as core::ops::Deref>::Target}
pub const PTR: *const <MODEM_LPCON as Deref>::Target = {0x600ad000 as *const <esp32h2::MODEM_LPCON as core::ops::Deref>::Target}
Pointer to the register block
Sourcepub unsafe fn steal() -> MODEM_LPCON
pub unsafe fn steal() -> MODEM_LPCON
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 coex_lp_clk_conf(&self) -> &Reg<COEX_LP_CLK_CONF_SPEC>
pub fn coex_lp_clk_conf(&self) -> &Reg<COEX_LP_CLK_CONF_SPEC>
0x04 -
Sourcepub fn clk_conf(&self) -> &Reg<CLK_CONF_SPEC>
pub fn clk_conf(&self) -> &Reg<CLK_CONF_SPEC>
0x08 -
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>
0x0c -
Sourcepub fn tick_conf(&self) -> &Reg<TICK_CONF_SPEC>
pub fn tick_conf(&self) -> &Reg<TICK_CONF_SPEC>
0x10 -
Sourcepub fn rst_conf(&self) -> &Reg<RST_CONF_SPEC>
pub fn rst_conf(&self) -> &Reg<RST_CONF_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_LPCON
impl Debug for MODEM_LPCON
Source§impl Deref for MODEM_LPCON
impl Deref for MODEM_LPCON
Source§impl DerefMut for MODEM_LPCON
impl DerefMut for MODEM_LPCON
Source§impl Peripheral for MODEM_LPCON
impl Peripheral for MODEM_LPCON
Source§type P = MODEM_LPCON
type P = MODEM_LPCON
Peripheral singleton type
Source§unsafe fn clone_unchecked(&mut self) -> <MODEM_LPCON as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <MODEM_LPCON as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for MODEM_LPCON
impl RefUnwindSafe for MODEM_LPCON
impl Send for MODEM_LPCON
impl Sync for MODEM_LPCON
impl Unpin for MODEM_LPCON
impl UnwindSafe for MODEM_LPCON
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