Type Alias stm32_hal2::pac::rtc::shiftr::ADD1S_W

source ·
pub type ADD1S_W<'a, const O: u8> = BitWriterRaw<'a, u32, SHIFTR_SPEC, ADD1S_AW, BitM, O>;
Expand description

Field ADD1S writer - Add one second This bit is write only and is always read as zero. Writing to this bit has no effect when a shift operation is pending (when SHPF=1, in RTC_ISR). This function is intended to be used with SUBFS (see description below) in order to effectively add a fraction of a second to the clock in an atomic operation.

Aliased Type§

struct ADD1S_W<'a, const O: u8> { /* private fields */ }