Struct nrf52::uart::UARTE [] [src]

pub struct UARTE {
    regs: *const UARTE,
    client: Cell<Option<&'static Client>>,
    buffer: TakeCell<'static, [u8]>,
    remaining_bytes: Cell<usize>,
    offset: Cell<usize>,
}

Fields

Methods

impl UARTE
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl UART for UARTE
[src]

[src]

Set the client for this UART peripheral. The client will be called when events finish. Read more

[src]

Initialize UART Read more

[src]

Transmit data.

[src]

Receive data until buffer is full.