Type Alias BKP5R

Source
pub type BKP5R = Reg<u32, _BKP5R>;
Expand description

backup register

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

For information about available fields see bkp5r module

Aliased Type§

pub struct BKP5R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BKP5R

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

read() method returns bkp5r::R reader structure

Source§

impl Writable for BKP5R

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