Files
luban-lite/doc/topics/sdk/cir/cir_interface_lite.html

408 lines
57 KiB
HTML
Raw Permalink Normal View History

2025-04-23 17:54:31 +08:00
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn" lang="zh-cn" data-whc_version="26.1">
2025-07-22 11:15:46 +08:00
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="description" content="Driver 层接口设计 表 1 . drv_cir_init 函数原型 rt_err_t drv_cir_init(rt_device_t pdev) 功能说明 CIR 模块初始化 参数定义 pdev: 指向 CIR 设备的指针 返回值 执行成功返回 RT_EOK 注意事项 - 表 2 . drv_cir_open 函数原型 rt_err_t drv_cir_open(rt_device_t ..."/><meta name="DC.rights.owner" content="(C) 版权 2025"/><meta name="copyright" content="(C) 版权 2025"/><meta name="generator" content="DITA-OT"/><meta name="DC.type" content="concept"/><meta name="DC.relation" content="../../../topics/sdk/cir/cir_design.html"/><meta name="DC.relation" content="../../../topics/sdk/cir/cir_data_struct.html"/><meta name="DC.relation" content="../../../topics/sdk/cir/cir_faq.html"/><meta name="DC.contributor" content="yan.wang"/><meta name="DC.contributor" content="yan.wang"/><meta name="DC.creator" content="yan.wang"/><meta name="DC.date.modified" content="2025-05-16"/><meta name="DC.format" content="HTML5"/><meta name="DC.identifier" content="cir_interface_design_luban_lite"/><meta name="DC.language" content="zh-CN"/><title>接口设计</title><!-- Generated with build number 2025051600. --><meta name="wh-path2root" content="../../../"/><meta name="wh-toc-id" content="cir_interface_design_luban_lite-d3752e5900"/><meta name="wh-source-relpath" content="topics/sdk/cir/cir_interface_lite.dita"/><meta name="wh-out-relpath" content="topics/sdk/cir/cir_interface_lite.html"/>
2025-01-23 16:37:00 +08:00
2025-04-23 17:54:31 +08:00
<link rel="stylesheet" type="text/css" href="../../../webhelp/app/commons.css?buildId=2024041900"/>
<link rel="stylesheet" type="text/css" href="../../../webhelp/app/topic.css?buildId=2024041900"/>
2025-01-23 16:37:00 +08:00
2025-07-22 11:15:46 +08:00
<script src="../../../webhelp/app/options/properties.js?buildId=20250519091401"></script>
2025-04-23 17:54:31 +08:00
<script src="../../../webhelp/app/localization/strings.js?buildId=2024041900"></script>
2025-07-22 11:15:46 +08:00
<script src="../../../webhelp/app/search/index/keywords.js?buildId=20250519091401"></script>
2025-04-23 17:54:31 +08:00
<script defer="defer" src="../../../webhelp/app/commons.js?buildId=2024041900"></script>
<script defer="defer" src="../../../webhelp/app/topic.js?buildId=2024041900"></script>
<link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/aic-styles-web-internal.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/notes.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/aic-common.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/aic-images.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/footnote.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/aic-highlight-changes.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/search-in-header.css?buildId=2024041900"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/css/topic-body-list.css?buildId=2024041900"/></head>
2025-01-23 16:37:00 +08:00
<body id="cir_interface_design_luban_lite" class="wh_topic_page frmBody">
<a href="#wh_topic_body" class="sr-only sr-only-focusable">
跳转到主要内容
</a>
<header class="navbar navbar-default wh_header">
<div class="container-fluid">
2025-04-23 17:54:31 +08:00
<div xmlns:whc="http://www.oxygenxml.com/webhelp/components" class="wh_header_flex_container navbar-nav navbar-expand-md navbar-dark">
2025-01-23 16:37:00 +08:00
<div class="wh_logo_and_publication_title_container">
<div class="wh_logo_and_publication_title">
2025-04-23 17:54:31 +08:00
<a href="https://www.artinchip.com" class=" wh_logo d-none d-sm-block "><img src="../../../company-logo.png" alt=" RTOS SDK 使用指南 SDK 指南文件 "/></a>
<div class=" wh_publication_title "><a href="../../../index.html"><span class="booktitle"> <span class="ph mainbooktitle">RTOS SDK 使用指南</span> <span class="ph booktitlealt">SDK 指南文件</span> </span></a></div>
2025-01-23 16:37:00 +08:00
</div>
</div>
<div class="wh_top_menu_and_indexterms_link collapse navbar-collapse" id="wh_top_menu_and_indexterms_link">
</div>
<div class=" wh_search_input navbar-form wh_topic_page_search search " role="form">
<form id="searchForm" method="get" role="search" action="../../../search.html"><div><input type="search" placeholder="搜索 " class="wh_search_textfield" id="textToSearch" name="searchQuery" aria-label="搜索查询" required="required"/><button type="submit" class="wh_search_button" aria-label="搜索"><span class="search_input_text">搜索</span></button></div></form>
2025-04-23 17:54:31 +08:00
</div></div>
</div>
</header>
2025-01-23 16:37:00 +08:00
<div class="container-fluid" id="wh_topic_container">
<div class="row">
<nav class="wh_tools d-print-none navbar-expand-md" aria-label="Tools">
2025-04-23 17:54:31 +08:00
<div data-tooltip-position="bottom" class=" wh_breadcrumb "><ol class="d-print-none"><li><span class="home"><a href="../../../index.html"><span>主页</span></a></span></li><li><div class="topicref" data-id="id"><div class="title"><a href="../../../topics/sdk/chapter-advanced-app.html">高级应用</a><div class="wh-tooltip"><p class="shortdesc">系统、存储、多媒体、接口、安全等模块的详细配置和设计说明。</p></div></div></div></li><li><div class="topicref" data-id="concept_nww_hzh_pzb"><div class="title"><a href="../../../topics/chapter-title/chapter-interface-sdk.html">接口</a><div class="wh-tooltip"><p class="shortdesc">CAN<span class="ph">、CAP</span>、CIR、GPAI、GPIO、I2C、PSADC、PWM 等接口模块的介绍和使用说明。</p></div></div></div></li><li><div class="topicref" data-id="cir"><div class="title"><a href="../../../topics/sdk/cir/cir_user_guide.html">CIR 使用指南</a></div></div></li><li><div class="topicref" data-id="cir_design_intro"><div class="title"><a href="../../../topics/sdk/cir/cir_design.html">设计说明</a></div></div></li><li class="active"><div class="topicref" data-id="cir_interface_design_luban_lite"><div class="title"><a href="../../../topics/sdk/cir/cir_interface_lite.html">接口设计</a></div></div></li></ol></div>
2025-01-23 16:37:00 +08:00
<div class="wh_right_tools">
<button class="wh_hide_highlight" aria-label="切换搜索突出显示" title="切换搜索突出显示"></button>
<button class="webhelp_expand_collapse_sections" data-next-state="collapsed" aria-label="折叠截面" title="折叠截面"></button>
<div class=" wh_navigation_links "><span id="topic_navigation_links" class="navheader">
2025-04-23 17:54:31 +08:00
<span class="navprev"><a class="- topic/link link" href="../../../topics/sdk/cir/cir_data_struct.html" title="数据结构设计" aria-label="上一主题: 数据结构设计" rel="prev"></a></span>
<span class="navnext"><a class="- topic/link link" href="../../../topics/sdk/cir/cir_faq.html" title="常见问题" aria-label="下一主题: 常见问题" rel="next"></a></span> </span></div>
2025-01-23 16:37:00 +08:00
<div class=" wh_print_link print d-none d-md-inline-block "><button onClick="window.print()" title="打印此页" aria-label="打印此页"></button></div>
<button type="button" id="wh_toc_button" class="custom-toggler navbar-toggler collapsed wh_toggle_button navbar-light" aria-expanded="false" aria-label="Toggle publishing table of content" aria-controls="wh_publication_toc">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
</div>
<div class="wh_content_area">
<div class="row">
<nav id="wh_publication_toc" class="col-lg-3 col-md-3 col-sm-12 d-md-block d-none d-print-none" aria-label="Table of Contents Container">
<div id="wh_publication_toc_content">
2025-07-22 11:15:46 +08:00
<div class=" wh_publication_toc " data-tooltip-position="right"><span class="expand-button-action-labels"><span id="button-expand-action" role="button" aria-label="Expand"></span><span id="button-collapse-action" role="button" aria-label="Collapse"></span><span id="button-pending-action" role="button" aria-label="Pending"></span></span><ul role="tree" aria-label="Table of Contents"><li role="treeitem"><div data-tocid="revinfo_linux-d3752e463" class="topicref" data-id="revinfo_linux" data-state="leaf"><span role="button" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/revinfo/revinfo_rtos.html" id="revinfo_linux-d3752e463-link">修订记录</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e480" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e480-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/env/sdk-compile.html" id="id-d3752e480-link">SDK 编译</a><div class="wh-tooltip"><p class="shortdesc">介绍不同编译环境下 SDK 的详细编译流程。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e604" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e604-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/advanced/sdk-usage.html" id="id-d3752e604-link">使用指南</a><div class="wh-tooltip"><p class="shortdesc">命令详解,编译选项,镜像和分区配置,添加应用和驱动等的详细使用说明。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="concept_rcx_czh_pzb-d3752e1004" class="topicref" data-id="concept_rcx_czh_pzb" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action concept_rcx_czh_pzb-d3752e1004-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/chapter-app.html" id="concept_rcx_czh_pzb-d3752e1004-link">应用场景</a><div class="wh-tooltip"><p class="shortdesc">描述了 SDK 在不同应用场景中的配置和使用包括系统更新、OTA、安全方案等。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e1848" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e1848-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/peripheral/peripheral-intro.html" id="id-d3752e1848-link">外设移植</a><div class="wh-tooltip"><p class="shortdesc"><span class="ph">CTP、U 盘、SD 卡、有线和无线网络</span>等外设的介绍和使用说明。</p></div></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3752e2022" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3752e2022-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/bringup/chapter-bringup.html" id="id-d3752e2022-link">BringUp</a><div class="wh-tooltip"><p class="shortdesc">主要描述板卡的各项配置,使 SDK 的环境和板卡匹配,并确保 SDK 编译后的固件能够在板子上正常运行。</p></div></div></div></li><li role="treeitem" aria-expanded="true"><div data-tocid="id-d3752e2418" class="topicref" data-id="id" data-state="expanded"><span role="button" tabindex="0" aria-labelledby="button-collapse-action id-d3752e2418-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/chapter-advanced-app.html" id="id-d3752e2418-link">高级应用</a><div class="wh-tooltip"><p class="shortdesc">系统、存储、多媒体、接口、安全等模块的详细配置和设计说明。</p></div></div></div><ul role="group" class="navbar-nav nav-list"><li role="treeitem" aria-expanded="false"><div data-tocid="_0-d3752e2435" class
2025-01-23 16:37:00 +08:00
</div>
</nav>
<div class="col-lg-7 col-md-9 col-sm-12" id="wh_topic_body">
<button id="wh_close_publication_toc_button" class="close-toc-button d-none" aria-label="Toggle publishing table of content" aria-controls="wh_publication_toc" aria-expanded="true">
<span class="close-toc-icon-container">
<span class="close-toc-icon"></span>
</span>
</button>
<button id="wh_close_topic_toc_button" class="close-toc-button d-none" aria-label="Toggle topic table of content" aria-controls="wh_topic_toc" aria-expanded="true">
<span class="close-toc-icon-container">
<span class="close-toc-icon"></span>
</span>
</button>
2025-04-23 17:54:31 +08:00
<div class=" wh_topic_content body "><main role="main"><article class="- topic/topic concept/concept topic concept" role="article" aria-labelledby="ariaid-title1">
<span class="edit-link" style="font-size:12px; opacity:0.6; text-align:right; vertical-align:middle"><a target="_blank" href="http://aicdocco/taskstopics/sdk/cir/cir_interface_lite.dita">Edit online</a></span><h1 class="- topic/title title topictitle1" id="ariaid-title1">接口设计</h1>
2025-07-22 11:15:46 +08:00
<div class="date inPage">16 May 2025</div><div style="color: gray;">
2025-04-23 17:54:31 +08:00
Read time: 2 minute(s)
</div>
<div class="- topic/body concept/conbody body conbody">
<section class="- topic/section section" id="cir_interface_design_luban_lite__section_i5q_kvk_g1c" data-ofbid="cir_interface_design_luban_lite__section_i5q_kvk_g1c"><h2 class="- topic/title title sectiontitle">Driver 层接口设计</h2>
2025-01-23 16:37:00 +08:00
2025-04-23 17:54:31 +08:00
<div class="table-container"><table class="- topic/table table frame-all" id="cir_interface_design_luban_lite__table_x2k_tzh_fdc" data-ofbid="cir_interface_design_luban_lite__table_x2k_tzh_fdc" data-cols="2"><caption class="- topic/title title tablecap" data-caption-side="top" data-is-repeated="true"><span class="table--title-label"><span class="table--title-label-number"> 1</span><span class="table--title-label-punctuation">. </span></span><span class="table--title">drv_cir_init</span></caption><colgroup><col style="width:16.666666666666664%"/><col style="width:83.33333333333334%"/></colgroup><thead class="- topic/thead thead">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<th class="- topic/entry entry colsep-1 rowsep-1" id="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e57__20250519091524">函数原型</p></th>
<th class="- topic/entry entry colsep-0 rowsep-1" id="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e61__20250519091524">rt_err_t drv_cir_init(rt_device_t pdev)</p></th>
2025-04-23 17:54:31 +08:00
</tr>
</thead><tbody class="- topic/tbody tbody">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e71__20250519091524">功能说明</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e75__20250519091524">CIR 模块初始化</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e82__20250519091524">参数定义</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e86__20250519091524">pdev: 指向 CIR 设备的指针</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e93__20250519091524">返回值</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e97__20250519091524">执行成功返回 RT_EOK</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-0" headers="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e104__20250519091524">注意事项</p></td>
<td class="- topic/entry entry colsep-0 rowsep-0" headers="cir_interface_design_luban_lite__table_x2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e108__20250519091524">-</p></td>
2025-04-23 17:54:31 +08:00
</tr>
</tbody></table></div>
<div class="table-container"><table class="- topic/table table frame-all" id="cir_interface_design_luban_lite__table_y2k_tzh_fdc" data-ofbid="cir_interface_design_luban_lite__table_y2k_tzh_fdc" data-cols="2"><caption class="- topic/title title tablecap" data-caption-side="top" data-is-repeated="true"><span class="table--title-label"><span class="table--title-label-number"> 2</span><span class="table--title-label-punctuation">. </span></span><span class="table--title">drv_cir_open</span></caption><colgroup><col style="width:16.666666666666664%"/><col style="width:83.33333333333334%"/></colgroup><thead class="- topic/thead thead">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<th class="- topic/entry entry colsep-1 rowsep-1" id="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e131__20250519091524">函数原型</p></th>
<th class="- topic/entry entry colsep-0 rowsep-1" id="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e135__20250519091524">rt_err_t drv_cir_open(rt_device_t pdev, rt_uint16_t
2025-04-23 17:54:31 +08:00
oflag)</p></th>
</tr>
</thead><tbody class="- topic/tbody tbody">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e145__20250519091524">功能说明</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e149__20250519091524">打开红外模块</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e156__20250519091524">参数定义</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e160__20250519091524">
2025-01-23 16:37:00 +08:00
<div class="- topic/div div">
<div class="- topic/div div">pdev: 指向 CIR 设备的指针</div>
<div class="- topic/div div">oflag: 打开设备时设置的标志</div>
</div>
2025-04-23 17:54:31 +08:00
</p></td>
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e176__20250519091524">返回值</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e180__20250519091524">执行成功返回 RT_EOK否则返回-RT_EINVAL</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-0" headers="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e187__20250519091524">注意事项</p></td>
<td class="- topic/entry entry colsep-0 rowsep-0" headers="cir_interface_design_luban_lite__table_y2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e191__20250519091524">
2025-01-23 16:37:00 +08:00
<div class="- topic/div div">
<div class="- topic/div div"> oflag 可设置的值:</div>
<div class="- topic/div div">RT_DEVICE_FLAG_WRONLY</div>
<div class="- topic/div div">RT_DEVICE_FLAG_RDONLY</div>
<div class="- topic/div div">RT_DEVICE_FLAG_RDWR</div>
<div class="- topic/div div">RT_DEVICE_FLAG_INT_RX</div>
<div class="- topic/div div"> 设置 RT_DEVICE_FLAG_RDONLY 时,必须同时设置
RT_DEVICE_FLAG_INT_RX</div>
</div>
2025-04-23 17:54:31 +08:00
</p></td>
</tr>
</tbody></table></div>
<div class="table-container"><table class="- topic/table table frame-all" id="cir_interface_design_luban_lite__table_z2k_tzh_fdc" data-ofbid="cir_interface_design_luban_lite__table_z2k_tzh_fdc" data-cols="2"><caption class="- topic/title title tablecap" data-caption-side="top" data-is-repeated="true"><span class="table--title-label"><span class="table--title-label-number"> 3</span><span class="table--title-label-punctuation">. </span></span><span class="table--title">drv_cir_close</span></caption><colgroup><col style="width:16.666666666666664%"/><col style="width:83.33333333333334%"/></colgroup><thead class="- topic/thead thead">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<th class="- topic/entry entry colsep-1 rowsep-1" id="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e236__20250519091524">函数原型</p></th>
<th class="- topic/entry entry colsep-0 rowsep-1" id="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e240__20250519091524">rt_err_t drv_cir_close(rt_device_t pdev)</p></th>
2025-04-23 17:54:31 +08:00
</tr>
</thead><tbody class="- topic/tbody tbody">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e250__20250519091524">功能说明</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e254__20250519091524">关闭红外模块</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e261__20250519091524">参数定义</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e265__20250519091524">
2025-01-23 16:37:00 +08:00
<div class="- topic/div div">
<div class="- topic/div div">pdev: 指向 CIR 设备的指针</div>
</div>
2025-04-23 17:54:31 +08:00
</p></td>
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e278__20250519091524">返回值</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e282__20250519091524">执行成功返回 RT_EOK</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-0" headers="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e289__20250519091524">注意事项</p></td>
<td class="- topic/entry entry colsep-0 rowsep-0" headers="cir_interface_design_luban_lite__table_z2k_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e293__20250519091524">-</p></td>
2025-04-23 17:54:31 +08:00
</tr>
</tbody></table></div>
<div class="table-container"><table class="- topic/table table frame-all" id="cir_interface_design_luban_lite__table_afk_tzh_fdc" data-ofbid="cir_interface_design_luban_lite__table_afk_tzh_fdc" data-cols="2"><caption class="- topic/title title tablecap" data-caption-side="top" data-is-repeated="true"><span class="table--title-label"><span class="table--title-label-number"> 4</span><span class="table--title-label-punctuation">. </span></span><span class="table--title">drv_cir_read</span></caption><colgroup><col style="width:16.666666666666664%"/><col style="width:83.33333333333334%"/></colgroup><thead class="- topic/thead thead">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<th class="- topic/entry entry colsep-1 rowsep-1" id="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e316__20250519091524">函数原型</p></th>
<th class="- topic/entry entry colsep-0 rowsep-1" id="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e320__20250519091524">rt_size_t drv_cir_read(rt_device_t pdev, rt_off_t pos, void
2025-04-23 17:54:31 +08:00
*buffer, rt_size_t size)</p></th>
</tr>
</thead><tbody class="- topic/tbody tbody">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e330__20250519091524">功能说明</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e334__20250519091524">读取 CIR 接收到的红外信号</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e341__20250519091524">参数定义</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e345__20250519091524">
2025-01-23 16:37:00 +08:00
<div class="- topic/div div">
<div class="- topic/div div">pdev: 指向 CIR 设备的指针</div>
<div class="- topic/div div">buffer: 指向接收数据的指针</div>
<div class="- topic/div div">size: 读取的数据字节数</div>
</div>
2025-04-23 17:54:31 +08:00
</p></td>
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e364__20250519091524">返回值</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e368__20250519091524">执行成功返回 0</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-0" headers="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e375__20250519091524">注意事项</p></td>
<td class="- topic/entry entry colsep-0 rowsep-0" headers="cir_interface_design_luban_lite__table_afk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e379__20250519091524">-</p></td>
2025-04-23 17:54:31 +08:00
</tr>
</tbody></table></div>
2025-01-23 16:37:00 +08:00
2025-04-23 17:54:31 +08:00
</section>
<section class="- topic/section section" id="cir_interface_design_luban_lite__section_zcn_fvk_g1c" data-ofbid="cir_interface_design_luban_lite__section_zcn_fvk_g1c"><h2 class="- topic/title title sectiontitle">HAL 层接口设计</h2>
2025-01-23 16:37:00 +08:00
2025-04-23 17:54:31 +08:00
<div class="table-container"><table class="- topic/table table frame-all" id="cir_interface_design_luban_lite__table_bfk_tzh_fdc" data-ofbid="cir_interface_design_luban_lite__table_bfk_tzh_fdc" data-cols="2"><caption class="- topic/title title tablecap" data-caption-side="top" data-is-repeated="true"><span class="table--title-label"><span class="table--title-label-number"> 5</span><span class="table--title-label-punctuation">. </span></span><span class="table--title">hal_cir_set_tx_carrier</span></caption><colgroup><col style="width:16.666666666666664%"/><col style="width:83.33333333333334%"/></colgroup><thead class="- topic/thead thead">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<th class="- topic/entry entry colsep-1 rowsep-1" id="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e408__20250519091524">函数原型</p></th>
<th class="- topic/entry entry colsep-0 rowsep-1" id="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e412__20250519091524">int hal_cir_set_tx_carrier(aic_cir_ctrl_t * aic_cir_ctrl, uint8_t
2025-04-23 17:54:31 +08:00
protocol, uint32_t tx_duty);</p></th>
</tr>
</thead><tbody class="- topic/tbody tbody">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e422__20250519091524">功能说明</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e426__20250519091524">设置 CIR 的发送载波参数</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e433__20250519091524">参数定义</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e437__20250519091524">
2025-01-23 16:37:00 +08:00
<div class="- topic/div div">
<div class="- topic/div div">aic_cir_ctrl: 指向 aic_cir_ctrl_t 的指针</div>
<div class="- topic/div div">protocol: 使用的 CIR 协议</div>
<div class="- topic/div div">tx_duty: 协议的占空比</div>
</div>
2025-04-23 17:54:31 +08:00
</p></td>
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e456__20250519091524">返回值</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e460__20250519091524">执行成功返回 0</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-0" headers="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e467__20250519091524">注意事项</p></td>
<td class="- topic/entry entry colsep-0 rowsep-0" headers="cir_interface_design_luban_lite__table_bfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e471__20250519091524">
2025-01-23 16:37:00 +08:00
<div class="- topic/div div">
<div class="- topic/div div">protocol 取值: NEC, 0; RC5, 1</div>
<div class="- topic/div div">tx_duty: 若占空比为 33%,则 tx_duty 设置为 33</div>
</div>
2025-04-23 17:54:31 +08:00
</p></td>
</tr>
</tbody></table></div>
<div class="table-container"><table class="- topic/table table frame-all" id="cir_interface_design_luban_lite__table_cfk_tzh_fdc" data-ofbid="cir_interface_design_luban_lite__table_cfk_tzh_fdc" data-cols="2"><caption class="- topic/title title tablecap" data-caption-side="top" data-is-repeated="true"><span class="table--title-label"><span class="table--title-label-number"> 6</span><span class="table--title-label-punctuation">. </span></span><span class="table--title">hal_cir_send_data</span></caption><colgroup><col style="width:16.666666666666664%"/><col style="width:83.33333333333334%"/></colgroup><thead class="- topic/thead thead">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<th class="- topic/entry entry colsep-1 rowsep-1" id="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e503__20250519091524">函数原型</p></th>
<th class="- topic/entry entry colsep-0 rowsep-1" id="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e507__20250519091524">void hal_cir_send_data(aic_cir_ctrl_t * aic_cir_ctrl, uint8_t *
2025-04-23 17:54:31 +08:00
tx_data, uint32_t size);</p></th>
</tr>
</thead><tbody class="- topic/tbody tbody">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e517__20250519091524">功能说明</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e521__20250519091524">CIR 发送数据</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e528__20250519091524">参数定义</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e532__20250519091524">
2025-01-23 16:37:00 +08:00
<div class="- topic/div div">
<div class="- topic/div div">aic_cir_ctrl: 指向 aic_cir_ctrl_t 的指针</div>
<div class="- topic/div div">tx_data: 指向要发送的数据指针</div>
<div class="- topic/div div">size: 发送的数据字节数</div>
</div>
2025-04-23 17:54:31 +08:00
</p></td>
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e551__20250519091524">返回值</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e555__20250519091524">执行成功返回 0</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-0" headers="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e562__20250519091524">注意事项</p></td>
<td class="- topic/entry entry colsep-0 rowsep-0" headers="cir_interface_design_luban_lite__table_cfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e566__20250519091524">- </p></td>
2025-04-23 17:54:31 +08:00
</tr>
</tbody></table></div>
<div class="table-container"><table class="- topic/table table frame-all" id="cir_interface_design_luban_lite__table_dfk_tzh_fdc" data-ofbid="cir_interface_design_luban_lite__table_dfk_tzh_fdc" data-cols="2"><caption class="- topic/title title tablecap" data-caption-side="top" data-is-repeated="true"><span class="table--title-label"><span class="table--title-label-number"> 7</span><span class="table--title-label-punctuation">. </span></span><span class="table--title">hal_cir_set_rx_sample_clock</span></caption><colgroup><col style="width:16.666666666666664%"/><col style="width:83.33333333333334%"/></colgroup><thead class="- topic/thead thead">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<th class="- topic/entry entry colsep-1 rowsep-1" id="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e589__20250519091524">函数原型</p></th>
<th class="- topic/entry entry colsep-0 rowsep-1" id="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e593__20250519091524">void hal_cir_set_rx_sample_clock(aic_cir_ctrl_t * aic_cir_ctrl,
2025-04-23 17:54:31 +08:00
uint8_t protocol);</p></th>
</tr>
</thead><tbody class="- topic/tbody tbody">
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e603__20250519091524">功能说明</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e607__20250519091524">设置 CIR 接收采样时钟</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e614__20250519091524">参数定义</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e618__20250519091524">
2025-01-23 16:37:00 +08:00
<div class="- topic/div div">
<div class="- topic/div div">aic_cir_ctrl: 指向 aic_cir_ctrl_t 的指针</div>
<div class="- topic/div div">protocol: 使用的 CIR 协议</div>
</div>
2025-04-23 17:54:31 +08:00
</p></td>
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-1" headers="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e634__20250519091524">返回值</p></td>
<td class="- topic/entry entry colsep-0 rowsep-1" headers="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e638__20250519091524">执行成功返回 0</p></td>
2025-04-23 17:54:31 +08:00
</tr>
<tr class="- topic/row">
2025-07-22 11:15:46 +08:00
<td class="- topic/entry entry colsep-1 rowsep-0" headers="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__1"><p class="- topic/p p" data-ofbid="d177432e645__20250519091524">注意事项</p></td>
<td class="- topic/entry entry colsep-0 rowsep-0" headers="cir_interface_design_luban_lite__table_dfk_tzh_fdc__entry__2"><p class="- topic/p p" data-ofbid="d177432e649__20250519091524">-</p></td>
2025-04-23 17:54:31 +08:00
</tr>
</tbody></table></div>
2025-01-23 16:37:00 +08:00
2025-04-23 17:54:31 +08:00
</section>
</div>
</article></main></div>
2025-01-23 16:37:00 +08:00
</div>
<nav role="navigation" id="wh_topic_toc" aria-label="On this page" class="col-lg-2 d-none d-lg-block navbar d-print-none">
<div id="wh_topic_toc_content">
<div class=" wh_topic_toc "><div class="wh_topic_label">在本页上</div><ul><li class="section-item"><div class="section-title"><a href="#cir_interface_design_luban_lite__section_i5q_kvk_g1c" data-tocid="cir_interface_design_luban_lite__section_i5q_kvk_g1c">Driver 层接口设计</a></div></li><li class="section-item"><div class="section-title"><a href="#cir_interface_design_luban_lite__section_zcn_fvk_g1c" data-tocid="cir_interface_design_luban_lite__section_zcn_fvk_g1c">HAL 层接口设计</a></div></li></ul></div>
</div>
</nav>
</div>
</div>
</div>
<footer class="navbar navbar-default wh_footer">
<div class=" footer-container mx-auto ">
<title>footer def</title>
2025-04-23 17:54:31 +08:00
<style>
2025-01-23 16:37:00 +08:00
.p1 {
font-family: FangZhengShuSong, Times, serif;
}
.p2 {
font-family: Arial, Helvetica, sans-serif;
}
.p3 {
font-family: "Lucida Console", "Courier New", monospace;
}
2025-04-23 17:54:31 +08:00
</style>
2025-01-23 16:37:00 +08:00
<div class="webhelp.fragment.footer">
2025-04-23 17:54:31 +08:00
<p class="p1">Copyright © 2019-2025 广东匠芯创科技有限公司. All rights reserved.</p>
</div>
<div>
2025-01-23 16:37:00 +08:00
<div class="generation_time">
2025-07-22 11:15:46 +08:00
Update Time: 2025-05-19
2025-01-23 16:37:00 +08:00
</div>
2025-04-23 17:54:31 +08:00
</div>
2025-01-23 16:37:00 +08:00
</div>
</footer>
<div id="go2top" class="d-print-none">
<span class="oxy-icon oxy-icon-up"></span>
</div>
<div id="modal_img_large" class="modal">
<span class="close oxy-icon oxy-icon-remove"></span>
<div id="modal_img_container"></div>
<div id="caption"></div>
</div>
<script src="${pd}/publishing/publishing-styles-AIC-template/js/custom.js" defer="defer"></script>
</body>
</html>