Type Definition atsame54n19a_pac::system_control::SHCSR[][src]

type SHCSR = Reg<u32, _SHCSR>;

System Handler Control and State Register

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

For information about available fields see shcsr module

Trait Implementations

impl Readable for SHCSR[src]

read() method returns shcsr::R reader structure

impl ResetValue for SHCSR[src]

Register SHCSR reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for SHCSR[src]

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