[][src]Type Definition stm32wb_pac::flash::IPCCBR

type IPCCBR = Reg<u32, _IPCCBR>;

IPCC mailbox data buffer address register

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

For information about available fields see ipccbr module

Trait Implementations

impl Readable for IPCCBR[src]

read() method returns ipccbr::R reader structure

impl ResetValue for IPCCBR[src]

Register IPCCBR reset()'s with value 0xffff_c000

type Type = u32

Register size

impl Writable for IPCCBR[src]

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