[][src]Function olimex_stm32_p107::serial::rs232

pub fn rs232<M1, M2>(
    usart2: USART2,
    pd5: PD5<M1>,
    pd6: PD6<M2>,
    crl: &mut CRL,
    mapr: &mut MAPR,
    config: Config,
    clocks: Clocks,
    apb1: &mut APB1
) -> Rs232 where
    M1: Active,
    M2: Active