PF6

Type Alias PF6 

Source
pub type PF6<MODE = Input<Floating>> = Pin<'F', 6, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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