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

type MEMRMP = Reg<u32, _MEMRMP>;

memory remap register

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

For information about available fields see memrmp module

Trait Implementations

impl Readable for MEMRMP[src]

read() method returns memrmp::R reader structure

impl ResetValue for MEMRMP[src]

Register MEMRMP reset()'s with value 0

type Type = u32

Register size

impl Writable for MEMRMP[src]

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