Struct stm32f30x_memory_map::gptim::DierR [] [src]

pub struct DierR { /* fields omitted */ }

Methods

impl DierR
[src]

Bit 14 - Trigger DMA request enable

Bit 12 - Capture/Compare 4 DMA request enable

Bit 11 - Capture/Compare 3 DMA request enable

Bit 10 - Capture/Compare 2 DMA request enable

Bit 9 - Capture/Compare 1 DMA request enable

Bit 8 - Update DMA request enable

Bit 6 - Trigger interrupt enable

Bit 4 - Capture/Compare 4 interrupt enable

Bit 3 - Capture/Compare 3 interrupt enable

Bit 2 - Capture/Compare 2 interrupt enable

Bit 1 - Capture/Compare 1 interrupt enable

Bit 0 - Update interrupt enable

Trait Implementations

impl Clone for DierR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DierR
[src]