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

STM32F4HAL::disableInterrupts() method

@fn virtual void STM32F4HAL::disableInterrupts(); Disables the DMA and LCD interrupts. Disables the DMA and LCD interrupts.

Syntax

virtual void disableInterrupts();
Implemented in STM32F4HAL.cpp:85

References

LocationText
STM32F4HAL.cpp:85
void STM32F4HAL::disableInterrupts()
STM32F4HAL.hpp:61
virtual void disableInterrupts();

Call Tree

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