Type Alias D13

Source
pub type D13 = PB5;
Expand description

D13

  • SCK (SPI bus master clock input)
  • PCINT5 (pin change interrupt 5)
  • L LED on Arduino Uno

Aliased Type§

struct D13 { /* private fields */ }

Trait Implementations

Source§

impl PinOps for PB5

Source§

type Dynamic = Dynamic

Source§

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