pub enum ILDMASR {
_0,
_1,
}Expand description
Possible values of the field ILDMAS
Variants§
_0
If C2[ILIE] and S1[IDLE] are set, the IDLE interrupt request signal is asserted to request an interrupt service.
_1
If C2[ILIE] and S1[IDLE] are set, the IDLE DMA request signal is asserted to request a DMA transfer.
Implementations§
Source§impl ILDMASR
impl ILDMASR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
impl Copy for ILDMASR
impl StructuralPartialEq for ILDMASR
Auto Trait Implementations§
impl Freeze for ILDMASR
impl RefUnwindSafe for ILDMASR
impl Send for ILDMASR
impl Sync for ILDMASR
impl Unpin for ILDMASR
impl UnwindSafe for ILDMASR
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