Type Definition stm32l4_stm32hal::stm32l4x1::iwdg::RLR[][src]

pub type RLR = Reg<u32, _RLR>;
Expand description

Reload register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see rlr module

Trait Implementations

Register RLR reset()’s with value 0x0fff

Register size

Reset value of the register

read() method returns rlr::R reader structure

write(|w| ..) method takes rlr::W writer structure