[][src]Struct stm32h7::stm32h743::dbgmcu::cr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn trgoen(&mut self) -> _TRGOENW[src]

Bit 28 - External trigger output enable

pub fn d3dbgcken(&mut self) -> _D3DBGCKENW[src]

Bit 22 - D3 debug clock enable enable

pub fn d1dbgcken(&mut self) -> _D1DBGCKENW[src]

Bit 21 - D1 debug clock enable enable

pub fn traceclken(&mut self) -> _TRACECLKENW[src]

Bit 20 - Trace clock enable enable

pub fn dbgstby_d3(&mut self) -> _DBGSTBY_D3W[src]

Bit 8 - Allow debug in D3 Standby mode

pub fn dbgstop_d3(&mut self) -> _DBGSTOP_D3W[src]

Bit 7 - Allow debug in D3 Stop mode

pub fn dbgstby_d1(&mut self) -> _DBGSTBY_D1W[src]

Bit 2 - Allow debug in D1 Standby mode

pub fn dbgstop_d1(&mut self) -> _DBGSTOP_D1W[src]

Bit 1 - Allow debug in D1 Stop mode

pub fn dbgsleep_d1(&mut self) -> _DBGSLEEP_D1W[src]

Bit 0 - Allow debug in D1 Sleep mode

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self