[][src]Trait tm4c129x_hal::serial::RiPin

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

RI pin - DO NOT IMPLEMENT THIS TRAIT

Required methods

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

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

Loading content...

Implementors

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

Loading content...