Enum stm32_hal2::adc::Trigger
source · #[repr(u8)]
pub enum Trigger {
Show 17 variants
Tim1Cc1,
Tim1Cc2,
Tim1Cc3,
Tim2Cc2,
Tim3Trgo,
Tim4Cc4,
Exti11,
Tim8Trgo,
Tim8Trgo2,
Tim1Trgo,
Tim1Trgo2,
Tim2Trgo,
Tim4Trgo,
Tim6Trgo,
Tim15Trgo,
Tim3Cc4,
Tim7Trgo,
}
Expand description
Select a trigger. Sets CFGR reg, EXTSEL field. See G4 RM, table 163: ADC1/2 - External triggers for regular channels.