Type Alias D8

Source
pub type D8 = PB0;
Expand description

D8

  • ICP1 (Timer/Counter1 input capture input)
  • CLKO (divided system clock output)
  • PCINT0 (pin change interrupt 0)

Aliased Type§

struct D8 { /* private fields */ }

Trait Implementations

Source§

impl PinOps for PB0

Source§

type Dynamic = Dynamic

Source§

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