Type Definition atsame54p19a_pac::system_control::SCR[][src]

type SCR = Reg<u32, _SCR>;

System Control Register

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

For information about available fields see scr module

Trait Implementations

impl Readable for SCR[src]

read() method returns scr::R reader structure

impl ResetValue for SCR[src]

Register SCR reset()’s with value 0

type Type = u32

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

impl Writable for SCR[src]

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