[][src]Type Definition stm32wb_pac::pwr::SCR

type SCR = Reg<u32, _SCR>;

Power status clear register

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

For information about available fields see scr module

Trait Implementations

impl ResetValue for SCR[src]

Register SCR reset()'s with value 0

type Type = u32

Register size

impl Writable for SCR[src]

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