#[repr(C)]pub struct Channels { /* private fields */ }
Expand description
CHANNELS[%s]
Implementations§
Source§impl Channels
impl Channels
Sourcepub const fn chintenclr(&self) -> &Chintenclr
pub const fn chintenclr(&self) -> &Chintenclr
0x04 - Channel n Interrupt Enable Clear
Sourcepub const fn chintenset(&self) -> &Chintenset
pub const fn chintenset(&self) -> &Chintenset
0x05 - Channel n Interrupt Enable Set
Auto Trait Implementations§
impl !Freeze for Channels
impl !RefUnwindSafe for Channels
impl Send for Channels
impl !Sync for Channels
impl Unpin for Channels
impl UnwindSafe for Channels
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