Type Definition stm32g0::stm32g030::pwr::PDCRD[][src]

type PDCRD = Reg<u32, _PDCRD>;

Power Port D pull-down control register

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

For information about available fields see pdcrd module

Trait Implementations

impl Readable for PDCRD[src]

read() method returns pdcrd::R reader structure

impl ResetValue for PDCRD[src]

Register PDCRD reset()'s with value 0

type Type = u32

Register size

impl Writable for PDCRD[src]

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