Type Definition stm32g4::stm32g431::pwr::PUCRG[][src]

type PUCRG = Reg<u32, _PUCRG>;

Power Port G pull-up control register

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

For information about available fields see pucrg module

Trait Implementations

impl Readable for PUCRG[src]

read() method returns pucrg::R reader structure

impl ResetValue for PUCRG[src]

Register PUCRG reset()'s with value 0

type Type = u32

Register size

impl Writable for PUCRG[src]

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