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

type BKP3 = Reg<u32, _BKP3>;

backup register

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

For information about available fields see bkp3 module

Trait Implementations

impl Readable for BKP3[src]

read() method returns bkp3::R reader structure

impl ResetValue for BKP3[src]

Register BKP3 reset()’s with value 0

type Type = u32

Register size

impl Writable for BKP3[src]

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