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

__HAL_LTDC_LAYER_ENABLE macro

Enable the LTDC Layer.

Syntax

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

Arguments

__HANDLE__

LTDC handle

__LAYER__

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

Return value

None.

Examples

__HAL_LTDC_LAYER_ENABLE is referenced by 33 libraries and example projects.

References

LocationText
stm32f4xx_hal_ltdc.h:448
#define __HAL_LTDC_LAYER_ENABLE(__HANDLE__, __LAYER__) ((LTDC_LAYER((__HANDLE__), (__LAYER__)))->CR\