pub struct RADIO_CLK { /* private fields */ }Expand description
Represents a virtual peripheral with no associated hardware.
This struct is generated by the create_peripheral! macro when the peripheral
is defined as virtual.
Implementations§
Trait Implementations§
Source§impl Peripheral for RADIO_CLK
impl Peripheral for RADIO_CLK
Source§impl RadioClockController for RADIO_CLK
impl RadioClockController for RADIO_CLK
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
Auto Trait Implementations§
impl Freeze for RADIO_CLK
impl RefUnwindSafe for RADIO_CLK
impl Send for RADIO_CLK
impl Sync for RADIO_CLK
impl Unpin for RADIO_CLK
impl UnwindSafe for RADIO_CLK
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