提交 dd3dd5ba 编写于 作者: A Annie_wang

update docs

Signed-off-by: NAnnie_wang <annie.wangli@huawei.com>
上级 707e657b
...@@ -313,7 +313,7 @@ if (ret != 0) { ...@@ -313,7 +313,7 @@ if (ret != 0) {
Call **RtcGetFreq()** to obtain the frequency of the external crystal oscillator connected to the RTC driver. Call **RtcGetFreq()** to obtain the frequency of the external crystal oscillator connected to the RTC driver.
```c ```c
int32_t RtcGetFreq(DevHandle handle, uint32_t \*freq); int32_t RtcGetFreq(DevHandle handle, uint32_t *freq);
``` ```
**Table 10** Description of RtcGetFreq **Table 10** Description of RtcGetFreq
...@@ -401,7 +401,7 @@ if (ret != 0) { ...@@ -401,7 +401,7 @@ if (ret != 0) {
Call **RtcReadReg()** to read the configuration of a custom RTC register based on the register index. One index corresponds to one byte of the register value. Call **RtcReadReg()** to read the configuration of a custom RTC register based on the register index. One index corresponds to one byte of the register value.
```c ```c
int32_t RtcReadReg(DevHandle handle, uint8_t usrDefIndex, uint8_t \*value); int32_t RtcReadReg(DevHandle handle, uint8_t usrDefIndex, uint8_t *value);
``` ```
**Table 13** Description of RtcReadReg **Table 13** Description of RtcReadReg
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册