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

DCMI_POSITION_ESCR_LSC macro

Required left shift to set line start delimiter

Syntax

#define DCMI_POSITION_ESCR_LSC (uint32_t)DCMI_ESCR_LSC_Pos

References

LocationText
stm32f4xx_hal_dcmi_ex.h:163
#define DCMI_POSITION_ESCR_LSC (uint32_t)DCMI_ESCR_LSC_Pos /*!< Required left shift to set line start delimiter */
stm32f4xx_hal_dcmi.c:237
((uint32_t)hdcmi->Init.SyncroCode.LineStartCode << DCMI_POSITION_ESCR_LSC)|
stm32f4xx_hal_dcmi_ex.c:152
((uint32_t)hdcmi->Init.SyncroCode.LineStartCode << DCMI_POSITION_ESCR_LSC)|