pub struct RadioClockControl { /* private fields */ }
Trait Implementations§
Source§impl RadioClockController for RadioClockControl
impl RadioClockController for RadioClockControl
Source§fn enable(&mut self, peripheral: RadioPeripherals)
fn enable(&mut self, peripheral: RadioPeripherals)
Enable the peripheral
Source§fn disable(&mut self, peripheral: RadioPeripherals)
fn disable(&mut self, peripheral: RadioPeripherals)
Disable the peripheral
Source§fn init_clocks(&mut self)
fn init_clocks(&mut self)
Do any common initial initialization needed
Source§fn ble_rtc_clk_init(&mut self)
fn ble_rtc_clk_init(&mut self)
Initialize BLE RTC clocks
fn reset_rpa(&mut self)
Auto Trait Implementations§
impl Freeze for RadioClockControl
impl RefUnwindSafe for RadioClockControl
impl Send for RadioClockControl
impl Sync for RadioClockControl
impl Unpin for RadioClockControl
impl UnwindSafe for RadioClockControl
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