Type Alias BKP4R

Source
pub type BKP4R = Reg<u32, _BKP4R>;
Expand description

backup register

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

For information about available fields see bkp4r module

Aliased Type§

pub struct BKP4R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BKP4R

Register BKP4R reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for BKP4R

read() method returns bkp4r::R reader structure

Source§

impl Writable for BKP4R

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