Type Definition stm32g0::stm32g0c1::adc::cfgr1::EXTEN_W

source · []
pub type EXTEN_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CFGR1_SPEC, u8, EXTEN_A, 2, O>;
Expand description

Field EXTEN writer - External trigger enable and polarity selection These bits are set and cleared by software to select the external trigger polarity and enable the trigger. Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).

Implementations

Hardware trigger detection disabled

Hardware trigger detection on the rising edge

Hardware trigger detection on the falling edge

Hardware trigger detection on both the rising and falling edges