Type Alias DOWN_R

Source
pub type DOWN_R = BitReader<DOWNR>;
Expand description

Field DOWN reader - Counter direction change up to down In Encoder mode, DOWN bit is set by hardware to inform application that the counter direction has changed from up to down. DOWN flag can be cleared by writing 1 to the DOWNCF bit in the LPTIM_ICR register. Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to .

Aliased Type§

struct DOWN_R { /* private fields */ }

Implementations§

Source§

impl DOWN_R

Source

pub const fn variant(&self) -> Option<DOWNR>

Get enumerated values variant

Source

pub fn is_set(&self) -> bool

Counter direction change up to down