STM32F4HAL::enableLCDControllerInterrupt() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXSTM32F4HAL::enableLCDControllerInterrupt()

STM32F4HAL::enableLCDControllerInterrupt() method

@fn virtual void STM32F4HAL::enableLCDControllerInterrupt(); Configure the LCD controller to fire interrupts at VSYNC. Configure the LCD controller to fire interrupts at VSYNC. Called automatically once TouchGFX initialization has completed.

Syntax

virtual void enableLCDControllerInterrupt();
Implemented in STM32F4HAL.cpp:76

References

LocationText
STM32F4HAL.cpp:76
void STM32F4HAL::enableLCDControllerInterrupt()
STM32F4HAL.hpp:89
virtual void enableLCDControllerInterrupt();

Call Tree

Functions called by STM32F4HAL::enableLCDControllerInterrupt()
STM32F4HAL::enableLCDControllerInterrupt()
all items filtered out
Data read by STM32F4HAL::enableLCDControllerInterrupt()
Data written by STM32F4HAL::enableLCDControllerInterrupt()
LTDC_TypeDef::BPCR
LTDC_TypeDef::AWCR
LTDC_TypeDef::IER
all items filtered out
STM32F4HAL::enableLCDControllerInterrupt()
LTDC_TypeDef::IER
all items filtered out
Methods overriding this one
STM32F4HAL::enableLCDControllerInterrupt()