#[repr(transparent)]pub struct Ctlstat(pub u32);Expand description
Control and status register for DMA channel .
Tuple Fields§
§0: u32Implementations§
Source§impl Ctlstat
impl Ctlstat
Sourcepub const fn validpending(&self) -> Validpending
pub const fn validpending(&self) -> Validpending
Valid pending flag for this channel. This bit is set when a 1 is written to the corresponding bit in the related SETVALID register when CFGVALID = 1 for the same channel.
Sourcepub const fn set_validpending(&mut self, val: Validpending)
pub const fn set_validpending(&mut self, val: Validpending)
Valid pending flag for this channel. This bit is set when a 1 is written to the corresponding bit in the related SETVALID register when CFGVALID = 1 for the same channel.
Trait Implementations§
impl Copy for Ctlstat
impl Eq for Ctlstat
impl StructuralPartialEq for Ctlstat
Auto Trait Implementations§
impl Freeze for Ctlstat
impl RefUnwindSafe for Ctlstat
impl Send for Ctlstat
impl Sync for Ctlstat
impl Unpin for Ctlstat
impl UnwindSafe for Ctlstat
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