[][src]Trait tm4c_hal::serial::RtsPin

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

RTS pin - DO NOT IMPLEMENT THIS TRAIT

Required methods

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

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

Loading content...

Implementors

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

Loading content...