[][src]Trait tm4c123x_hal::serial::DtrPin

pub unsafe trait DtrPin<UART> {
    fn enable(&mut self, _uart: &mut UART);
}

DTR pin - DO NOT IMPLEMENT THIS TRAIT

Required methods

fn enable(&mut self, _uart: &mut UART)

Enables the DTR functionality if a valid pin is given (not ()).

Loading content...

Implementors

impl<U> DtrPin<U> for ()[src]

Loading content...