Type Definition stm32g4::stm32g441::syscfg::SCSR[][src]

type SCSR = Reg<u32, _SCSR>;

CCM SRAM control and status register

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