Type Definition stm32g4::stm32g441::tamp::BKP22R[][src]

type BKP22R = Reg<u32, _BKP22R>;

TAMP backup register

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

For information about available fields see bkp22r module

Trait Implementations

impl Readable for BKP22R[src]

read() method returns bkp22r::R reader structure

impl ResetValue for BKP22R[src]

Register BKP22R reset()'s with value 0

type Type = u32

Register size

impl Writable for BKP22R[src]

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