[][src]Type Definition stm32wb_pac::rtc::BKP12R

type BKP12R = Reg<u32, _BKP12R>;

backup register

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

For information about available fields see bkp12r module

Trait Implementations

impl Readable for BKP12R[src]

read() method returns bkp12r::R reader structure

impl ResetValue for BKP12R[src]

Register BKP12R reset()'s with value 0

type Type = u32

Register size

impl Writable for BKP12R[src]

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