mikroSDK Reference Manual
STMPE811 SYS_CTRL2 Register Bits

Macros

#define STMPE811_SYS_CTRL2_ADC_OFF_BIT   ((uint8_t)( 1 ))
 
#define STMPE811_SYS_CTRL2_TSC_OFF_BIT   ((uint8_t)( 1 << 1 ))
 
#define STMPE811_SYS_CTRL2_GPIO_OFF_BIT   ((uint8_t)( 1 << 2 ))
 
#define STMPE811_SYS_CTRL2_TS_OFF_BIT   ((uint8_t)( 1 << 3 ))
 

Detailed Description

Clock control register bits description.

Macro Definition Documentation

◆ STMPE811_SYS_CTRL2_ADC_OFF_BIT

#define STMPE811_SYS_CTRL2_ADC_OFF_BIT   ((uint8_t)( 1 ))

Switch off the clock supply to the ADC (1 - enable).

◆ STMPE811_SYS_CTRL2_TSC_OFF_BIT

#define STMPE811_SYS_CTRL2_TSC_OFF_BIT   ((uint8_t)( 1 << 1 ))

Switch off the clock supplyto the touchscreen controller (1 - enable).

◆ STMPE811_SYS_CTRL2_GPIO_OFF_BIT

#define STMPE811_SYS_CTRL2_GPIO_OFF_BIT   ((uint8_t)( 1 << 2 ))

Switch off the clock supply to the GPIO (1 - enable).

◆ STMPE811_SYS_CTRL2_TS_OFF_BIT

#define STMPE811_SYS_CTRL2_TS_OFF_BIT   ((uint8_t)( 1 << 3 ))

Switch off the clock supply to the temperature sensor (1 - enable).