Type Definition stm32g0::stm32g0c1::adc::chselr1::SQ1_W

source · []
pub type SQ1_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CHSELR1_SPEC, u8, SQ1_A, 4, O>;
Expand description

Field SQ1 writer - 1st conversion of the sequence These bits are programmed by software with the channel number (0…14) assigned to the 8th conversion of the sequence. 0b1111 indicates end of the sequence. When 0b1111 (end of sequence) is programmed to the lower sequence channels, these bits are ignored. Refer to SQ8[3:0] for a definition of channel selection. Note: The software is allowed to write this bit only when ADSTARTÂ =Â 0 (which ensures that no conversion is ongoing).

Implementations

Channel 0 selected for the Nth conversion

Channel 1 selected for the Nth conversion

Channel 2 selected for the Nth conversion

Channel 3 selected for the Nth conversion

Channel 4 selected for the Nth conversion

Channel 5 selected for the Nth conversion

Channel 6 selected for the Nth conversion

Channel 7 selected for the Nth conversion

Channel 8 selected for the Nth conversion

Channel 9 selected for the Nth conversion

Channel 10 selected for the Nth conversion

Channel 11 selected for the Nth conversion

Channel 12 selected for the Nth conversion

Channel 13 selected for the Nth conversion

Channel 14 selected for the Nth conversion

End of sequence