Type Definition lpc55_pac::sau::RBAR[][src]

type RBAR = Reg<u32, _RBAR>;

Security Attribution Unit Region Base Address Register

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

For information about available fields see rbar module

Trait Implementations

impl Readable for RBAR[src]

read() method returns rbar::R reader structure

impl ResetValue for RBAR[src]

Register RBAR reset()’s with value 0

type Type = u32

Register size

impl Writable for RBAR[src]

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