Enum ke04z4_pac::sim::sopt::ADHWT_A[][src]

#[repr(u8)]
pub enum ADHWT_A {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}
Expand description

ADC Hardware Trigger Source

Value on reset: 0

Variants

_000

0: RTC overflow as the ADC hardware trigger

_001

1: FTM0 init trigger as the ADC hardware trigger

_010

2: FTM2 init trigger with 8-bit programmable counter delay

_011

3: FTM2 match trigger with 8-bit programmable counter delay

_100

4: PIT channel0 overflow as the ADC hardware trigger

_101

5: PIT channel1 overflow as the ADC hardware trigger

_110

6: ACMP0 out as the ADC hardware trigger.

_111

7: ACMP1 out as the ADC hardware trigger

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.