2.9.2 CBG_Initialize Function
C
void CBG_Initialize (void);
Summary
Initializes the CBG module.
Description
Initializes the CBG peripheral of the device.
Precondition
This function must be called only once and before any other CBG function is called.
Parameters
None.
Returns
None.
Example
IBIASCON = 0; When there are no generator IBIASCON = 0x9 when steady current generators are selected CBG_Initialize();
Remarks
None.