Type Definition stm32g4::stm32g431::tamp::BKP20R[][src]

type BKP20R = Reg<u32, _BKP20R>;

TAMP backup register

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

For information about available fields see bkp20r module

Trait Implementations

impl Readable for BKP20R[src]

read() method returns bkp20r::R reader structure

impl ResetValue for BKP20R[src]

Register BKP20R reset()'s with value 0

type Type = u32

Register size

impl Writable for BKP20R[src]

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