Struct esp32h2_hal::peripherals::MODEM_LPCON
source · pub struct MODEM_LPCON { /* private fields */ }
Implementations§
source§impl MODEM_LPCON
impl MODEM_LPCON
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>§
pub fn test_conf(&self) -> &Reg<TEST_CONF_SPEC>
pub fn test_conf(&self) -> &Reg<TEST_CONF_SPEC>
0x00 -
pub 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 -
pub fn clk_conf(&self) -> &Reg<CLK_CONF_SPEC>
pub fn clk_conf(&self) -> &Reg<CLK_CONF_SPEC>
0x08 -
pub 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 -
pub fn tick_conf(&self) -> &Reg<TICK_CONF_SPEC>
pub fn tick_conf(&self) -> &Reg<TICK_CONF_SPEC>
0x10 -
pub fn rst_conf(&self) -> &Reg<RST_CONF_SPEC>
pub fn rst_conf(&self) -> &Reg<RST_CONF_SPEC>
0x14 -
pub fn mem_conf(&self) -> &Reg<MEM_CONF_SPEC>
pub fn mem_conf(&self) -> &Reg<MEM_CONF_SPEC>
0x18 -
pub fn date(&self) -> &Reg<DATE_SPEC>
pub fn date(&self) -> &Reg<DATE_SPEC>
0x1c -
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
§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 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