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

type PUCRF = Reg<u32, _PUCRF>;

Power Port F pull-up control register

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

For information about available fields see pucrf module

Trait Implementations

impl Readable for PUCRF[src]

read() method returns pucrf::R reader structure

impl ResetValue for PUCRF[src]

Register PUCRF reset()'s with value 0

type Type = u32

Register size

impl Writable for PUCRF[src]

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