[][src]Type Definition stm32f3::stm32f373::rtc::WPR

type WPR = Reg<u32, _WPR>;

write protection register

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

For information about available fields see wpr module

Trait Implementations

impl ResetValue for WPR[src]

Register WPR reset()'s with value 0

type Type = u32

Register size

impl Writable for WPR[src]

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