pub struct FrameReader<BUFFER, PAYLOAD, const N: usize> where
    BUFFER: Sized + StableDeref<Target = DMAFrame<N>> + DerefMut + 'static, 
{ /* private fields */ }
Expand description

Frame reader “worker”, access and handling of frame reads is made through this structure.

Implementations

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

This function should be called from the transfer complete interrupt of the corresponding DMA channel.

Returns the full buffer received by the USART.

This function should be called from the character match interrupt of the corresponding USART

Returns the buffer received by the USART, including the matching character.

This function should be called from the receiver timeout interrupt of the corresponding USART

Returns the buffer received by the USART.

Checks to see if the peripheral has detected a character match and clears the flag

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.