pub struct W(_);
Expand description
Register reset_control
writer
Implementations
sourceimpl W
impl W
sourcepub unsafe fn uart<const O: usize>(&mut self) -> UART_W<'_, O>
pub unsafe fn uart<const O: usize>(&mut self) -> UART_W<'_, O>
Universal asynchronous transmitter/receiver reset
sourcepub fn uart0(&mut self) -> UART_W<'_, 10>
pub fn uart0(&mut self) -> UART_W<'_, 10>
Bit 10 - Universal asynchronous transmitter/receiver reset
sourcepub fn uart1(&mut self) -> UART_W<'_, 11>
pub fn uart1(&mut self) -> UART_W<'_, 11>
Bit 11 - Universal asynchronous transmitter/receiver reset
sourcepub fn uart2(&mut self) -> UART_W<'_, 12>
pub fn uart2(&mut self) -> UART_W<'_, 12>
Bit 12 - Universal asynchronous transmitter/receiver reset
sourcepub fn uart3(&mut self) -> UART_W<'_, 13>
pub fn uart3(&mut self) -> UART_W<'_, 13>
Bit 13 - Universal asynchronous transmitter/receiver reset
sourcepub fn uart4(&mut self) -> UART_W<'_, 14>
pub fn uart4(&mut self) -> UART_W<'_, 14>
Bit 14 - Universal asynchronous transmitter/receiver reset
sourcepub fn uart5(&mut self) -> UART_W<'_, 15>
pub fn uart5(&mut self) -> UART_W<'_, 15>
Bit 15 - Universal asynchronous transmitter/receiver reset
sourcepub fn sdio_ahb(&mut self) -> SDIO_AHB_W<'_>
pub fn sdio_ahb(&mut self) -> SDIO_AHB_W<'_>
Bit 3 - Sdio-Ahb clock domain reset
Methods from Deref<Target = W<RESET_CONTROL_SPEC>>
Trait Implementations
sourceimpl From<W<RESET_CONTROL_SPEC>> for W
impl From<W<RESET_CONTROL_SPEC>> for W
sourcefn from(writer: W<RESET_CONTROL_SPEC>) -> Self
fn from(writer: W<RESET_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more