Type Alias A0

Source
pub type A0 = PC0;
Expand description

A0

  • ADC0 (ADC input channel 0)
  • PCINT8 (pin change interrupt 8)

Aliased Type§

struct A0 { /* private fields */ }

Trait Implementations

Source§

impl PinOps for PC0

Source§

type Dynamic = Dynamic

Source§

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