[][src]Trait tm4c_hal::serial::DsrPin

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

DSR pin - DO NOT IMPLEMENT THIS TRAIT

Required methods

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

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

Loading content...

Implementors

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

Loading content...