Struct Aar
pub struct Aar { /* private fields */ }
Expand description
Accelerated Address Resolver
Implementations§
§impl Aar
impl Aar
pub const unsafe fn from_ptr(ptr: *mut ()) -> Aar
pub const fn as_ptr(&self) -> *mut ()
pub 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
pub const fn tasks_stop(self) -> Reg<u32, W>
pub const fn tasks_stop(self) -> Reg<u32, W>
Stop resolving addresses
pub const fn subscribe_start(self) -> Reg<Subscribe, RW>
pub const fn subscribe_start(self) -> Reg<Subscribe, RW>
Subscribe configuration for task START
pub const fn subscribe_stop(self) -> Reg<Subscribe, RW>
pub const fn subscribe_stop(self) -> Reg<Subscribe, RW>
Subscribe configuration for task STOP
pub const fn events_end(self) -> Reg<u32, RW>
pub const fn events_end(self) -> Reg<u32, RW>
Address resolution procedure complete
pub const fn events_resolved(self) -> Reg<u32, RW>
pub const fn events_resolved(self) -> Reg<u32, RW>
Address resolved
pub const fn events_notresolved(self) -> Reg<u32, RW>
pub const fn events_notresolved(self) -> Reg<u32, RW>
Address not resolved
pub const fn publish_end(self) -> Reg<Publish, RW>
pub const fn publish_end(self) -> Reg<Publish, RW>
Publish configuration for event END
pub const fn publish_resolved(self) -> Reg<Publish, RW>
pub const fn publish_resolved(self) -> Reg<Publish, RW>
Publish configuration for event RESOLVED
pub const fn publish_notresolved(self) -> Reg<Publish, RW>
pub const fn publish_notresolved(self) -> Reg<Publish, RW>
Publish configuration for event NOTRESOLVED
pub const fn scratchptr(self) -> Reg<u32, RW>
pub const fn scratchptr(self) -> Reg<u32, RW>
Pointer to data area used for temporary storage
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