[][src]Type Definition imxrt1062_csu::CSL

type CSL = Reg<u32, _CSL>;

Config security level register

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

For information about available fields see csl module

Trait Implementations

impl Readable for CSL[src]

read() method returns csl::R reader structure

impl ResetValue for CSL[src]

Register CSL%s reset()'s with value 0x0033_0033

type Type = u32

Register size

impl Writable for CSL[src]

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