Searched refs:dciConfig (Results 1 – 2 of 2) sorted by relevance
67 void DCI_Config(DCI_Config_T *dciConfig) in DCI_Config() argument69 DCI->CTRL_B.CMODE = dciConfig->captureMode; in DCI_Config()70 DCI->CTRL_B.ESYNCSEL = dciConfig->synchroMode; in DCI_Config()71 DCI->CTRL_B.PXCLKPOL = dciConfig->pckPolarity; in DCI_Config()72 DCI->CTRL_B.VSYNCPOL = dciConfig->vsyncPolarity; in DCI_Config()73 DCI->CTRL_B.HSYNCPOL = dciConfig->hsyncPolarity; in DCI_Config()74 DCI->CTRL_B.FCRCFG = dciConfig->capturerate; in DCI_Config()85 void DCI_ConfigStructInit(DCI_Config_T *dciConfig) in DCI_ConfigStructInit() argument89 dciConfig->pckPolarity = DCI_PCK_POL_FALLING; in DCI_ConfigStructInit()90 dciConfig->vsyncPolarity = DCI_VSYNC_POL_LOW; in DCI_ConfigStructInit()[all …]
209 void DCI_Config(DCI_Config_T* dciConfig);210 void DCI_ConfigStructInit(DCI_Config_T* dciConfig);
Completed in 5 milliseconds