Trait stm32f7xx_hal::serial::Instance[][src]

pub trait Instance: Deref<Target = RegisterBlock> {
    fn ptr() -> *const RegisterBlock;
fn select_sysclock(rcc: &RegisterBlock);
fn enable_clock(rcc: &RegisterBlock); }
Expand description

Implemented by all USART instances

Required methods

Implementors