Chip-specific example configuration.
Copyright (c) 2010-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | LED_STATUS_OFF IOPORT_PIN_LEVEL_LOW |
#define | LED_STATUS_ON IOPORT_PIN_LEVEL_HIGH |
Example configuration | |
#define | WAKE_BUTTON_EIC_PIN GPIO_PUSH_BUTTON_EIC_PIN |
The active-low GPIO pin to exit the WAIT/RET mode (by generating an external interrupt). More... | |
#define | WAKE_BUTTON_EIC_FUNCTION GPIO_PUSH_BUTTON_EIC_PIN_MUX |
The EIC function of the wake pin. More... | |
#define | WAKE_BUTTON_EIC_LINE GPIO_PUSH_BUTTON_EIC_LINE |
The EIC line of the wake pin. More... | |
#define | LED_ACTIVITY_STATUS_PIN LED0_GPIO |
The LED that will be turned off when the device is in a sleep mode and on when it is active. More... | |
#define LED_ACTIVITY_STATUS_PIN LED0_GPIO |
The LED that will be turned off when the device is in a sleep mode and on when it is active.
Referenced by main().
#define LED_STATUS_OFF IOPORT_PIN_LEVEL_LOW |
Referenced by main().
#define LED_STATUS_ON IOPORT_PIN_LEVEL_HIGH |
Referenced by main().
#define WAKE_BUTTON_EIC_FUNCTION GPIO_PUSH_BUTTON_EIC_PIN_MUX |
The EIC function of the wake pin.
#define WAKE_BUTTON_EIC_LINE GPIO_PUSH_BUTTON_EIC_LINE |
The EIC line of the wake pin.
#define WAKE_BUTTON_EIC_PIN GPIO_PUSH_BUTTON_EIC_PIN |
The active-low GPIO pin to exit the WAIT/RET mode (by generating an external interrupt).