pub enum RDMASW {
_0,
_1,
}Expand description
Values that can be written to the field RDMAS
Variants§
_0
If C2[RIE] and S1[RDRF] are set, the RDFR interrupt request signal is asserted to request an interrupt service.
_1
If C2[RIE] and S1[RDRF] are set, the RDRF DMA request signal is asserted to request a DMA transfer.
Auto Trait Implementations§
impl Freeze for RDMASW
impl RefUnwindSafe for RDMASW
impl Send for RDMASW
impl Sync for RDMASW
impl Unpin for RDMASW
impl UnwindSafe for RDMASW
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