[][src]Type Definition stm32wb_pac::syscfg::SCSR

type SCSR = Reg<u32, _SCSR>;

SCSR

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

For information about available fields see scsr module

Trait Implementations

impl Readable for SCSR[src]

read() method returns scsr::R reader structure

impl ResetValue for SCSR[src]

Register SCSR reset()'s with value 0

type Type = u32

Register size

impl Writable for SCSR[src]

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