The Pin Driver directs the operation and function of the selected device pins using dsPIC MCUs.
More...
|
#define | LED_GREEN_SetHigh() |
| Sets the RD7 GPIO Pin which has a custom name of LED_GREEN to High.
|
|
#define | LED_GREEN_SetLow() |
| Sets the RD7 GPIO Pin which has a custom name of LED_GREEN to Low.
|
|
#define | LED_GREEN_Toggle() |
| Toggles the RD7 GPIO Pin which has a custom name of LED_GREEN.
|
|
#define | LED_GREEN_GetValue() |
| Reads the value of the RD7 GPIO Pin which has a custom name of LED_GREEN.
|
|
#define | LED_GREEN_SetDigitalInput() |
| Configures the RD7 GPIO Pin which has a custom name of LED_GREEN as Input.
|
|
#define | LED_GREEN_SetDigitalOutput() |
| Configures the RD7 GPIO Pin which has a custom name of LED_GREEN as Output.
|
|
#define | LED_RED_SetHigh() |
| Sets the RD8 GPIO Pin which has a custom name of LED_RED to High.
|
|
#define | LED_RED_SetLow() |
| Sets the RD8 GPIO Pin which has a custom name of LED_RED to Low.
|
|
#define | LED_RED_Toggle() |
| Toggles the RD8 GPIO Pin which has a custom name of LED_RED.
|
|
#define | LED_RED_GetValue() |
| Reads the value of the RD8 GPIO Pin which has a custom name of LED_RED.
|
|
#define | LED_RED_SetDigitalInput() |
| Configures the RD8 GPIO Pin which has a custom name of LED_RED as Input.
|
|
#define | LED_RED_SetDigitalOutput() |
| Configures the RD8 GPIO Pin which has a custom name of LED_RED as Output.
|
|
#define | FAULT_EN_SetHigh() |
| Sets the RD9 GPIO Pin which has a custom name of FAULT_EN to High.
|
|
#define | FAULT_EN_SetLow() |
| Sets the RD9 GPIO Pin which has a custom name of FAULT_EN to Low.
|
|
#define | FAULT_EN_Toggle() |
| Toggles the RD9 GPIO Pin which has a custom name of FAULT_EN.
|
|
#define | FAULT_EN_GetValue() |
| Reads the value of the RD9 GPIO Pin which has a custom name of FAULT_EN.
|
|
#define | FAULT_EN_SetDigitalInput() |
| Configures the RD9 GPIO Pin which has a custom name of FAULT_EN as Input.
|
|
#define | FAULT_EN_SetDigitalOutput() |
| Configures the RD9 GPIO Pin which has a custom name of FAULT_EN as Output.
|
|
#define | GPIO_debug_SetHigh() |
| Sets the RD14 GPIO Pin which has a custom name of GPIO_debug to High.
|
|
#define | GPIO_debug_SetLow() |
| Sets the RD14 GPIO Pin which has a custom name of GPIO_debug to Low.
|
|
#define | GPIO_debug_Toggle() |
| Toggles the RD14 GPIO Pin which has a custom name of GPIO_debug.
|
|
#define | GPIO_debug_GetValue() |
| Reads the value of the RD14 GPIO Pin which has a custom name of GPIO_debug.
|
|
#define | GPIO_debug_SetDigitalInput() |
| Configures the RD14 GPIO Pin which has a custom name of GPIO_debug as Input.
|
|
#define | GPIO_debug_SetDigitalOutput() |
| Configures the RD14 GPIO Pin which has a custom name of GPIO_debug as Output.
|
|
#define | LED_DP_PIM_SetHigh() |
| Sets the RD15 GPIO Pin which has a custom name of LED_DP_PIM to High.
|
|
#define | LED_DP_PIM_SetLow() |
| Sets the RD15 GPIO Pin which has a custom name of LED_DP_PIM to Low.
|
|
#define | LED_DP_PIM_Toggle() |
| Toggles the RD15 GPIO Pin which has a custom name of LED_DP_PIM.
|
|
#define | LED_DP_PIM_GetValue() |
| Reads the value of the RD15 GPIO Pin which has a custom name of LED_DP_PIM.
|
|
#define | LED_DP_PIM_SetDigitalInput() |
| Configures the RD15 GPIO Pin which has a custom name of LED_DP_PIM as Input.
|
|
#define | LED_DP_PIM_SetDigitalOutput() |
| Configures the RD15 GPIO Pin which has a custom name of LED_DP_PIM as Output.
|
|
void PINS_Initialize |
( |
void | | ) |
|
- Parameters
-
- Returns
- none
Setting the Output Latch SFR(s)
Setting the GPIO Direction SFR(s)
Setting the Weak Pull Up and Weak Pull Down SFR(s)
Setting the Open Drain SFR(s)
Setting the Analog/Digital Configuration SFR(s)
Set the PPS
Definition at line 46 of file pins.c.