Type Alias BKP13R

Source
pub type BKP13R = Reg<u32, _BKP13R>;
Expand description

backup register

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

For information about available fields see bkp13r module

Aliased Type§

pub struct BKP13R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BKP13R

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

read() method returns bkp13r::R reader structure

Source§

impl Writable for BKP13R

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