#[repr(transparent)]pub struct En(pub u32);
Expand description
This register aliases the CSR_EN bits for all channels. Writing to this register allows multiple channels to be enabled or disabled simultaneously, so they can run in perfect sync. For each channel, there is only one physical EN register bit, which can be accessed through here or CHx_CSR.
Tuple Fields§
§0: u32
Implementations§
source§impl En
impl En
pub const fn ch0(&self) -> bool
pub fn set_ch0(&mut self, val: bool)
pub const fn ch1(&self) -> bool
pub fn set_ch1(&mut self, val: bool)
pub const fn ch2(&self) -> bool
pub fn set_ch2(&mut self, val: bool)
pub const fn ch3(&self) -> bool
pub fn set_ch3(&mut self, val: bool)
pub const fn ch4(&self) -> bool
pub fn set_ch4(&mut self, val: bool)
pub const fn ch5(&self) -> bool
pub fn set_ch5(&mut self, val: bool)
pub const fn ch6(&self) -> bool
pub fn set_ch6(&mut self, val: bool)
pub const fn ch7(&self) -> bool
pub fn set_ch7(&mut self, val: bool)
Trait Implementations§
impl Copy for En
impl Eq for En
impl StructuralPartialEq for En
Auto Trait Implementations§
impl Freeze for En
impl RefUnwindSafe for En
impl Send for En
impl Sync for En
impl Unpin for En
impl UnwindSafe for En
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)