[][src]Trait tm4c123x_hal::serial::DcdPin

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

DCD pin - DO NOT IMPLEMENT THIS TRAIT

Required methods

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

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

Loading content...

Implementors

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

Loading content...