Type Alias W

Source
pub type W = W<PCMSK_SPEC>;
Expand description

Register PCMSK writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn pcint0(&mut self) -> PCINT0_W<'_, PCMSK_SPEC>

Bit 0 - Enable pin change interrupt on pin 0

Source

pub fn pcint1(&mut self) -> PCINT1_W<'_, PCMSK_SPEC>

Bit 1 - Enable pin change interrupt on pin 1

Source

pub fn pcint2(&mut self) -> PCINT2_W<'_, PCMSK_SPEC>

Bit 2 - Enable pin change interrupt on pin 2

Source

pub fn pcint3(&mut self) -> PCINT3_W<'_, PCMSK_SPEC>

Bit 3 - Enable pin change interrupt on pin 3

Source

pub fn pcint4(&mut self) -> PCINT4_W<'_, PCMSK_SPEC>

Bit 4 - Enable pin change interrupt on pin 4

Source

pub fn pcint5(&mut self) -> PCINT5_W<'_, PCMSK_SPEC>

Bit 5 - Enable pin change interrupt on pin 5