[][src]Trait nucleo_f103rb::_stm32_hal_dma_CircReadDma

pub trait _stm32_hal_dma_CircReadDma<B, RS>: Receive where
    B: AsMut<[RS]>, 
{ fn circ_read(
        self,
        buffer: &'static mut [B; 2]
    ) -> CircBuffer<B, Self::RxChannel>; }

Required methods

fn circ_read(
    self,
    buffer: &'static mut [B; 2]
) -> CircBuffer<B, Self::RxChannel>

Loading content...

Implementors

impl<B> CircReadDma<B, u8> for RxDma<USART1, C5> where
    B: AsMut<[u8]>, 
[src]

impl<B> CircReadDma<B, u8> for RxDma<USART2, C6> where
    B: AsMut<[u8]>, 
[src]

impl<B> CircReadDma<B, u8> for RxDma<USART3, C3> where
    B: AsMut<[u8]>, 
[src]

Loading content...