Digital Power Starter Kit 3 Firmware
dsPIC33C Boost 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_s ccpConfigDefault
 
volatile struct P33C_TIMER_MODULE_s tmrConfigDefault
 

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

volatile struct P33C_CCP_INSTANCE_s 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
}

Definition at line 72 of file p33c_ccp.c.

◆ tmrConfigDefault

volatile struct P33C_TIMER_MODULE_s tmrConfigDefault
Initial value:
= {
.TxCON.value = 0x0000,
.PRx.value = 0xFFFF,
}

Definition at line 45 of file p33c_timer.c.