IPCCBR

Type Alias IPCCBR 

Source
pub type IPCCBR = Reg<u32, _IPCCBR>;
Expand description

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

Aliased Type§

pub struct IPCCBR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for IPCCBR

Register IPCCBR reset()’s with value 0xffff_c000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for IPCCBR

read() method returns ipccbr::R reader structure

Source§

impl Writable for IPCCBR

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