[][src]Trait imxrt_hal::iomuxc::uart::module::Module

pub trait Module {
    const IDX: usize;
    const TX_DMA_REQUEST: u32;
    const RX_DMA_REQUEST: u32;

    unsafe fn steal() -> Instance;
}

Associated Constants

const IDX: usize

const TX_DMA_REQUEST: u32

UART TX DMA Request signal

See table 4-3 of the iMXRT1060 Reference Manual (Rev 2)

const RX_DMA_REQUEST: u32

UART RX DMA Request signal

See table 4-3 of the iMXRT1060 Reference Manual (Rev 2)

Loading content...

Required methods

unsafe fn steal() -> Instance

Steal the UART instance

Safety

The instance may be used elsewhere

Loading content...

Implementors

impl Module for _1[src]

impl Module for _2[src]

impl Module for _3[src]

impl Module for _4[src]

impl Module for _5[src]

impl Module for _6[src]

impl Module for _7[src]

impl Module for _8[src]

Loading content...