Constants to be used for setting the drive strength of the pin.
Macros | |
#define | CY_GPIO_DRIVE_FULL (0x00UL) |
Full drive strength: Max drive current. | |
#define | CY_GPIO_DRIVE_1_2 (0x01UL) |
1/2 drive strength: 1/2 drive current | |
#define | CY_GPIO_DRIVE_1_4 (0x02UL) |
1/4 drive strength: 1/4 drive current | |
#define | CY_GPIO_DRIVE_1_8 (0x03UL) |
1/8 drive strength: 1/8 drive current | |