pub struct Ppib { /* private fields */ }
Expand description
PPIB APB registers 0
Implementations§
Source§impl Ppib
impl Ppib
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_send(self, n: usize) -> Reg<u32, W>
pub const fn tasks_send(self, n: usize) -> Reg<u32, W>
Description collection: This task is unused, but the PPIB provides the SUBSCRIBE task to connect SEND [n] task.
Sourcepub const fn subscribe_send(self, n: usize) -> Reg<Subscribe, RW>
pub const fn subscribe_send(self, n: usize) -> Reg<Subscribe, RW>
Description collection: Subscribe configuration for task SEND[n]
Sourcepub const fn events_receive(self, n: usize) -> Reg<u32, RW>
pub const fn events_receive(self, n: usize) -> Reg<u32, RW>
Description collection: This event is unused, but the PPIB provides the PUBLISH event to connect RECEIVE [n] event.
Trait Implementations§
impl Copy for Ppib
impl Eq for Ppib
impl Send for Ppib
impl StructuralPartialEq for Ppib
impl Sync for Ppib
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
)