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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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 R

impl Sync for R