[][src]Type Definition stm32f4::stm32f469::otg_hs_pwrclk::PCGCR

type PCGCR = Reg<u32, _PCGCR>;

Power and clock gating control register

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

For information about available fields see pcgcr module

Trait Implementations

impl Readable for PCGCR[src]

read() method returns pcgcr::R reader structure

impl ResetValue for PCGCR[src]

Register PCGCR reset()'s with value 0

type Type = u32

Register size

impl Writable for PCGCR[src]

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