Type Definition stm32g0::stm32g071::rcc::IOPENR[][src]

type IOPENR = Reg<u32, _IOPENR>;

GPIO clock enable register

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

For information about available fields see iopenr module

Trait Implementations

impl Readable for IOPENR[src]

read() method returns iopenr::R reader structure

impl ResetValue for IOPENR[src]

Register IOPENR reset()'s with value 0

type Type = u32

Register size

impl Writable for IOPENR[src]

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