pub struct RxDma<PAYLOAD, RXCH> {
pub channel: RXCH,
/* private fields */
}
Expand description
DMA Receiver
Fields§
§channel: RXCH
Implementations§
Source§impl<PINS> RxDma<AdcPayload<ADC1, PINS, Continuous>, C1>where
Self: TransferPayload,
impl<PINS> RxDma<AdcPayload<ADC1, PINS, Continuous>, C1>where
Self: TransferPayload,
Source§impl<PINS> RxDma<AdcPayload<ADC1, PINS, Scan>, C1>where
Self: TransferPayload,
impl<PINS> RxDma<AdcPayload<ADC1, PINS, Scan>, C1>where
Self: TransferPayload,
Source§impl<PINS> RxDma<AdcPayload<ADC3, PINS, Continuous>, C5>where
Self: TransferPayload,
impl<PINS> RxDma<AdcPayload<ADC3, PINS, Continuous>, C5>where
Self: TransferPayload,
Source§impl<PINS> RxDma<AdcPayload<ADC3, PINS, Scan>, C5>where
Self: TransferPayload,
impl<PINS> RxDma<AdcPayload<ADC3, PINS, Scan>, C5>where
Self: TransferPayload,
Auto Trait Implementations§
impl<PAYLOAD, RXCH> Freeze for RxDma<PAYLOAD, RXCH>
impl<PAYLOAD, RXCH> RefUnwindSafe for RxDma<PAYLOAD, RXCH>where
PAYLOAD: RefUnwindSafe,
RXCH: RefUnwindSafe,
impl<PAYLOAD, RXCH> Send for RxDma<PAYLOAD, RXCH>
impl<PAYLOAD, RXCH> Sync for RxDma<PAYLOAD, RXCH>
impl<PAYLOAD, RXCH> Unpin for RxDma<PAYLOAD, RXCH>
impl<PAYLOAD, RXCH> UnwindSafe for RxDma<PAYLOAD, RXCH>where
PAYLOAD: UnwindSafe,
RXCH: UnwindSafe,
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