Type Definition stm32g0::stm32g030::rcc::APBENR2[][src]

type APBENR2 = Reg<u32, _APBENR2>;

APB peripheral clock enable register 2

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

For information about available fields see apbenr2 module

Trait Implementations

impl Readable for APBENR2[src]

read() method returns apbenr2::R reader structure

impl ResetValue for APBENR2[src]

Register APBENR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for APBENR2[src]

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