Type Definition stm32g4::stm32g441::pwr::PDCRG[][src]

type PDCRG = Reg<u32, _PDCRG>;

Power Port G pull-down control register

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

For information about available fields see pdcrg module

Trait Implementations

impl Readable for PDCRG[src]

read() method returns pdcrg::R reader structure

impl ResetValue for PDCRG[src]

Register PDCRG reset()'s with value 0

type Type = u32

Register size

impl Writable for PDCRG[src]

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