Type Alias A4

Source
pub type A4 = PC4;
Expand description

A4

  • ADC4 (ADC input channel 4)
  • SDA (2-wire serial bus data input/output line)
  • PCINT12 (pin change interrupt 12)

Aliased Type§

struct A4 { /* private fields */ }

Trait Implementations

Source§

impl PinOps for PC4

Source§

type Dynamic = Dynamic

Source§

fn into_dynamic(self) -> <PC4 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)