pub struct RxTxDma<PAYLOAD, RXCH, TXCH> {
pub rxchannel: RXCH,
pub txchannel: TXCH,
/* private fields */
}
Expand description
DMA Receiver/Transmitter
Fields§
§rxchannel: RXCH
§txchannel: TXCH
Implementations§
Source§impl<PULL> RxTxDma<Spi<Periph<RegisterBlock, 1073819648>, u8, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 1>, Ch<Periph<RegisterBlock, 1073872896>, 2>>
impl<PULL> RxTxDma<Spi<Periph<RegisterBlock, 1073819648>, u8, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 1>, Ch<Periph<RegisterBlock, 1073872896>, 2>>
Source§impl<Otype, PULL> RxTxDma<SpiSlave<Periph<RegisterBlock, 1073819648>, u8, Otype, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 1>, Ch<Periph<RegisterBlock, 1073872896>, 2>>
impl<Otype, PULL> RxTxDma<SpiSlave<Periph<RegisterBlock, 1073819648>, u8, Otype, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 1>, Ch<Periph<RegisterBlock, 1073872896>, 2>>
Source§impl<PULL> RxTxDma<Spi<Periph<RegisterBlock, 1073756160>, u8, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 3>, Ch<Periph<RegisterBlock, 1073872896>, 4>>
impl<PULL> RxTxDma<Spi<Periph<RegisterBlock, 1073756160>, u8, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 3>, Ch<Periph<RegisterBlock, 1073872896>, 4>>
Auto Trait Implementations§
impl<PAYLOAD, RXCH, TXCH> Freeze for RxTxDma<PAYLOAD, RXCH, TXCH>
impl<PAYLOAD, RXCH, TXCH> RefUnwindSafe for RxTxDma<PAYLOAD, RXCH, TXCH>
impl<PAYLOAD, RXCH, TXCH> Send for RxTxDma<PAYLOAD, RXCH, TXCH>
impl<PAYLOAD, RXCH, TXCH> Sync for RxTxDma<PAYLOAD, RXCH, TXCH>
impl<PAYLOAD, RXCH, TXCH> Unpin for RxTxDma<PAYLOAD, RXCH, TXCH>
impl<PAYLOAD, RXCH, TXCH> UnwindSafe for RxTxDma<PAYLOAD, RXCH, TXCH>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more