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