Output Compare Driver Library Interface for Harmony v2
Detailed descriptions for this library can be found on "MPLAB® Harmony Help and Documentation"
(found in the <harmony install directory>/doc folder).
System Functions
Function Name | Description |
---|---|
DRV_OC_Disable | Disables the Output Compare instance for the specified driver index. Implementation: Static |
DRV_OC_Enable | Enables the Output Compare for the specified driver index. Implementation: Static |
DRV_OC_FaultHasOccurred | Checks if a Fault has occurred for the specified driver index. Implementation: Static |
DRV_OC_Initialize | Initializes the Comparator instance for the specified driver index. Implementation: Static |
DRV_OC_Start | Starts the Comparator instance for the specified driver index. Implementation: Static |
DRV_OC_Stop | Stops the Output Compare instance for the specified driver index. Implementation: Static |