Searched refs:cropConfig (Results 1 – 2 of 2) sorted by relevance
103 void DCI_ConfigCROP(DCI_CropConfig_T *cropConfig) in DCI_ConfigCROP() argument105 DCI->CROPWSTAT_B.HOFSCNT = (uint16_t)cropConfig->horizontalOffsetCount; in DCI_ConfigCROP()106 DCI->CROPWSTAT_B.VSLINECNT = (uint16_t)cropConfig->verticalStartLine; in DCI_ConfigCROP()108 DCI->CROPWSIZE_B.CCNT = (uint16_t)cropConfig->captureCount; in DCI_ConfigCROP()109 DCI->CROPWSIZE_B.VLINECNT = (uint16_t)cropConfig->verticalLineCount; in DCI_ConfigCROP()
211 void DCI_ConfigCROP(DCI_CropConfig_T* cropConfig);
Completed in 6 milliseconds