Type Alias BKP6R

Source
pub type BKP6R = Reg<u32, _BKP6R>;
Expand description

backup register

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

For information about available fields see bkp6r module

Aliased Type§

pub struct BKP6R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BKP6R

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

read() method returns bkp6r::R reader structure

Source§

impl Writable for BKP6R

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