pub struct W(/* private fields */);
Expand description
Register AFRH
writer
Implementations§
Source§impl W
impl W
Sourcepub fn afsel15(&mut self) -> AFSEL15_W<'_>
pub fn afsel15(&mut self) -> AFSEL15_W<'_>
Bits 28:31 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel14(&mut self) -> AFSEL14_W<'_>
pub fn afsel14(&mut self) -> AFSEL14_W<'_>
Bits 24:27 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel13(&mut self) -> AFSEL13_W<'_>
pub fn afsel13(&mut self) -> AFSEL13_W<'_>
Bits 20:23 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel12(&mut self) -> AFSEL12_W<'_>
pub fn afsel12(&mut self) -> AFSEL12_W<'_>
Bits 16:19 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel11(&mut self) -> AFSEL11_W<'_>
pub fn afsel11(&mut self) -> AFSEL11_W<'_>
Bits 12:15 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel10(&mut self) -> AFSEL10_W<'_>
pub fn afsel10(&mut self) -> AFSEL10_W<'_>
Bits 8:11 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel9(&mut self) -> AFSEL9_W<'_>
pub fn afsel9(&mut self) -> AFSEL9_W<'_>
Bits 4:7 - Alternate function selection for port x bit y (y = 8..15)
Methods from Deref<Target = W<AFRH_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