mFrame
載入中...
搜尋中...
無符合項目
Threshold

Comparator 1 Reset Control.

Comparator 1 Reset ControlControls reset state of the Analog Comparator 1 (CMP1). CMP1 provides high-speed analog signal comparison for threshold detection and analog signal processing applications.

比較器 1 重置控制,高速類比信號比較

CMP1 Functions:

Reset Effects:
  • Comparator output returns to default state
  • Reference voltage and threshold settings cleared
  • All pending interrupts are cleared

    Detection:

    // Configure CMP1 for overvoltage detection
    reset_ctrl.assert_reset(Control::CMP1);
    reset_ctrl.release_reset(Control::CMP1);
    cmp1_configure_threshold_detection(overvoltage_level);