Type Alias ErrW
pub type ErrW<'a, REG> = FieldWriter<'a, REG, 8, Err>;Expand description
Field ERR writer - PDB Channel Sequence Error Flags
Aliased Type§
pub struct ErrW<'a, REG> { /* private fields */ }Implementations§
§impl<'a, REG> ErrW<'a, REG>
impl<'a, REG> ErrW<'a, REG>
pub fn _0(self) -> &'a mut W<REG>
pub fn _0(self) -> &'a mut W<REG>
Sequence error not detected on PDB channel’s corresponding pre-trigger.
pub fn _1(self) -> &'a mut W<REG>
pub fn _1(self) -> &'a mut W<REG>
Sequence error detected on PDB channel’s corresponding pre-trigger. ADCn block can be triggered for a conversion by one pre-trigger from PDB channel n. When one conversion, which is triggered by one of the pre-triggers from PDB channel n, is in progress, new trigger from PDB channel’s corresponding pre-trigger m cannot be accepted by ADCn, and ERR[m] is set. Writing 0’s to clear the sequence error flags.