[][src]Type Definition stm32f3::stm32f3x8::rtc::PRER

type PRER = Reg<u32, _PRER>;

prescaler register

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

For information about available fields see prer module

Trait Implementations

impl Readable for PRER[src]

read() method returns prer::R reader structure

impl ResetValue for PRER[src]

Register PRER reset()'s with value 0x007f_00ff

type Type = u32

Register size

impl Writable for PRER[src]

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