embassy-stm32

Crates

git

Versions

stm32h7b0zb

Flavors

Skip to main content

Module detector

Module detector 

Source
Expand description

Instance-level and filter-level detectors: the analog watchdog, extremes, short-circuit and clock-absence detectors.

Structs§

AnalogWatchdog
Analog watchdog of a filter.
AnalogWatchdogConfig
Analog watchdog configuration.
ClockAbsenceDetector
Clock-absence detector.
Detectors
Instance-level detectors.
DetectorsBuilder
Builds the Detectors pair.
ExtremesDetector
Extremes (min/max) detector of a filter.
ResultExtreme
Extremes result.
ShortCircuitAssignment
One channel’s short-circuit assignment: the transceiver to guard, and the saturation threshold to guard it with.
ShortCircuitDetector
Short-circuit detector: flags when a transceiver’s input stays constant (consecutive identical bits) for longer than the threshold, indicating a stuck or short-circuited input.

Enums§

AnalogWatchdogEvent
Analog watchdog event.