Type Definition stm32l4xx_hal::gpio::gpiob::PB0

source · []
pub type PB0<MODE> = Pin<MODE, L8, 'B', 0>;

Trait Implementations

Channel ID type Read more

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