HAL
DCMI_POSITION_ESCR_LEC is only used within HAL.
 
Symbols
loading...
Files
loading...

DCMI_POSITION_ESCR_LEC macro

Required left shift to set line end delimiter

Syntax

#define DCMI_POSITION_ESCR_LEC (uint32_t)DCMI_ESCR_LEC_Pos

References

LocationText
stm32f4xx_hal_dcmi_ex.h:164
#define DCMI_POSITION_ESCR_LEC (uint32_t)DCMI_ESCR_LEC_Pos /*!< Required left shift to set line end delimiter */
stm32f4xx_hal_dcmi.c:238
((uint32_t)hdcmi->Init.SyncroCode.LineEndCode << DCMI_POSITION_ESCR_LEC) |
stm32f4xx_hal_dcmi_ex.c:153
((uint32_t)hdcmi->Init.SyncroCode.LineEndCode << DCMI_POSITION_ESCR_LEC) |