Enum stm32f334::hrtim_tima::timacr::UPDGATW [] [src]

pub enum UPDGATW {
    INDEPENDENT,
    DMA_COMPLETED,
    DMA_UPDATE_EVENT,
    ENABLE_1,
    ENABLE_2,
    ENABLE_3,
    ENABLE_1_UPDATE_EVENT,
    ENABLE_2_UPDATE_EVENT,
    ENABLE_3_UPDATE_EVENT,
}

Values that can be written to the field UPDGAT

Variants

the update occurs independently from the DMA burst transfer

the update occurs when the DMA burst transfer is completed

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

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

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

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

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

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

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

Trait Implementations

Auto Trait Implementations

impl Send for UPDGATW

impl Sync for UPDGATW