PC4

Type Alias PC4 

Source
pub type PC4<MODE = Input<Floating>> = Pin<'C', 4, MODE>;

Aliased Type§

pub struct PC4<MODE = Input<Floating>> { /* private fields */ }

Trait Implementations§

Source§

impl Channel<Periph<RegisterBlock, 1073816576>> for PC4<Analog>

Source§

type ID = u8

Channel ID type Read more
Source§

fn channel() -> u8

Get the specific ID that identifies this channel, for example 0_u8 for the first ADC channel, if Self::ID is u8.
Source§

impl Channel<Periph<RegisterBlock, 1073817600>> for PC4<Analog>

Source§

type ID = u8

Channel ID type Read more
Source§

fn channel() -> u8

Get the specific ID that identifies this channel, for example 0_u8 for the first ADC channel, if Self::ID is u8.