Type Alias arduino_hal::port::A5

source ·
pub type A5 = PC5;
Expand description

A5

ADC5 (ADC input channel 5) SCL (2-wire serial bus clock line) PCINT13 (pin change interrupt 13)

Aliased Type§

struct A5 { /* private fields */ }

Trait Implementations

source§

impl PinOps for PC5

§

type Dynamic = Dynamic

source§

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