Type Definition gd32f1::gd32f130::rtc::BKP0[][src]

type BKP0 = Reg<u32, _BKP0>;

backup register

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

For information about available fields see bkp0 module

Trait Implementations

impl Readable for BKP0[src]

read() method returns bkp0::R reader structure

impl ResetValue for BKP0[src]

Register BKP0 reset()’s with value 0

type Type = u32

Register size

impl Writable for BKP0[src]

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