Defines
GPIO Symbols Defined
GPIO

Defines

#define CSL_GPIO_NUM_PIN   32
#define CSL_GPIO_BIT_SET   1
#define CSL_GPIO_BIT_RESET   0
#define GPIO_DRIVE_HIGH   1
#define GPIO_DRIVE_LOW   0

Define Documentation

#define CSL_GPIO_BIT_RESET   0

Reset the single bit

Referenced by GPIO_disableInt().

#define CSL_GPIO_BIT_SET   1

Set the single bit

Referenced by GPIO_clearInt(), and GPIO_enableInt().

#define CSL_GPIO_NUM_PIN   32

Number of GPIO pins

Referenced by GPIO_open().

#define GPIO_DRIVE_HIGH   1

Drive GPIO Pin o/p High

Referenced by GPIO_write().

#define GPIO_DRIVE_LOW   0

Drive GPIO Pin o/p Low

Referenced by GPIO_write().