#[repr(C)]pub struct CHANNEL {
pub channel: Reg<CHANNEL_SPEC>,
pub chintenclr: Reg<CHINTENCLR_SPEC>,
pub chintenset: Reg<CHINTENSET_SPEC>,
pub chintflag: Reg<CHINTFLAG_SPEC>,
pub chstatus: Reg<CHSTATUS_SPEC>,
}
Expand description
Register block
Fields
channel: Reg<CHANNEL_SPEC>
0x00 - Channel n Control
chintenclr: Reg<CHINTENCLR_SPEC>
0x04 - Channel n Interrupt Enable Clear
chintenset: Reg<CHINTENSET_SPEC>
0x05 - Channel n Interrupt Enable Set
chintflag: Reg<CHINTFLAG_SPEC>
0x06 - Channel n Interrupt Flag Status and Clear
chstatus: Reg<CHSTATUS_SPEC>
0x07 - Channel n Status
Auto Trait Implementations
impl !RefUnwindSafe for CHANNEL
impl Send for CHANNEL
impl !Sync for CHANNEL
impl Unpin for CHANNEL
impl UnwindSafe for CHANNEL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more