Type Definition stm32f4::stm32f413::otg_fs_pwrclk::PCGCCTL[][src]

type PCGCCTL = Reg<u32, _PCGCCTL>;

OTG_FS power and clock gating control register (OTG_FS_PCGCCTL)

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

For information about available fields see pcgcctl module

Trait Implementations

impl Readable for PCGCCTL[src]

read() method returns pcgcctl::R reader structure

impl ResetValue for PCGCCTL[src]

Register PCGCCTL reset()'s with value 0

type Type = u32

Register size

impl Writable for PCGCCTL[src]

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