[][src]Type Definition imxrt1062_csu::SA

type SA = Reg<u32, _SA>;

Secure access register

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

For information about available fields see sa module

Trait Implementations

impl Readable for SA[src]

read() method returns sa::R reader structure

impl ResetValue for SA[src]

Register SA reset()'s with value 0

type Type = u32

Register size

impl Writable for SA[src]

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