Struct Awcfr
#[repr(transparent)]pub struct Awcfr(pub u32);Tuple Fields§
§0: u32Implementations§
§impl Awcfr
impl Awcfr
pub const fn clrawltf(&self) -> u8
pub const fn clrawltf(&self) -> u8
Clear the analog watchdog low threshold flag CLRAWLTF[y]=0: Writing ‘0’ has no effect CLRAWLTF[y]=1: Writing ‘1’ to position y clears the corresponding AWLTF[y] bit in the DFSDM_FLTxAWSR register.
pub const fn set_clrawltf(&mut self, val: u8)
pub const fn set_clrawltf(&mut self, val: u8)
Clear the analog watchdog low threshold flag CLRAWLTF[y]=0: Writing ‘0’ has no effect CLRAWLTF[y]=1: Writing ‘1’ to position y clears the corresponding AWLTF[y] bit in the DFSDM_FLTxAWSR register.
pub const fn clrawhtf(&self) -> u8
pub const fn clrawhtf(&self) -> u8
Clear the analog watchdog high threshold flag CLRAWHTF[y]=0: Writing ‘0’ has no effect CLRAWHTF[y]=1: Writing ‘1’ to position y clears the corresponding AWHTF[y] bit in the DFSDM_FLTxAWSR register.
pub const fn set_clrawhtf(&mut self, val: u8)
pub const fn set_clrawhtf(&mut self, val: u8)
Clear the analog watchdog high threshold flag CLRAWHTF[y]=0: Writing ‘0’ has no effect CLRAWHTF[y]=1: Writing ‘1’ to position y clears the corresponding AWHTF[y] bit in the DFSDM_FLTxAWSR register.