Private properties of the GPIO PRAL driver. More...
Variables | |
volatile struct P33C_GPIO_INSTANCE_s | gpioConfigClear |
Default RESET configuration of one GPIO instance SFRs. More... | |
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
gpioConfigClear |
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.