pub struct RFC_DBELL { /* private fields */ }Expand description
RF core doorbell The doorbell module is the main user interface to the radio sub-system. It contains the registers used for both submitting commands to the radio, and for configuring radio interrupts from the RF core.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RFC_DBELL
impl RefUnwindSafe for RFC_DBELL
impl !Sync for RFC_DBELL
impl Unpin for RFC_DBELL
impl UnwindSafe for RFC_DBELL
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