[][src]Type Definition imxrt1062_ccm::CCSR

type CCSR = Reg<u32, _CCSR>;

CCM Clock Switcher Register

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

For information about available fields see ccsr module

Trait Implementations

impl Readable for CCSR[src]

read() method returns ccsr::R reader structure

impl ResetValue for CCSR[src]

Register CCSR reset()'s with value 0x0100

type Type = u32

Register size

impl Writable for CCSR[src]

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