Type Definition stm32g4::stm32g431::rcc::CCIPR2[][src]

type CCIPR2 = Reg<u32, _CCIPR2>;

Peripherals independent clock configuration register

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

For information about available fields see ccipr2 module

Trait Implementations

impl Readable for CCIPR2[src]

read() method returns ccipr2::R reader structure

impl ResetValue for CCIPR2[src]

Register CCIPR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for CCIPR2[src]

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