Struct esp32h2::pcr::modem_conf::R
source · pub struct R(_);
Expand description
Register MODEM_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn modem_clk_sel(&self) -> MODEM_CLK_SEL_R
pub fn modem_clk_sel(&self) -> MODEM_CLK_SEL_R
Bit 0 - xxxx
sourcepub fn modem_clk_en(&self) -> MODEM_CLK_EN_R
pub fn modem_clk_en(&self) -> MODEM_CLK_EN_R
Bit 1 - xxxx
sourcepub fn modem_rst_en(&self) -> MODEM_RST_EN_R
pub fn modem_rst_en(&self) -> MODEM_RST_EN_R
Bit 2 - Set this file as 1 to reset modem-subsystem.
Methods from Deref<Target = R<MODEM_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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