9 #if defined (CCP9CON1L) 10 volatile uint16_t* p33c_CcpInstance_Handles[9]={
11 &CCP1CON1L, &CCP2CON1L, &CCP3CON1L, &CCP4CON1L,
12 &CCP5CON1L, &CCP6CON1L, &CCP7CON1L, &CCP8CON1L,
15 #elif defined (CCP8CON1L) 16 volatile uint16_t* p33c_CcpInstance_Handles[8]={
17 &CCP1CON1L, &CCP2CON1L, &CCP3CON1L, &CCP4CON1L,
18 &CCP5CON1L, &CCP6CON1L, &CCP7CON1L, &CCP8CON1L
20 #elif defined (CCP7CON1L) 21 volatile uint16_t* p33c_CcpInstance_Handles[7]={
22 &CCP1CON1L, &CCP2CON1L, &CCP3CON1L, &CCP4CON1L,
23 &CCP5CON1L, &CCP6CON1L, &CCP7CON1L
25 #elif defined (CCP6CON1L) 26 volatile uint16_t* p33c_CcpInstance_Handles[6]={
27 &CCP1CON1L, &CCP2CON1L, &CCP3CON1L, &CCP4CON1L,
28 &CCP5CON1L, &CCP6CON1L
30 #elif defined (CCP5CON1L) 31 volatile uint16_t* p33c_CcpInstance_Handles[5]={
32 &CCP1CON1L, &CCP2CON1L, &CCP3CON1L, &CCP4CON1L,
35 #elif defined (CCP4CON1L) 36 volatile uint16_t* p33c_CcpInstance_Handles[4]={
37 &CCP1CON1L, &CCP2CON1L, &CCP3CON1L, &CCP4CON1L
39 #elif defined (CCP3CON1L) 40 volatile uint16_t* p33c_CcpInstance_Handles[3]={
41 &CCP1CON1L, &CCP2CON1L, &CCP3CON1L
43 #elif defined (CCP2CON1L) 44 volatile uint16_t* p33c_CcpInstance_Handles[2]={
45 &CCP1CON1L, &CCP2CON1L
47 #elif defined (CCP1CON1L) 48 volatile uint16_t* p33c_CcpInstance_Handles[1]={
52 #pragma message "selected device has no supported PWM generators" 83 .CCPxCON1L.value = 0x0000,
110 volatile struct P33C_CCP_INSTANCE_s p33c_CcpInstance_ConfigRead(volatile uint16_t ccpInstance){
115 ccp = p33c_CcpInstance_GetHandle(ccpInstance);
139 volatile uint16_t p33c_CcpInstance_ConfigWrite(
volatile uint16_t ccpInstance,
142 volatile uint16_t retval=1;
146 ccp = p33c_CcpInstance_GetHandle(ccpInstance);
union P33C_CCP_INSTANCE_s::@6 CCPxTMRL
volatile struct P33C_CCP_INSTANCE_s ccpConfigDefault