From c593b9a00c91715f32f0280e56d5acc65c17bcf9 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Thu, 17 Mar 2022 07:45:11 +0000 Subject: [PATCH] update en/device-dev/driver/driver-platform-rtc-develop.md. Signed-off-by: Annie_wang --- en/device-dev/driver/driver-platform-rtc-develop.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/en/device-dev/driver/driver-platform-rtc-develop.md b/en/device-dev/driver/driver-platform-rtc-develop.md index dcc774f2b6..e484095f81 100644 --- a/en/device-dev/driver/driver-platform-rtc-develop.md +++ b/en/device-dev/driver/driver-platform-rtc-develop.md @@ -1,11 +1,5 @@ # RTC -- [Overview](#section509989381142407) -- [How to Develop](#section1784450860142407) - - [RtcMethod](#section13652132473017) - -- [Development Example](#section1594883301142407) - ## Overview In the Hardware Driver Foundation \(HDF\) framework, the real-time clock \(RTC\) uses the independent service mode for API adaptation. In this mode, each device independently publishes a device service to handle external access requests. After receiving an access request from an API, the device manager extracts the parameters in the request to call the internal method of the target device. In the independent service mode, the service management capabilities of the HDFDeviceManager can be directly used. However, you need to configure a device node for each device, which increases the memory usage. -- GitLab