Type Definition stm32f1::stm32f100::bkp::BKP_DR[][src]

type BKP_DR = Reg<u32, _BKP_DR>;

Backup data register (BKP_DR)

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

For information about available fields see bkp_dr module

Trait Implementations

impl Readable for BKP_DR[src]

read() method returns bkp_dr::R reader structure

impl ResetValue for BKP_DR[src]

Register BKP_DR%s reset()'s with value 0

type Type = u32

Register size

impl Writable for BKP_DR[src]

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