#[repr(C)]
pub struct RegisterBlock {
Show 28 fields pub REG_1P1: RWRegister<u32>, pub REG_1P1_SET: RWRegister<u32>, pub REG_1P1_CLR: RWRegister<u32>, pub REG_1P1_TOG: RWRegister<u32>, pub REG_3P0: RWRegister<u32>, pub REG_3P0_SET: RWRegister<u32>, pub REG_3P0_CLR: RWRegister<u32>, pub REG_3P0_TOG: RWRegister<u32>, pub REG_2P5: RWRegister<u32>, pub REG_2P5_SET: RWRegister<u32>, pub REG_2P5_CLR: RWRegister<u32>, pub REG_2P5_TOG: RWRegister<u32>, pub REG_CORE: RWRegister<u32>, pub REG_CORE_SET: RWRegister<u32>, pub REG_CORE_CLR: RWRegister<u32>, pub REG_CORE_TOG: RWRegister<u32>, pub MISC0: RWRegister<u32>, pub MISC0_SET: RWRegister<u32>, pub MISC0_CLR: RWRegister<u32>, pub MISC0_TOG: RWRegister<u32>, pub MISC1: RWRegister<u32>, pub MISC1_SET: RWRegister<u32>, pub MISC1_CLR: RWRegister<u32>, pub MISC1_TOG: RWRegister<u32>, pub MISC2: RWRegister<u32>, pub MISC2_SET: RWRegister<u32>, pub MISC2_CLR: RWRegister<u32>, pub MISC2_TOG: RWRegister<u32>, /* private fields */
}
Expand description

PMU

Fields§

§REG_1P1: RWRegister<u32>

Regulator 1P1 Register

§REG_1P1_SET: RWRegister<u32>

Regulator 1P1 Register

§REG_1P1_CLR: RWRegister<u32>

Regulator 1P1 Register

§REG_1P1_TOG: RWRegister<u32>

Regulator 1P1 Register

§REG_3P0: RWRegister<u32>

Regulator 3P0 Register

§REG_3P0_SET: RWRegister<u32>

Regulator 3P0 Register

§REG_3P0_CLR: RWRegister<u32>

Regulator 3P0 Register

§REG_3P0_TOG: RWRegister<u32>

Regulator 3P0 Register

§REG_2P5: RWRegister<u32>

Regulator 2P5 Register

§REG_2P5_SET: RWRegister<u32>

Regulator 2P5 Register

§REG_2P5_CLR: RWRegister<u32>

Regulator 2P5 Register

§REG_2P5_TOG: RWRegister<u32>

Regulator 2P5 Register

§REG_CORE: RWRegister<u32>

Digital Regulator Core Register

§REG_CORE_SET: RWRegister<u32>

Digital Regulator Core Register

§REG_CORE_CLR: RWRegister<u32>

Digital Regulator Core Register

§REG_CORE_TOG: RWRegister<u32>

Digital Regulator Core Register

§MISC0: RWRegister<u32>

Miscellaneous Register 0

§MISC0_SET: RWRegister<u32>

Miscellaneous Register 0

§MISC0_CLR: RWRegister<u32>

Miscellaneous Register 0

§MISC0_TOG: RWRegister<u32>

Miscellaneous Register 0

§MISC1: RWRegister<u32>

Miscellaneous Register 1

§MISC1_SET: RWRegister<u32>

Miscellaneous Register 1

§MISC1_CLR: RWRegister<u32>

Miscellaneous Register 1

§MISC1_TOG: RWRegister<u32>

Miscellaneous Register 1

§MISC2: RWRegister<u32>

Miscellaneous Control Register

§MISC2_SET: RWRegister<u32>

Miscellaneous Control Register

§MISC2_CLR: RWRegister<u32>

Miscellaneous Control Register

§MISC2_TOG: RWRegister<u32>

Miscellaneous Control Register

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.