Type Alias BKP11R

Source
pub type BKP11R = Reg<u32, _BKP11R>;
Expand description

backup register

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

For information about available fields see bkp11r module

Aliased Type§

pub struct BKP11R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BKP11R

Register BKP11R 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 BKP11R

read() method returns bkp11r::R reader structure

Source§

impl Writable for BKP11R

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