Type Definition stm32g0::stm32g041::rcc::APBRSTR2[][src]

type APBRSTR2 = Reg<u32, _APBRSTR2>;

APB peripheral reset register 2

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

For information about available fields see apbrstr2 module

Trait Implementations

impl Readable for APBRSTR2[src]

read() method returns apbrstr2::R reader structure

impl ResetValue for APBRSTR2[src]

Register APBRSTR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for APBRSTR2[src]

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