Type Definition stm32g4::stm32g484::tamp::BKP23R[][src]

type BKP23R = Reg<u32, _BKP23R>;

TAMP backup register

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

For information about available fields see bkp23r module

Trait Implementations

impl Readable for BKP23R[src]

read() method returns bkp23r::R reader structure

impl ResetValue for BKP23R[src]

Register BKP23R reset()'s with value 0

type Type = u32

Register size

impl Writable for BKP23R[src]

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