SCR

Type Alias SCR 

Source
pub type SCR = Reg<u32, _SCR>;
Expand description

Power status clear register

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

For information about available fields see scr module

Aliased Type§

pub struct SCR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SCR

Register SCR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Writable for SCR

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