stmpe811_ClearGlobalIT() is only used within stmpe811.
 
Symbols
loading...
Files
loading...

stmpe811_ClearGlobalIT() function

Clear the selected Global interrupt pending bit(s)

Syntax

void stmpe811_ClearGlobalIT(uint16_t DeviceAddr,     uint8_t Source);
Implemented in stmpe811.c:372

Arguments

DeviceAddr

Device address on communication Bus.

Source

the Global interrupt source to be cleared, could be any combination of the following values: @arg STMPE811_GIT_IO: IO interrupt @arg STMPE811_GIT_ADC : ADC interrupt @arg STMPE811_GIT_FE : Touch Screen Controller FIFO Error interrupt @arg STMPE811_GIT_FF : Touch Screen Controller FIFO Full interrupt @arg STMPE811_GIT_FOV : Touch Screen Controller FIFO Overrun interrupt @arg STMPE811_GIT_FTH : Touch Screen Controller FIFO Threshold interrupt @arg STMPE811_GIT_TOUCH : Touch Screen Controller Touch Detected interrupt

Return value

None

References

LocationReferrerText
stmpe811.c:372
void stmpe811_ClearGlobalIT(uint16_t DeviceAddr, uint8_t Source)
stmpe811.h:207
void stmpe811_ClearGlobalIT(uint16_t DeviceAddr, uint8_t Source);
stmpe811.c:723stmpe811_IO_ClearIT()
stmpe811_ClearGlobalIT(DeviceAddr, STMPE811_GIT_IO);
stmpe811.c:917stmpe811_TS_ClearIT()
stmpe811_ClearGlobalIT(DeviceAddr, STMPE811_TS_IT);

Call Tree

Functions calling stmpe811_ClearGlobalIT()
Functions called by stmpe811_ClearGlobalIT()
stmpe811_ClearGlobalIT()
all items filtered out
Data read by stmpe811_ClearGlobalIT()
stmpe811_ClearGlobalIT()