[][src]Type Definition imxrt1062_system_control::CSSELR

type CSSELR = Reg<u32, _CSSELR>;

Cache Size Selection Register

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

For information about available fields see csselr module

Trait Implementations

impl Readable for CSSELR[src]

read() method returns csselr::R reader structure

impl ResetValue for CSSELR[src]

Register CSSELR reset()'s with value 0

type Type = u32

Register size

impl Writable for CSSELR[src]

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