pub struct AXI_ERR_ADDR_SPEC;
Expand description
SPI0 AXI request error address.
You can read
this register and get axi_err_addr::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for AXI_ERR_ADDR_SPEC
impl RegisterSpec for AXI_ERR_ADDR_SPEC
Source§impl Resettable for AXI_ERR_ADDR_SPEC
reset()
method sets AXI_ERR_ADDR to value 0xfc00_0000
impl Resettable for AXI_ERR_ADDR_SPEC
reset()
method sets AXI_ERR_ADDR to value 0xfc00_0000
Source§const RESET_VALUE: u32 = 4_227_858_432u32
const RESET_VALUE: u32 = 4_227_858_432u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for AXI_ERR_ADDR_SPEC
read()
method returns axi_err_addr::R
reader structure
Auto Trait Implementations§
impl Freeze for AXI_ERR_ADDR_SPEC
impl RefUnwindSafe for AXI_ERR_ADDR_SPEC
impl Send for AXI_ERR_ADDR_SPEC
impl Sync for AXI_ERR_ADDR_SPEC
impl Unpin for AXI_ERR_ADDR_SPEC
impl UnwindSafe for AXI_ERR_ADDR_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more