stm32用IO模拟mipi时序
stm32IO模拟MIPI协议
#defineMIPI_DATA_IN(){GPIO_InitStructure.GPIO_Pin=GPIO_Pin_0;GPIO_InitStructure.GPIO_Mode=GPIO_Mode_IPU;GPIO_Init(GPIOE,&GPIO;_InitStructure);}
#defineMIPI_DATA_OUT(){GPIO_InitStructure.GPIO_Pin=GPIO_Pin_0;GPIO_InitStructure.GPIO_Mode=GPIO_Mode_Out_OD;GPIO_Init(GPIOE,&
用户评论
东西没有什么用