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

type BKP1 = Reg<u32, _BKP1>;

backup register

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

For information about available fields see bkp1 module

Trait Implementations

impl Readable for BKP1[src]

read() method returns bkp1::R reader structure

impl ResetValue for BKP1[src]

Register BKP1 reset()’s with value 0

type Type = u32

Register size

impl Writable for BKP1[src]

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