From 99b160ac1c1efc6fe32901e2ae46036ae19ad155 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 14 Apr 2022 19:01:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: duangavin123 --- en/device-dev/driver/driver-platform-mipicsi-develop.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/en/device-dev/driver/driver-platform-mipicsi-develop.md b/en/device-dev/driver/driver-platform-mipicsi-develop.md index f5691e402b..7ea51982aa 100644 --- a/en/device-dev/driver/driver-platform-mipicsi-develop.md +++ b/en/device-dev/driver/driver-platform-mipicsi-develop.md @@ -1,10 +1,5 @@ # MIPI CSI -- [Overview](#section72226945170128) -- [Available APIs](#section735525713405) -- [How to Develop](#section378858277170128) -- [Development Example](#section2049027816170128) - ## Overview Defined by the Mobile Industry Processor Interface \(MIPI\) Alliance, the Camera Serial Interface \(CSI\) is a specification that allows data to be transmitted from the camera to the host processor on mobile platforms. In the Hardware Driver Foundation \(HDF\), the MIPI CSI module uses the service-free mode for API adaptation. The service-free mode applies to the devices that do not provide user-mode APIs or the OS that does not distinguish the user mode and the kernel mode. In the service-free mode, DevHandle \(a void pointer\) directly points to the kernel-mode address of the device object. -- GitLab