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">
|
|
|
|
|
|
<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="源码说明 CMU 相关 .c 和 .h 文件分别位于 luban-lite\bsp\artinchip\hal\cmu 和 luban-lite\bsp\artinchip\include\hal 目录。主要源文件说明如下: 文件 说明 aic_clk_id.h 时钟 ID 以及 寄存器设置 aic_hal_clk.h hal 层 clk api 的头文件 aic_hal_clk.c hal 层 ..."/><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="topic"/><meta name="DC.relation" content="../../../topics/sdk/cmu/cmu-introduction.html"/><meta name="DC.relation" content="../../../topics/sdk/cmu/cmu-test-guide.html"/><meta name="DC.relation" content="../../../topics/sdk/cmu/cmu-key-procedures.html"/><meta name="DC.relation" content="../../../topics/sdk/cmu/cmu-key-procedures.html"/><meta name="DC.relation" content="../../../topics/sdk/cmu/cmu-data-structure-design.html"/><meta name="DC.relation" content="../../../topics/sdk/cmu/cmu-interface-design-2.html"/><meta name="DC.contributor" content="yan.wang"/><meta name="DC.contributor" content="yan.wang"/><meta name="DC.date.modified" content="2025-04-09"/><meta name="DC.format" content="HTML5"/><meta name="DC.identifier" content="id"/><meta name="DC.language" content="zh-CN"/><title>设计说明</title><meta name="wh-path2root" content="../../../"/><meta name="wh-toc-id" content="id-d3703e2812"/><meta name="wh-source-relpath" content="topics/sdk/cmu/cmu-design-guide-lite.dita"/><meta name="wh-out-relpath" content="topics/sdk/cmu/cmu-design-guide-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-04-23 17:54:31 +08:00
|
|
|
|
<script src="../../../webhelp/app/options/properties.js?buildId=20250409170918"></script>
|
|
|
|
|
|
<script src="../../../webhelp/app/localization/strings.js?buildId=2024041900"></script>
|
|
|
|
|
|
<script src="../../../webhelp/app/search/index/keywords.js?buildId=20250409170918"></script>
|
|
|
|
|
|
<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="id" 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="chapter-system"><div class="title"><a href="../../../topics/chapter-title/chapter-system.html">系统</a><div class="wh-tooltip"><p class="shortdesc"></p></div></div></div></li><li><div class="topicref" data-id="cmu"><div class="title"><a href="../../../topics/sdk/cmu/cmu-introduction.html">CMU 使用指南</a></div></div></li><li class="active"><div class="topicref" data-id="id"><div class="title"><a href="../../../topics/sdk/cmu/cmu-design-guide-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/cmu/cmu-test-guide.html" title="测试指南" aria-label="上一主题: 测试指南" rel="prev"></a></span>
|
|
|
|
|
|
<span class="navnext"><a class="- topic/link link" href="../../../topics/sdk/cmu/cmu-key-procedures.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-04-23 17:54:31 +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-d3703e457" 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-d3703e457-link">修订记录</a></div></div></li><li role="treeitem" aria-expanded="false"><div data-tocid="id-d3703e479" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3703e479-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/env/sdk-compile.html" id="id-d3703e479-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-d3703e601" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3703e601-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/advanced/sdk-usage.html" id="id-d3703e601-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-d3703e1001" 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-d3703e1001-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/chapter-app.html" id="concept_rcx_czh_pzb-d3703e1001-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-d3703e1841" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3703e1841-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/peripheral/peripheral-intro.html" id="id-d3703e1841-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-d3703e2015" class="topicref" data-id="id" data-state="not-ready"><span role="button" tabindex="0" aria-labelledby="button-expand-action id-d3703e2015-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/bringup/chapter-bringup.html" id="id-d3703e2015-link">BringUp</a><div class="wh-tooltip"><p class="shortdesc">在硬件上电后快速初始化系统,为操作系统的启动准备好必要的硬件环境。</p></div></div></div></li><li role="treeitem" aria-expanded="true"><div data-tocid="id-d3703e2355" class="topicref" data-id="id" data-state="expanded"><span role="button" tabindex="0" aria-labelledby="button-collapse-action id-d3703e2355-link" class="wh-expand-btn"></span><div class="title"><a href="../../../topics/sdk/chapter-advanced-app.html" id="id-d3703e2355-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-d3703e2372" class="topicref" data-id="_0" data-state="
|
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 topic" 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/cmu/cmu-design-guide-lite.dita">Edit online</a></span><h1 class="- topic/title title topictitle1" id="ariaid-title1">设计说明</h1>
|
|
|
|
|
|
<div class="date inPage">9 Apr 2025</div><div style="color: gray;">
|
|
|
|
|
|
Read time: 2 minute(s)
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="- topic/body body">
|
|
|
|
|
|
<section class="- topic/section section" id="id__section_ul3_k44_mdc" data-ofbid="id__section_ul3_k44_mdc"><h2 class="- topic/title title sectiontitle">源码说明</h2>
|
2025-01-23 16:37:00 +08:00
|
|
|
|
|
2025-04-23 17:54:31 +08:00
|
|
|
|
<div class="- topic/p p" data-ofbid="d196147e33__20250409171053">CMU 相关 <span class="+ topic/ph sw-d/filepath ph filepath">.c</span> 和 <span class="+ topic/ph sw-d/filepath ph filepath">.h</span> 文件分别位于
|
2025-01-23 16:37:00 +08:00
|
|
|
|
<span class="+ topic/ph sw-d/filepath ph filepath">luban-lite\bsp\artinchip\hal\cmu</span> 和
|
2025-04-23 17:54:31 +08:00
|
|
|
|
<span class="+ topic/ph sw-d/filepath ph filepath">luban-lite\bsp\artinchip\include\hal</span> 目录。主要源文件说明如下:<div class="table-container"><table class="- topic/table table frame-all" id="id__table_kkq_yhd_bdc" data-ofbid="id__table_kkq_yhd_bdc" data-cols="2"><caption></caption><colgroup><col style="width:42.19409282700421%"/><col style="width:57.80590717299579%"/></colgroup><thead class="- topic/thead thead">
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<th class="- topic/entry entry colsep-1 rowsep-1" id="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e60__20250409171053">文件</p></th>
|
|
|
|
|
|
<th class="- topic/entry entry colsep-0 rowsep-1" id="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e64__20250409171053">说明</p></th>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</thead><tbody class="- topic/tbody tbody">
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e74__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_clk_id.h</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e79__20250409171053">时钟 ID 以及 寄存器设置</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e86__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_clk.h</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e91__20250409171053">hal 层 clk api 的头文件</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e98__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_clk.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e103__20250409171053">hal 层 clk api 的实现</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e110__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_reset.h</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e115__20250409171053">hal 层 reset api 的头文件</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e122__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_reset.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e127__20250409171053">hal 层 reset api 的实现</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e135__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_pll_clk.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e140__20250409171053">PLL 时钟的具体实现</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e147__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_fixed_rate_clk.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e152__20250409171053">固定频率时钟的具体实现</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e159__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_fixed_parent_clk.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e164__20250409171053">单个父时钟的时钟的具体实现</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e171__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_multi_parent_clk.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e176__20250409171053">多个父时钟的时钟的具体实现</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e183__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_disp_clk.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e188__20250409171053">DISP 时钟的具体实现</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e195__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_fpga_clk_def_v10.</span>c</p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e203__20250409171053">CMU V1.0 的 Clock 配置</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e211__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_fpga_clk_def_v11.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e216__20250409171053">CMU V1.1 的 Clock 配置</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e223__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_fpga_clk_def_v12.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e228__20250409171053">CMU V1.2 的 Clock 配置</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e235__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_reset_def_v10.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e240__20250409171053">CMU V1.0 的 Reset 配置</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e247__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_reset_def_v11.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e252__20250409171053">CMU V1.1 的 Reset 配置</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-0" headers="id__table_kkq_yhd_bdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e259__20250409171053"><span class="+ topic/ph sw-d/filepath ph filepath">aic_hal_reset_def_v12.c</span></p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-0" headers="id__table_kkq_yhd_bdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e264__20250409171053">CMU V1.2 的 Reset 配置 </p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</tbody></table></div></div>
|
|
|
|
|
|
</section>
|
|
|
|
|
|
<section xml:lang="zh-CN" lang="zh-CN" class="- topic/section section" id="id__id3" data-ofbid="id__id3"><h2 class="- topic/title title sectiontitle">Clock
|
2025-01-23 16:37:00 +08:00
|
|
|
|
和 Reset 类型</h2>
|
|
|
|
|
|
|
2025-04-23 17:54:31 +08:00
|
|
|
|
<figure class="- topic/fig fig fignone" data-ofbid="d196147e277__20250409171053">
|
|
|
|
|
|
<br/><div class="imagecenter"><img class="- topic/image image imagecenter" id="id__image_lkq_yhd_bdc" src="../../../images/cmu/cmu_sw_system.png" alt="sw_system10"/></div><br/>
|
|
|
|
|
|
</figure>
|
|
|
|
|
|
<div class="- topic/p p" data-ofbid="d196147e286__20250409171053">CMU
|
2025-01-23 16:37:00 +08:00
|
|
|
|
驱动的逻辑相对简单,目前只在
|
|
|
|
|
|
HAL 层提供了 Clock 和 Reset 的 API 接口。RTOS 驱动和 Baremetal 驱动都可以直接使用。
|
|
|
|
|
|
<div class="- topic/note note note note_note" id="id__note_ocn_5mx_bdc" data-ofbid="id__note_ocn_5mx_bdc"><span class="note__title">注:</span> 相对时钟树来说,仅终端模块才有 Reset 控制的需求。在下列时钟树中,仅 <span class="+ topic/keyword pr-d/parmname keyword parmname">fixed parent
|
|
|
|
|
|
clock</span> 同时拥有 Reset 功能。</div></div>
|
2025-04-23 17:54:31 +08:00
|
|
|
|
</section>
|
|
|
|
|
|
<section class="- topic/section section" id="id__section_itz_c44_mdc" data-ofbid="id__section_itz_c44_mdc"><h2 class="- topic/title title sectiontitle">时钟树</h2>
|
2025-01-23 16:37:00 +08:00
|
|
|
|
|
|
|
|
|
|
<div class="- topic/div div section">
|
2025-04-23 17:54:31 +08:00
|
|
|
|
<figure class="- topic/fig fig fignone" id="id__fig_rxf_3l4_mdc" data-ofbid="id__fig_rxf_3l4_mdc">
|
|
|
|
|
|
|
|
|
|
|
|
<br/><div class="imagecenter"><img class="- topic/image image imagecenter" id="id__image_sxf_3l4_mdc" src="../../../reusables/reused-topics/../../images/cmu/cmu_clock_structure_tree.png" alt="clock_tree"/></div><br/>
|
|
|
|
|
|
<figcaption data-caption-side="bottom" class="- topic/title title figcapcenter"><span class="figtitleprefix fig--title-label">图<span class="fig--title-label-number"> 1</span><span class="fig--title-label-punctuation">. </span></span><span class="fig--title">时钟树</span></figcaption></figure>
|
|
|
|
|
|
<div class="- topic/p p" id="id__p_five_type_clock" data-ofbid="id__p_five_type_clock">CMU 驱动将时钟树中的时钟分为五种类型,每种类型的时钟具有不同的特性和功能:<ul class="- topic/ul ul simple" id="id__ul_nkq_yhd_bdc" data-ofbid="id__ul_nkq_yhd_bdc">
|
|
|
|
|
|
<li class="- topic/li li" data-ofbid="d196147e318__20250409171053">
|
|
|
|
|
|
<p class="- topic/p p" data-ofbid="d196147e320__20250409171053"><span class="+ topic/keyword pr-d/parmname keyword parmname">Fixed rate
|
2025-01-23 16:37:00 +08:00
|
|
|
|
clock</span>:具有固定的输出频率,通常用于驱动一些不需要动态调整频率的外设。时钟频率固定,不能调节频率,不能打开或关闭。固定频率时钟包括
|
|
|
|
|
|
OSC24M、RC1M 和 OSC32K。</p>
|
2025-04-23 17:54:31 +08:00
|
|
|
|
</li>
|
|
|
|
|
|
<li class="- topic/li li" data-ofbid="d196147e326__20250409171053">
|
|
|
|
|
|
<p class="- topic/p p" data-ofbid="d196147e328__20250409171053"><span class="+ topic/keyword pr-d/parmname keyword parmname">Fixed parent module
|
2025-01-23 16:37:00 +08:00
|
|
|
|
clock</span>:从另一个时钟信号派生出来的时钟,其输出频率与父时钟信号的频率相同。该类型时钟可以实现只有一个父时钟源的时钟驱动,主要用于各个外设模块的时钟驱动。该类型时钟可以改变时钟频率,打开或关闭时钟,获取父时钟源参数,但不能设置或改变父时钟源。</p>
|
2025-04-23 17:54:31 +08:00
|
|
|
|
</li>
|
|
|
|
|
|
<li class="- topic/li li" data-ofbid="d196147e334__20250409171053">
|
|
|
|
|
|
<p class="- topic/p p" data-ofbid="d196147e336__20250409171053"><span class="+ topic/keyword pr-d/parmname keyword parmname">Multiple parent module
|
|
|
|
|
|
clock</span>:可以从多个父时钟源中选择其中一个作为其输入,并根据需要调整输出频率。
|
2025-01-23 16:37:00 +08:00
|
|
|
|
该类型时钟可以实现有多个父时钟源的时钟驱动,主要用于各种总线时钟驱动,可以打开或关闭时钟,调节频率,获取或改变父时钟源。</p>
|
2025-04-23 17:54:31 +08:00
|
|
|
|
</li>
|
|
|
|
|
|
<li class="- topic/li li" data-ofbid="d196147e342__20250409171053">
|
|
|
|
|
|
<p class="- topic/p p" data-ofbid="d196147e344__20250409171053"><span class="+ topic/keyword pr-d/parmname keyword parmname">Display module clock:</span>
|
2025-01-23 16:37:00 +08:00
|
|
|
|
实现了几个与显示模块相关的时钟驱动,除了自身的模块时钟外,显示模块还有一个像素时钟,相应的底层寄存器的设计也不同,所以显示相关的几个时钟重新设计了底层驱动。</p>
|
2025-04-23 17:54:31 +08:00
|
|
|
|
</li>
|
|
|
|
|
|
<li class="- topic/li li" data-ofbid="d196147e350__20250409171053">
|
|
|
|
|
|
<p class="- topic/p p" data-ofbid="d196147e352__20250409171053"><span class="+ topic/keyword pr-d/parmname keyword parmname">PLL clock</span>:实现了 CMU 的 PLL 时钟驱动。PLL 是一种能够产生高频时钟信号的电路。PLL
|
2025-01-23 16:37:00 +08:00
|
|
|
|
可以将一个低频率的参考时钟信号乘以一个整数倍的频率因子,从而得到一个高频率的时钟信号。</p>
|
2025-04-23 17:54:31 +08:00
|
|
|
|
</li>
|
|
|
|
|
|
</ul></div>
|
|
|
|
|
|
<div class="- topic/p p" data-ofbid="d196147e359__20250409171053">下列表格列出了各种时钟分类对应的时钟树:<div class="table-container"><table class="- topic/table table colwidths-given docutils align-default frame-all" id="id__table_txf_3l4_mdc" data-ofbid="id__table_txf_3l4_mdc" data-cols="2"><caption></caption><colgroup><col style="width:41.32231404958678%"/><col style="width:58.67768595041321%"/></colgroup><thead class="- topic/thead thead">
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<th class="- topic/entry entry colsep-1 rowsep-1" id="id__table_txf_3l4_mdc__entry__1"><p class="- topic/p p" data-ofbid="d196147e374__20250409171053">类型</p></th>
|
|
|
|
|
|
<th class="- topic/entry entry colsep-0 rowsep-1" id="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e378__20250409171053">时钟</p></th>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</thead><tbody class="- topic/tbody tbody">
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_txf_3l4_mdc__entry__1" rowspan="3"><p class="- topic/p p" data-ofbid="d196147e388__20250409171053">Fixed rate clock</p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e392__20250409171053">OSC24M</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e399__20250409171053">OSC32K</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e406__20250409171053">RC1M</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_txf_3l4_mdc__entry__1" rowspan="31"><p class="- topic/p p" data-ofbid="d196147e413__20250409171053">Fixed parent clock</p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e417__20250409171053">CLK_DMA</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e424__20250409171053">CLK_CE</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e432__20250409171053">CLK_USBD</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e439__20250409171053">CLK_USBH0-1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e446__20250409171053">CLK_USB_PHY0-1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e453__20250409171053">CLK_GMAC0-1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e460__20250409171053">CLK_SPI0-1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e467__20250409171053">CLK_SDMMC0-2</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e475__20250409171053">CLK_SYSCON</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e482__20250409171053">CLK_RTC</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e489__20250409171053">CLK_I2S0-1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e496__20250409171053">CLK_ADDA</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e503__20250409171053">CLK_DE</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e510__20250409171053">CLK_GE</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e518__20250409171053">CLK_VE</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e525__20250409171053">CLK_WDOG</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e532__20250409171053">CLK_SID</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e539__20250409171053">CLK_GTC</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e546__20250409171053">CLK_GPIO</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e553__20250409171053">CLK_UART0-7</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e561__20250409171053">CLK_I2C0-3</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e568__20250409171053">CLK_CAN0-1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e575__20250409171053">CLK_PWM</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e582__20250409171053">CLK_ADCIM</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e589__20250409171053">CLK_GPADC</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e596__20250409171053">CLK_RTP</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e604__20250409171053">CLK_TSEN</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e611__20250409171053">CLK_CIR</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e618__20250409171053">CLK_RGB</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e625__20250409171053">CLK_LVDS</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e632__20250409171053">CLK_MIPIDSI</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_txf_3l4_mdc__entry__1" rowspan="9"><p class="- topic/p p" data-ofbid="d196147e639__20250409171053">Multi parent clock</p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e643__20250409171053">CLK_CPU</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e651__20250409171053">CLK_AHB0</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e658__20250409171053">CLK_APB0</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e665__20250409171053">CLK_APB1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e672__20250409171053">CLK_AXI0</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e679__20250409171053">CLK_OUT0</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e686__20250409171053">CLK_OUT1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e694__20250409171053">CLK_OUT2</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e701__20250409171053">CLK_OUT3</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-1" headers="id__table_txf_3l4_mdc__entry__1" rowspan="5"><p class="- topic/p p" data-ofbid="d196147e708__20250409171053">PLL clock</p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e712__20250409171053">CLK_PLL_INT0</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e719__20250409171053">CLK_PLL_INT1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e726__20250409171053">CLK_PLL_FRA0</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e733__20250409171053">CLK_PLL_FRA1</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e741__20250409171053">CLK_PLL_FRA2</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-1 rowsep-0" headers="id__table_txf_3l4_mdc__entry__1" rowspan="2"><p class="- topic/p p" data-ofbid="d196147e748__20250409171053">Disp clock</p></td>
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-1" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e752__20250409171053">CLK_PIX</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr class="- topic/row">
|
|
|
|
|
|
<td class="- topic/entry entry colsep-0 rowsep-0" headers="id__table_txf_3l4_mdc__entry__2"><p class="- topic/p p" data-ofbid="d196147e759__20250409171053">CLK_SCLK</p></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</tbody></table></div></div>
|
2025-01-23 16:37:00 +08:00
|
|
|
|
</div>
|
2025-04-23 17:54:31 +08:00
|
|
|
|
</section></div>
|
|
|
|
|
|
</article></main></div>
|
2025-01-23 16:37:00 +08:00
|
|
|
|
|
2025-04-23 17:54:31 +08:00
|
|
|
|
<div class=" wh_child_links d-print-none "><nav aria-label="Child Links" role="navigation" class="- topic/related-links related-links"><ul class="ullinks"><li class="- topic/link link ulchildlink"><strong><a href="../../../topics/sdk/cmu/cmu-key-procedures.html">关键流程设计</a></strong></li><li class="- topic/link link ulchildlink"><strong><a href="../../../topics/sdk/cmu/cmu-data-structure-design.html">数据结构设计</a></strong></li><li class="- topic/link link ulchildlink"><strong><a href="../../../topics/sdk/cmu/cmu-interface-design-2.html">接口设计</a></strong></li></ul></nav></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="#id__section_ul3_k44_mdc" data-tocid="id__section_ul3_k44_mdc">源码说明</a></div></li><li class="section-item"><div class="section-title"><a href="#id__id3" data-tocid="id__id3">Clock
|
|
|
|
|
|
和 Reset 类型</a></div></li><li class="section-item"><div class="section-title"><a href="#id__section_itz_c44_mdc" data-tocid="id__section_itz_c44_mdc">时钟树</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-04-23 17:54:31 +08:00
|
|
|
|
Update Time: 2025-04-09
|
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>
|