Trait stm32f1xx_hal::gpio::HL

source ·
pub trait HL {
    type Cr;
}
Expand description

Represents high or low configuration register

Required Associated Types§

Configuration register associated to pin

Implementors§