Struct grand_central_m4::pins::UART0_[][src]

pub struct UART0_ {
    pub tx: Pb24<Input<Floating>>,
    pub rx: Pb25<Input<Floating>>,
}
Expand description

UART0 pins

Fields

tx: Pb24<Input<Floating>>rx: Pb25<Input<Floating>>

Implementations

Convenience for setting up the labelled TX, RX pins to operate as a UART device at the specified baud rate.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.