Type Alias stm32_hal2::pac::wwdg1::cr::T_W

source ·
pub type T_W<'a, const O: u8> = FieldWriterRaw<'a, u32, CR_SPEC, u8, u8, Safe, 7, O>;
Expand description

Field T writer - 7-bit counter (MSB to LSB) These bits contain the value of the watchdog counter. It is decremented every (4096 x 2WDGTB[1:0]) PCLK cycles. A reset is produced when it is decremented from 0x40 to 0x3F (T6 becomes cleared).

Aliased Type§

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