Type Alias D12

Source
pub type D12 = PB4;
Expand description

D12

  • MISO (SPI bus master input/slave output)
  • PCINT4 (pin change interrupt 4)

Aliased Type§

struct D12 { /* private fields */ }

Trait Implementations

Source§

impl PinOps for PB4

Source§

type Dynamic = Dynamic

Source§

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