pub struct W(/* private fields */);
Expand description
Register PORTC
writer
Implementations§
Source§impl W
impl W
Sourcepub fn pc0(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 0>
pub fn pc0(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 0>
Bit 0 - Pin C0
Sourcepub fn pc1(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 1>
pub fn pc1(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 1>
Bit 1 - Pin C1
Sourcepub fn pc2(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 2>
pub fn pc2(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 2>
Bit 2 - Pin C2
Sourcepub fn pc3(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 3>
pub fn pc3(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 3>
Bit 3 - Pin C3
Sourcepub fn pc4(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 4>
pub fn pc4(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 4>
Bit 4 - Pin C4
Sourcepub fn pc5(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 5>
pub fn pc5(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 5>
Bit 5 - Pin C5
Sourcepub fn pc6(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 6>
pub fn pc6(&mut self) -> BitWriterRaw<'_, u8, PORTC_SPEC, bool, BitM, 6>
Bit 6 - Pin C6
Methods from Deref<Target = W<PORTC_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