pub type IPCCBR = Reg<u32, _IPCCBR>;
IPCC mailbox data buffer address register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see ipccbr module
pub struct IPCCBR { /* private fields */ }
Register IPCCBR reset()’s with value 0xffff_c000
reset()
read() method returns ipccbr::R reader structure
read()
write(|w| ..) method takes ipccbr::W writer structure
write(|w| ..)