Type Alias stm32_hal2::pac::dac::swtrgr::SWTRIG2_W

source ·
pub type SWTRIG2_W<'a, const O: u8> = BitWriterRaw<'a, u32, SWTRGR_SPEC, bool, BitM, O>;
Expand description

Field SWTRIG2 writer - DAC channel2 software trigger This bit is set by software to trigger the DAC in software trigger mode. Note: This bit is cleared by hardware (one APB1 clock cycle later) once the DAC_DHR2 register value has been loaded into the DAC_DOR2 register.

Aliased Type§

struct SWTRIG2_W<'a, const O: u8> { /* private fields */ }