[][src]Struct ambiq_apollo3_pac::pwrctrl::devpwreventen::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn bursteven(&mut self) -> _BURSTEVENW[src]

Bit 31 - Control BURST status event

pub fn burstfeatureeven(&mut self) -> _BURSTFEATUREEVENW[src]

Bit 30 - Control BURSTFEATURE status event

pub fn blefeatureeven(&mut self) -> _BLEFEATUREEVENW[src]

Bit 29 - Control BLEFEATURE status event

pub fn bleleven(&mut self) -> _BLELEVENW[src]

Bit 8 - Control BLE power-on status event

pub fn pdmeven(&mut self) -> _PDMEVENW[src]

Bit 7 - Control PDM power-on status event

pub fn mspieven(&mut self) -> _MSPIEVENW[src]

Bit 6 - Control MSPI power-on status event

pub fn adceven(&mut self) -> _ADCEVENW[src]

Bit 5 - Control ADC power-on status event

pub fn hcpceven(&mut self) -> _HCPCEVENW[src]

Bit 4 - Control HCPC power-on status event

pub fn hcpbeven(&mut self) -> _HCPBEVENW[src]

Bit 3 - Control HCPB power-on status event

pub fn hcpaeven(&mut self) -> _HCPAEVENW[src]

Bit 2 - Control HCPA power-on status event

pub fn mcuheven(&mut self) -> _MCUHEVENW[src]

Bit 1 - Control MCUH power-on status event

pub fn mculeven(&mut self) -> _MCULEVENW[src]

Bit 0 - Control MCUL power-on status event

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self