1.16.5.4 1.17.5.4 1.18.6.4 1.19.5.4 1.20.5.4 1.21.6.4 1.22.7.4 1.23.7.4 CVR_UpdateValue Function
C
void CVR_UpdateValue (uint8_t value);
Summary
Writes to the CVR value selection bits (4-bits).
Description
Use this function to change the voltage generated by the CVR peripheral.
Precondition
None.
Parameters
Value to be written to CVR value selection bits.
Returns
None.
Example
CVR_UpdateValue(0x07);
Remarks
None.