上传者: xc_mcu
|
上传时间: 2021-09-24 13:38:38
|
文件大小: 3KB
|
文件类型: C
stm32 IO模拟MIPI协议
#define MIPI_DATA_IN() {GPIO_InitStructure.GPIO_Pin=GPIO_Pin_0; GPIO_InitStructure.GPIO_Mode=GPIO_Mode_IPU; GPIO_Init(GPIOE,&GPIO;_InitStructure);}
#define MIPI_DATA_OUT() {GPIO_InitStructure.GPIO_Pin=GPIO_Pin_0; GPIO_InitStructure.GPIO_Mode=GPIO_Mode_Out_OD; GPIO_Init(GPIOE,&GPIO;_InitStructure);}