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

type BKP4 = Reg<u32, _BKP4>;

backup register

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

For information about available fields see bkp4 module

Trait Implementations

impl Readable for BKP4[src]

read() method returns bkp4::R reader structure

impl ResetValue for BKP4[src]

Register BKP4 reset()’s with value 0

type Type = u32

Register size

impl Writable for BKP4[src]

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