#[repr(C)]pub struct CH {
pub eep: EEP,
pub tep: TEP,
}Expand description
Register block
Fields§
§eep: EEP0x00 - Description cluster[n]: Channel n event end-point
tep: TEP0x04 - Description cluster[n]: Channel n task end-point
Auto Trait Implementations§
impl !Freeze for CH
impl !RefUnwindSafe for CH
impl Send for CH
impl !Sync for CH
impl Unpin for CH
impl UnwindSafe for CH
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