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

STM32F4HAL::configureInterrupts() method

@fn virtual void STM32F4HAL::configureInterrupts(); Sets the DMA and LCD interrupt priorities. Sets the DMA and LCD interrupt priorities.

Syntax

virtual void configureInterrupts();
Implemented in STM32F4HAL.cpp:65

References

LocationText
STM32F4HAL.cpp:65
void STM32F4HAL::configureInterrupts()
STM32F4HAL.hpp:79
virtual void configureInterrupts();

Call Tree

Functions called by STM32F4HAL::configureInterrupts()
STM32F4HAL::configureInterrupts()
__NVIC_SetPriority()
all items filtered out
Data read by STM32F4HAL::configureInterrupts()
IRQn_Type::LTDC_IRQn
IRQn_Type::DMA2D_IRQn
all items filtered out
STM32F4HAL::configureInterrupts()
Methods overriding this one
STM32F4HAL::configureInterrupts()