Type Alias stm32h7xx_hal::stm32::iwdg::pr::PR_R

source ·
pub type PR_R = FieldReaderRaw<u8, PR_A>;
Expand description

Field PR reader - Prescaler divider These bits are write access protected see Section23.3.6: Register access protection. They are written by software to select the prescaler divider feeding the counter clock. PVU bit of IWDG_SR must be reset in order to be able to change the prescaler divider. Note: Reading this register returns the prescaler value from the VDD voltage domain. This value may not be up to date/valid if a write operation to this register is ongoing. For this reason the value read from this register is valid only when the PVU bit in the IWDG_SR register is reset.

Aliased Type§

struct PR_R { /* private fields */ }