pub struct PwrCtrl { /* private fields */ }
Implementations§
Source§impl PwrCtrl
impl PwrCtrl
pub const fn new() -> PwrCtrl
pub fn enable_uart0(&self)
pub fn enable_ios(&self)
pub fn enable_iom0(&self)
pub fn enable_iom1(&self)
pub fn enable_iom2(&self)
pub fn enable_iom3(&self)
pub fn enable_iom4(&self)
pub fn enable_ble(&self)
Auto Trait Implementations§
impl Freeze for PwrCtrl
impl !RefUnwindSafe for PwrCtrl
impl !Send for PwrCtrl
impl !Sync for PwrCtrl
impl Unpin for PwrCtrl
impl !UnwindSafe for PwrCtrl
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