pub struct W(/* private fields */);
Expand description
Register HFPERCLKEN0
writer
Implementations§
Source§impl W
impl W
Sourcepub fn usart0(&mut self) -> USART0_W<'_>
pub fn usart0(&mut self) -> USART0_W<'_>
Bit 0 - Universal Synchronous/Asynchronous Receiver/Transmitter 0 Clock Enable
Sourcepub fn usart1(&mut self) -> USART1_W<'_>
pub fn usart1(&mut self) -> USART1_W<'_>
Bit 1 - Universal Synchronous/Asynchronous Receiver/Transmitter 1 Clock Enable
Methods from Deref<Target = W<HFPERCLKEN0_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