HAL + 0/33 examples
CodeScope will show references to __HAL_LTDC_LAYER_DISABLE from the following samples and libraries:
 
Symbols
loading...
Files
loading...

__HAL_LTDC_LAYER_DISABLE macro

Disable the LTDC Layer.

Syntax

#define __HAL_LTDC_LAYER_DISABLE(__HANDLE__, __LAYER__) ((LTDC_LAYER((__HANDLE__), (__LAYER__)))->CR\

Arguments

__HANDLE__

LTDC handle

__LAYER__

Specify the layer to be disabled. This parameter can be LTDC_LAYER_1 (0) or LTDC_LAYER_2 (1).

Return value

None.

Examples

__HAL_LTDC_LAYER_DISABLE is referenced by 33 libraries and example projects.

References

LocationText
stm32f4xx_hal_ltdc.h:458
#define __HAL_LTDC_LAYER_DISABLE(__HANDLE__, __LAYER__) ((LTDC_LAYER((__HANDLE__), (__LAYER__)))->CR\
stm32f4xx_hal_ltdc.c:343
__HAL_LTDC_LAYER_DISABLE(hltdc, LTDC_LAYER_1);
stm32f4xx_hal_ltdc.c:347
__HAL_LTDC_LAYER_DISABLE(hltdc, LTDC_LAYER_2);