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

type APBENR1 = Reg<u32, _APBENR1>;

APB peripheral clock enable register 1

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

For information about available fields see apbenr1 module

Trait Implementations

impl Readable for APBENR1[src]

read() method returns apbenr1::R reader structure

impl ResetValue for APBENR1[src]

Register APBENR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for APBENR1[src]

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