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

type BKP27R = Reg<u32, _BKP27R>;

TAMP backup register

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

For information about available fields see bkp27r module

Trait Implementations

impl Readable for BKP27R[src]

read() method returns bkp27r::R reader structure

impl ResetValue for BKP27R[src]

Register BKP27R reset()'s with value 0

type Type = u32

Register size

impl Writable for BKP27R[src]

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