pub struct McuCtrl { /* private fields */ }
Implementations§
Source§impl McuCtrl
impl McuCtrl
pub const fn new() -> McuCtrl
pub fn print_chip_revision(&self)
pub fn disable_ble(&self)
pub fn enable_ble(&self)
pub fn reset_ble(&self)
Auto Trait Implementations§
impl Freeze for McuCtrl
impl !RefUnwindSafe for McuCtrl
impl !Send for McuCtrl
impl !Sync for McuCtrl
impl Unpin for McuCtrl
impl !UnwindSafe for McuCtrl
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