Type Alias UDIS_R

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

Field UDIS reader - Update disable This bit is set and cleared by software to enable/disable UEV event generation. Counter overflow/underflow Setting the UG bit Update generation through the slave mode controller Buffered registers are then loaded with their preload values.

Aliased Type§

pub 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