APB2RSTR

Type Alias APB2RSTR 

Source
pub type APB2RSTR = Reg<u32, _APB2RSTR>;
Expand description

APB2 peripheral reset register

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

For information about available fields see apb2rstr module

Aliased Type§

pub struct APB2RSTR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for APB2RSTR

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

read() method returns apb2rstr::R reader structure

Source§

impl Writable for APB2RSTR

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