pub struct W(/* private fields */);
Expand description
Register PCMSK
writer
Implementations§
source§impl W
impl W
sourcepub fn pcint0(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 0>
pub fn pcint0(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 0>
Bit 0 - Enable pin change interrupt on pin 0
sourcepub fn pcint1(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 1>
pub fn pcint1(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 1>
Bit 1 - Enable pin change interrupt on pin 1
sourcepub fn pcint2(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 2>
pub fn pcint2(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 2>
Bit 2 - Enable pin change interrupt on pin 2
sourcepub fn pcint3(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 3>
pub fn pcint3(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 3>
Bit 3 - Enable pin change interrupt on pin 3
sourcepub fn pcint4(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 4>
pub fn pcint4(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 4>
Bit 4 - Enable pin change interrupt on pin 4
sourcepub fn pcint5(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 5>
pub fn pcint5(&mut self) -> BitWriterRaw<'_, u8, PCMSK_SPEC, bool, BitM, 5>
Bit 5 - Enable pin change interrupt on pin 5
Methods from Deref<Target = W<PCMSK_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