pub struct Aar { /* private fields */ }
Expand description
Accelerated Address Resolver.
Implementations§
Source§impl Aar
impl Aar
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_start(self) -> Reg<u32, W>
pub const fn tasks_start(self) -> Reg<u32, W>
Start resolving addresses based on IRKs specified in the IRK data structure.
Sourcepub const fn tasks_stop(self) -> Reg<u32, W>
pub const fn tasks_stop(self) -> Reg<u32, W>
Stop resolving addresses.
Sourcepub const fn events_end(self) -> Reg<u32, RW>
pub const fn events_end(self) -> Reg<u32, RW>
Address resolution procedure completed.
Sourcepub const fn events_resolved(self) -> Reg<u32, RW>
pub const fn events_resolved(self) -> Reg<u32, RW>
Address resolved.
Sourcepub const fn events_notresolved(self) -> Reg<u32, RW>
pub const fn events_notresolved(self) -> Reg<u32, RW>
Address not resolved.
Sourcepub const fn nirk(self) -> Reg<Nirk, RW>
pub const fn nirk(self) -> Reg<Nirk, RW>
Number of Identity root Keys in the IRK data structure.
Sourcepub const fn scratchptr(self) -> Reg<u32, RW>
pub const fn scratchptr(self) -> Reg<u32, RW>
Pointer to a scratch data area used for temporary storage during resolution. A minimum of 3 bytes must be reserved.
Trait Implementations§
impl Copy for Aar
impl Eq for Aar
impl Send for Aar
impl StructuralPartialEq for Aar
impl Sync for Aar
Auto Trait Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)