Struct atat::IngressManager[][src]

pub struct IngressManager<D, U, const BUF_LEN: usize, const RES_CAPACITY: usize, const URC_CAPACITY: usize> where
    U: UrcMatcher,
    D: Digester
{ /* fields omitted */ }

Implementations

Write data into the internal buffer raw bytes being the core type allows the ingress manager to be abstracted over the communication medium.

This function should be called by the UART Rx, either in a receive interrupt, or a DMA interrupt, to move data from the peripheral into the ingress manager receive buffer.

Return the current length of the internal buffer

This can be useful for custom flowcontrol implementations

Returns whether the internal buffer is empty

This can be useful for custom flowcontrol implementations

Return the capacity of the internal buffer

This can be useful for custom flowcontrol implementations

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.

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.