Struct esp32h2::pcr::uart1_conf::R
source · pub struct R(_);
Expand description
Register UART1_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn uart1_clk_en(&self) -> UART1_CLK_EN_R
pub fn uart1_clk_en(&self) -> UART1_CLK_EN_R
Bit 0 - Set 1 to enable uart1 apb clock
sourcepub fn uart1_rst_en(&self) -> UART1_RST_EN_R
pub fn uart1_rst_en(&self) -> UART1_RST_EN_R
Bit 1 - Set 0 to reset uart1 module
sourcepub fn uart1_ready(&self) -> UART1_READY_R
pub fn uart1_ready(&self) -> UART1_READY_R
Bit 2 - Query this field after reset uart1 module
Methods from Deref<Target = R<UART1_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