Struct nrf52840::power::intenclr::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 2 - Write '1' to disable interrupt for POFWARN event

Bit 5 - Write '1' to disable interrupt for SLEEPENTER event

Bit 6 - Write '1' to disable interrupt for SLEEPEXIT event

Bit 7 - Write '1' to disable interrupt for USBDETECTED event

Bit 8 - Write '1' to disable interrupt for USBREMOVED event

Bit 9 - Write '1' to disable interrupt for USBPWRRDY event

Auto Trait Implementations

impl Send for W

impl Sync for W