[][src]Type Definition stm32f3::stm32f373::iwdg::RLR

type RLR = Reg<u32, _RLR>;

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

impl Readable for RLR[src]

read() method returns rlr::R reader structure

impl ResetValue for RLR[src]

Register RLR reset()'s with value 0x0fff

type Type = u32

Register size

impl Writable for RLR[src]

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