pub struct R(/* private fields */);
Expand description
Register uart_bgr
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn uart_gating(&self, n: u8) -> UART_GATING_R
pub unsafe fn uart_gating(&self, n: u8) -> UART_GATING_R
Gating Clock
sourcepub fn uart0_gating(&self) -> UART_GATING_R
pub fn uart0_gating(&self) -> UART_GATING_R
Bit 0 - Gating Clock
sourcepub fn uart1_gating(&self) -> UART_GATING_R
pub fn uart1_gating(&self) -> UART_GATING_R
Bit 1 - Gating Clock
sourcepub fn uart2_gating(&self) -> UART_GATING_R
pub fn uart2_gating(&self) -> UART_GATING_R
Bit 2 - Gating Clock
sourcepub fn uart3_gating(&self) -> UART_GATING_R
pub fn uart3_gating(&self) -> UART_GATING_R
Bit 3 - Gating Clock
sourcepub fn uart4_gating(&self) -> UART_GATING_R
pub fn uart4_gating(&self) -> UART_GATING_R
Bit 4 - Gating Clock
sourcepub fn uart5_gating(&self) -> UART_GATING_R
pub fn uart5_gating(&self) -> UART_GATING_R
Bit 5 - Gating Clock
sourcepub unsafe fn uart_rst(&self, n: u8) -> UART_RST_R
pub unsafe fn uart_rst(&self, n: u8) -> UART_RST_R
Reset
sourcepub fn uart0_rst(&self) -> UART_RST_R
pub fn uart0_rst(&self) -> UART_RST_R
Bit 16 - Reset
sourcepub fn uart1_rst(&self) -> UART_RST_R
pub fn uart1_rst(&self) -> UART_RST_R
Bit 17 - Reset
sourcepub fn uart2_rst(&self) -> UART_RST_R
pub fn uart2_rst(&self) -> UART_RST_R
Bit 18 - Reset
sourcepub fn uart3_rst(&self) -> UART_RST_R
pub fn uart3_rst(&self) -> UART_RST_R
Bit 19 - Reset
sourcepub fn uart4_rst(&self) -> UART_RST_R
pub fn uart4_rst(&self) -> UART_RST_R
Bit 20 - Reset
sourcepub fn uart5_rst(&self) -> UART_RST_R
pub fn uart5_rst(&self) -> UART_RST_R
Bit 21 - Reset
Methods from Deref<Target = R<UART_BGR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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