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

DCMI_POSITION_ESCR_FEC macro

Required left shift to set frame end delimiter

Syntax

#define DCMI_POSITION_ESCR_FEC (uint32_t)DCMI_ESCR_FEC_Pos

References

LocationText
stm32f4xx_hal_dcmi_ex.h:165
#define DCMI_POSITION_ESCR_FEC (uint32_t)DCMI_ESCR_FEC_Pos /*!< Required left shift to set frame end delimiter */
stm32f4xx_hal_dcmi.c:239
((uint32_t)hdcmi->Init.SyncroCode.FrameEndCode << DCMI_POSITION_ESCR_FEC));
stm32f4xx_hal_dcmi_ex.c:154
((uint32_t)hdcmi->Init.SyncroCode.FrameEndCode << DCMI_POSITION_ESCR_FEC));