APB2FZR

Type Alias APB2FZR 

Source
pub type APB2FZR = Reg<u32, _APB2FZR>;
Expand description

Debug MCU APB2 freeze register

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

For information about available fields see apb2fzr module

Aliased Type§

pub struct APB2FZR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for APB2FZR

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

read() method returns apb2fzr::R reader structure

Source§

impl Writable for APB2FZR

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