2.18.11 CMPx_DACDataLowWrite Function
C
// x is the instance number of the CMP peripheral
inline static void CMPx_DACDataLowWrite(uint16_t dacLowLimit);
Summary
Sets the lower limit of slope .
Description
This inline function writes lower limit of the slope.
Precondition
None.
Parameters
Param | Description |
dacLowLimit | lower limit of slope |
Returns
None.
Example
CMP1_DACDataLowWrite(0xCD);
Remarks
Available only in slope mode.