pub struct R(_);
Expand description
Register CLK_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn tx_sclk_en(&self) -> TX_SCLK_EN_R
pub fn tx_sclk_en(&self) -> TX_SCLK_EN_R
Bit 24 - Set this bit to enable UART Tx clock.
sourcepub fn tx_rst_core(&self) -> TX_RST_CORE_R
pub fn tx_rst_core(&self) -> TX_RST_CORE_R
Bit 26 - Write 1 then write 0 to this bit to reset UART Tx.
sourcepub fn rst_core(&self) -> RST_CORE_R
pub fn rst_core(&self) -> RST_CORE_R
Bit 27 - Write 1 then write 0 to this bit to reset UART Rx.
Methods from Deref<Target = R<CLK_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