Struct nrf52840_pac::ppi::ch::CH
source · #[repr(C)]pub struct CH {
pub eep: EEP,
pub tep: TEP,
}
Expand description
Register block
Fields§
§eep: EEP
0x00 - Description cluster[n]: Channel n event end-point
tep: TEP
0x04 - 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