pub struct Pmu { /* private fields */ }Expand description
PMU
Implementations§
Source§impl Pmu
impl Pmu
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn reg_1p1_set(self) -> Reg<Reg1p1Set, RW>
pub const fn reg_1p1_set(self) -> Reg<Reg1p1Set, RW>
Regulator 1P1 Register
Sourcepub const fn reg_1p1_clr(self) -> Reg<Reg1p1Clr, RW>
pub const fn reg_1p1_clr(self) -> Reg<Reg1p1Clr, RW>
Regulator 1P1 Register
Sourcepub const fn reg_1p1_tog(self) -> Reg<Reg1p1Tog, RW>
pub const fn reg_1p1_tog(self) -> Reg<Reg1p1Tog, RW>
Regulator 1P1 Register
Sourcepub const fn reg_3p0_set(self) -> Reg<Reg3p0Set, RW>
pub const fn reg_3p0_set(self) -> Reg<Reg3p0Set, RW>
Regulator 3P0 Register
Sourcepub const fn reg_3p0_clr(self) -> Reg<Reg3p0Clr, RW>
pub const fn reg_3p0_clr(self) -> Reg<Reg3p0Clr, RW>
Regulator 3P0 Register
Sourcepub const fn reg_3p0_tog(self) -> Reg<Reg3p0Tog, RW>
pub const fn reg_3p0_tog(self) -> Reg<Reg3p0Tog, RW>
Regulator 3P0 Register
Sourcepub const fn reg_2p5_set(self) -> Reg<Reg2p5Set, RW>
pub const fn reg_2p5_set(self) -> Reg<Reg2p5Set, RW>
Regulator 2P5 Register
Sourcepub const fn reg_2p5_clr(self) -> Reg<Reg2p5Clr, RW>
pub const fn reg_2p5_clr(self) -> Reg<Reg2p5Clr, RW>
Regulator 2P5 Register
Sourcepub const fn reg_2p5_tog(self) -> Reg<Reg2p5Tog, RW>
pub const fn reg_2p5_tog(self) -> Reg<Reg2p5Tog, RW>
Regulator 2P5 Register
Sourcepub const fn reg_core_set(self) -> Reg<RegCoreSet, RW>
pub const fn reg_core_set(self) -> Reg<RegCoreSet, RW>
Digital Regulator Core Register
Sourcepub const fn reg_core_clr(self) -> Reg<RegCoreClr, RW>
pub const fn reg_core_clr(self) -> Reg<RegCoreClr, RW>
Digital Regulator Core Register
Sourcepub const fn reg_core_tog(self) -> Reg<RegCoreTog, RW>
pub const fn reg_core_tog(self) -> Reg<RegCoreTog, RW>
Digital Regulator Core Register
Trait Implementations§
impl Copy for Pmu
impl Eq for Pmu
impl Send for Pmu
impl StructuralPartialEq for Pmu
impl Sync for Pmu
Auto Trait Implementations§
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