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

Private properties of the GPIO PRAL driver. More...

+ Collaboration diagram for Private Properties:

Variables

volatile struct P33C_GPIO_INSTANCE_s gpioConfigClear
 Default RESET configuration of one GPIO instance SFRs. More...
 

Detailed Description

Private properties of the GPIO PRAL driver.

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

Variable Documentation

◆ gpioConfigClear

gpioConfigClear
Initial value:
= {
.ANSELx.value = 0x0000,
.CNCONx.value = 0x0000,
.CNEN0x.value = 0x0000,
.CNEN1x.value = 0x0000,
.CNFx.value = 0x0000,
.CNPDx.value = 0x0000,
.CNPUx.value = 0x0000,
.CNSTATx.value = 0x0000,
.LATx.value = 0x0000,
.ODCx.value = 0x0000,
.PORTx.value = 0x0000,
.TRISx.value = 0x1111,
}

Default RESET configuration of one GPIO instance SFRs.

Default configuration of the GPIO instance SFRs with all its registers being reset to their default state when the device comes out of RESET. Programmers can use this template to reset (dispose) a previously used GPIO instance when it's not used anymore or to secure a known startup condition before writing individual configurations to its SFRs.

Definition at line 133 of file p33c_gpio.c.