PF8

Type Alias PF8 

Source
pub type PF8<MODE = Input<Floating>> = Pin<'F', 8, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl Channel<Periph<RegisterBlock, 1073822720>> for PF8<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.