Type Alias UDIS_R

Source
pub type UDIS_R = BitReader<UDIS>;
Expand description

Field UDIS reader - Update disable

Aliased Type§

struct UDIS_R { /* private fields */ }

Implementations§

Source§

impl UDIS_R

Source

pub const fn variant(&self) -> UDIS

Get enumerated values variant

Source

pub fn is_enabled(&self) -> bool

Update event enabled

Source

pub fn is_disabled(&self) -> bool

Update event disabled