pub struct Channel { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Channel
impl Channel
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn terminateonbuserror(self) -> Reg<Terminateonbuserror, RW>
pub const fn terminateonbuserror(self) -> Reg<Terminateonbuserror, RW>
Description cluster: Terminate the transaction if a BUSERROR event is detected.
Sourcepub const fn buserroraddress(self) -> Reg<u32, R>
pub const fn buserroraddress(self) -> Reg<u32, R>
Description cluster: Address of transaction that generated the last BUSERROR event.
Trait Implementations§
impl Copy for Channel
impl Eq for Channel
impl Send for Channel
impl StructuralPartialEq for Channel
impl Sync for Channel
Auto Trait Implementations§
impl Freeze for Channel
impl RefUnwindSafe for Channel
impl Unpin for Channel
impl UnwindSafe for Channel
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
)