Type Alias UDIS_W

Source
pub type UDIS_W<'a, REG> = BitWriter<'a, REG, UDIS>;
Expand description

Field UDIS writer - 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_W<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> UDIS_W<'a, REG>
where REG: Writable + RegisterSpec,

Source

pub fn enabled(self) -> &'a mut W<REG>

Update event enabled

Source

pub fn disabled(self) -> &'a mut W<REG>

Update event disabled