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

type BKP31R = Reg<u32, _BKP31R>;

TAMP backup register

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

For information about available fields see bkp31r module

Trait Implementations

impl Readable for BKP31R[src]

read() method returns bkp31r::R reader structure

impl ResetValue for BKP31R[src]

Register BKP31R reset()'s with value 0

type Type = u32

Register size

impl Writable for BKP31R[src]

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