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