Struct nrf52840_pac::ppi::fork::FORK
source · #[repr(C)]pub struct FORK {
pub tep: TEP,
}
Expand description
Register block
Fields§
§tep: TEP
0x00 - Description cluster[n]: Channel n task end-point
Auto Trait Implementations§
impl !Freeze for FORK
impl !RefUnwindSafe for FORK
impl Send for FORK
impl !Sync for FORK
impl Unpin for FORK
impl UnwindSafe for FORK
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