pub struct W(/* private fields */);Expand description
Register AFRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn afrl7(&mut self) -> AFRL7_W<'_>
pub fn afrl7(&mut self) -> AFRL7_W<'_>
Bits 28:31 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl6(&mut self) -> AFRL6_W<'_>
pub fn afrl6(&mut self) -> AFRL6_W<'_>
Bits 24:27 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl5(&mut self) -> AFRL5_W<'_>
pub fn afrl5(&mut self) -> AFRL5_W<'_>
Bits 20:23 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl4(&mut self) -> AFRL4_W<'_>
pub fn afrl4(&mut self) -> AFRL4_W<'_>
Bits 16:19 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl3(&mut self) -> AFRL3_W<'_>
pub fn afrl3(&mut self) -> AFRL3_W<'_>
Bits 12:15 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl2(&mut self) -> AFRL2_W<'_>
pub fn afrl2(&mut self) -> AFRL2_W<'_>
Bits 8:11 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl1(&mut self) -> AFRL1_W<'_>
pub fn afrl1(&mut self) -> AFRL1_W<'_>
Bits 4:7 - Alternate function selection for port x bit y (y = 0..7)
Methods from Deref<Target = W<AFRL_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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