Struct nrf52840_pac::ppi::tasks_chg::TASKS_CHG
source · #[repr(C)]pub struct TASKS_CHG {
pub en: EN,
pub dis: DIS,
}
Expand description
Register block
Fields§
§en: EN
0x00 - Description cluster[n]: Enable channel group n
dis: DIS
0x04 - Description cluster[n]: Disable channel group n
Auto Trait Implementations§
impl !Freeze for TASKS_CHG
impl !RefUnwindSafe for TASKS_CHG
impl Send for TASKS_CHG
impl !Sync for TASKS_CHG
impl Unpin for TASKS_CHG
impl UnwindSafe for TASKS_CHG
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