Constants to be used for setting the Pull-up mode on the pin.
|
|
#define | CY_GPIO_PULLUP_RES_DISABLE (0x00UL) |
| | Disable additional Pull-ups.
|
| |
|
#define | CY_GPIO_PULLUP_RES_570 (0x07UL) |
| | Pull-up 570 ohms.
|
| |
|
#define | CY_GPIO_PULLUP_RES_720 (0x06UL) |
| | Pull-up 720 ohms.
|
| |
|
#define | CY_GPIO_PULLUP_RES_840 (0x05UL) |
| | Pull-up 840 ohms.
|
| |
|
#define | CY_GPIO_PULLUP_RES_1100 (0x03UL) |
| | Pull-up 1100 ohms.
|
| |
|
#define | CY_GPIO_PULLUP_RES_1200 (0x04UL) |
| | Pull-up 1200 ohms.
|
| |
|
#define | CY_GPIO_PULLUP_RES_1800 (0x02UL) |
| | Pull-up 1800 ohms.
|
| |
|
#define | CY_GPIO_PULLUP_RES_2800 (0x01UL) |
| | Pull-up 2800 ohms.
|
| |