Home
last modified time | relevance | path

Searched refs:DCMI_CROPInitStruct (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dcmi.c205 void DCMI_CROPConfig(DCMI_CROPInitTypeDef* DCMI_CROPInitStruct) in DCMI_CROPConfig() argument
208 DCMI->CWSTRTR = (uint32_t)((uint32_t)DCMI_CROPInitStruct->DCMI_HorizontalOffsetCount | in DCMI_CROPConfig()
209 ((uint32_t)DCMI_CROPInitStruct->DCMI_VerticalStartLine << 16)); in DCMI_CROPConfig()
212 DCMI->CWSIZER = (uint32_t)(DCMI_CROPInitStruct->DCMI_CaptureCount | in DCMI_CROPConfig()
213 ((uint32_t)DCMI_CROPInitStruct->DCMI_VerticalLineCount << 16)); in DCMI_CROPConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_dcmi.c207 void DCMI_CROPConfig(DCMI_CROPInitTypeDef* DCMI_CROPInitStruct) in DCMI_CROPConfig() argument
210 DCMI->CWSTRTR = (uint32_t)((uint32_t)DCMI_CROPInitStruct->DCMI_HorizontalOffsetCount | in DCMI_CROPConfig()
211 ((uint32_t)DCMI_CROPInitStruct->DCMI_VerticalStartLine << 16)); in DCMI_CROPConfig()
214 DCMI->CWSIZER = (uint32_t)(DCMI_CROPInitStruct->DCMI_CaptureCount | in DCMI_CROPConfig()
215 ((uint32_t)DCMI_CROPInitStruct->DCMI_VerticalLineCount << 16)); in DCMI_CROPConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_dcmi.h281 void DCMI_CROPConfig(DCMI_CROPInitTypeDef* DCMI_CROPInitStruct);
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dcmi.h281 void DCMI_CROPConfig(DCMI_CROPInitTypeDef* DCMI_CROPInitStruct);

Completed in 11 milliseconds