#[repr(u8)]pub enum DmaenOutrg {
DMAEN_OUTRG_0 = 0,
DMAEN_OUTRG_1 = 1,
}Variants§
DMAEN_OUTRG_0 = 0
Disable DMA request at Out-of-Range event
DMAEN_OUTRG_1 = 1
Enable DMA request at Out-of-Range event
Implementations§
Source§impl DmaenOutrg
impl DmaenOutrg
Trait Implementations§
Source§impl Clone for DmaenOutrg
impl Clone for DmaenOutrg
Source§fn clone(&self) -> DmaenOutrg
fn clone(&self) -> DmaenOutrg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DmaenOutrg
impl Debug for DmaenOutrg
Source§impl From<DmaenOutrg> for u8
impl From<DmaenOutrg> for u8
Source§fn from(val: DmaenOutrg) -> u8
fn from(val: DmaenOutrg) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DmaenOutrg
impl From<u8> for DmaenOutrg
Source§fn from(val: u8) -> DmaenOutrg
fn from(val: u8) -> DmaenOutrg
Converts to this type from the input type.
Source§impl Ord for DmaenOutrg
impl Ord for DmaenOutrg
Source§fn cmp(&self, other: &DmaenOutrg) -> Ordering
fn cmp(&self, other: &DmaenOutrg) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DmaenOutrg
impl PartialEq for DmaenOutrg
Source§impl PartialOrd for DmaenOutrg
impl PartialOrd for DmaenOutrg
impl Copy for DmaenOutrg
impl Eq for DmaenOutrg
impl StructuralPartialEq for DmaenOutrg
Auto Trait Implementations§
impl Freeze for DmaenOutrg
impl RefUnwindSafe for DmaenOutrg
impl Send for DmaenOutrg
impl Sync for DmaenOutrg
impl Unpin for DmaenOutrg
impl UnwindSafe for DmaenOutrg
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