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.