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