HAL + 0/4 examples
CodeScope will show references to DCMI_InitTypeDef::SynchroMode from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALDCMI_InitTypeDef::SynchroMode

DCMI_InitTypeDef::SynchroMode field

Specifies the Synchronization Mode: Hardware or Embedded. This parameter can be a value of DCMI_Synchronization_Mode

Syntax

uint32_t SynchroMode;

Examples

DCMI_InitTypeDef::SynchroMode is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_dcmi_ex.h:63
uint32_t SynchroMode; /*!< Specifies the Synchronization Mode: Hardware or Embedded.
stm32f4xx_hal_dcmi.c:229HAL_DCMI_Init()
hdcmi->Instance->CR |= (uint32_t)(hdcmi->Init.SynchroMode | hdcmi->Init.CaptureRate | \
stm32f4xx_hal_dcmi.c:234HAL_DCMI_Init()
if(hdcmi->Init.SynchroMode == DCMI_SYNCHRO_EMBEDDED)
stm32f4xx_hal_dcmi_ex.c:139HAL_DCMI_Init()
hdcmi->Instance->CR |= (uint32_t)(hdcmi->Init.SynchroMode | hdcmi->Init.CaptureRate |\
stm32f4xx_hal_dcmi_ex.c:149HAL_DCMI_Init()
if(hdcmi->Init.SynchroMode == DCMI_SYNCHRO_EMBEDDED)

Data Use

Functions reading DCMI_InitTypeDef::SynchroMode
DCMI_InitTypeDef::SynchroMode
all items filtered out
Type of DCMI_InitTypeDef::SynchroMode
DCMI_InitTypeDef::SynchroMode
uint32_t
all items filtered out