Type Alias A3

Source
pub type A3 = PC3;
Expand description

A3

  • ADC3 (ADC input channel 3)
  • PCINT11 (pin change interrupt 11)

Aliased Type§

struct A3 { /* private fields */ }

Trait Implementations

Source§

impl PinOps for PC3

Source§

type Dynamic = Dynamic

Source§

fn into_dynamic(self) -> <PC3 as PinOps>::Dynamic

Source§

unsafe fn out_set(&mut self)

Source§

unsafe fn out_clear(&mut self)

Source§

unsafe fn out_toggle(&mut self)

Source§

unsafe fn out_get(&self) -> bool

Source§

unsafe fn in_get(&self) -> bool

Source§

unsafe fn make_output(&mut self)

Source§

unsafe fn make_input(&mut self, pull_up: bool)