소스 검색

add:pins增加camera配置

alienwalker 8 달 전
부모
커밋
d5688fb965
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      components/pins/include/luat_pins.h

+ 4 - 0
components/pins/include/luat_pins.h

@@ -114,6 +114,10 @@ typedef struct
 	luat_pin_iomux_info pin_list[LUAT_PIN_SDIO_QTY];
 }luat_sdio_pin_iomux_t;
 
+typedef struct
+{
+	luat_pin_iomux_info pin_list[LUAT_PIN_CAMERA_QTY];
+}luat_camera_pin_iomux_t;
 
 /**
  * @brief 获取某种外设的全部pin复用信息