nrf52840_pac::usbd::intenclr

Type Alias SOF_R

Source
pub type SOF_R = BitReader<SOF_A>;
Expand description

Field SOF reader - Write ‘1’ to disable interrupt for SOF event

Aliased Type§

struct SOF_R { /* private fields */ }

Implementations§

Source§

impl SOF_R

Source

pub fn variant(&self) -> SOF_A

Get enumerated values variant

Source

pub fn is_disabled(&self) -> bool

Checks if the value of the field is DISABLED

Source

pub fn is_enabled(&self) -> bool

Checks if the value of the field is ENABLED