Digital Power Starter Kit 3 Firmware
dsPIC33C Buck Converter Voltage Mode Control Example

Private properties of the SCCP/MCCP PRAL driver. More...

+ Collaboration diagram for Private Properties:

Variables

volatile struct P33C_CCP_INSTANCE_SFRSET_s ccpConfigDefault
 CCP Register Set reset state template. More...
 

Detailed Description

Private properties of the SCCP/MCCP PRAL driver.

This is the detailed description of privte variables, data types, enumerations, defines and macros of the SCCP/MCCP PRAL driver

Variable Documentation

◆ ccpConfigDefault

ccpConfigDefault
Initial value:
= {
.CCPxTMRL.value = 0,
.CCPxTMRH.value = 0,
.CCPxBUFH.value = 0,
.CCPxBUFL.value = 0,
.CCPxPRH.value = 0,
.CCPxPRL.value = 0,
.CCPxRAL.value = 0,
.CCPxRBL.value = 0,
.CCPxCON1H.value= 0,
.CCPxCON1L.value = 0x0000,
.CCPxCON2H.value = 0,
.CCPxCON2L.value = 0,
.CCPxCON3H.value= 0,
.CCPxSTATL.value= 0
}

CCP Register Set reset state template.

This P33C_CCP_MODULE_SFRSET_s data object provides a template of register configuration values for a CCP peripheral instance.

Default configuration:

  • all options are reset to their default state

Definition at line 1 of file p33c_ccp.c.