Type Definition stm32g4::stm32g474::tamp::BKP21R[][src]

type BKP21R = Reg<u32, _BKP21R>;

TAMP backup register

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

For information about available fields see bkp21r module

Trait Implementations

impl Readable for BKP21R[src]

read() method returns bkp21r::R reader structure

impl ResetValue for BKP21R[src]

Register BKP21R reset()'s with value 0

type Type = u32

Register size

impl Writable for BKP21R[src]

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