Type Definition stm32g4::stm32g474::pwr::PUCRE[][src]

type PUCRE = Reg<u32, _PUCRE>;

Power Port E pull-up control register

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

For information about available fields see pucre module

Trait Implementations

impl Readable for PUCRE[src]

read() method returns pucre::R reader structure

impl ResetValue for PUCRE[src]

Register PUCRE reset()'s with value 0

type Type = u32

Register size

impl Writable for PUCRE[src]

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