Struct stm32f334::hrtim_tima::timacr::_UPDGATW [] [src]

pub struct _UPDGATW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _UPDGATW<'a>
[src]

[src]

Writes variant to the field

[src]

the update occurs independently from the DMA burst transfer

[src]

the update occurs when the DMA burst transfer is completed

[src]

the update occurs on the update event following the DMA burst transfer completion

[src]

the update occurs on a rising edge of HRTIM update enable input 1

[src]

the update occurs on a rising edge of HRTIM update enable input 2

[src]

the update occurs on a rising edge of HRTIM update enable input 3

[src]

the update occurs on the update event following a rising edge of HRTIM update enable input 1

[src]

the update occurs on the update event following a rising edge of HRTIM update enable input 2

[src]

the update occurs on the update event following a rising edge of HRTIM update enable input 3

[src]

Writes raw bits to the field

Trait Implementations

Auto Trait Implementations

impl<'a> Send for _UPDGATW<'a>

impl<'a> Sync for _UPDGATW<'a>