Deploy code docs to GitHub Pages Travis build: 17

Commit: b9babcdde0
This commit is contained in:
Travis CI 2018-05-04 15:51:12 +00:00
parent 5be682b96f
commit 8790fed763
343 changed files with 5375 additions and 1125 deletions

Binary file not shown.

83
html/annotated.html Normal file
View File

@ -0,0 +1,83 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Arduino Hardware I2C for AVR MCUs (plain c): Data Structures</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Arduino Hardware I2C for AVR MCUs (plain c)
&#160;<span id="projectnumber">1.3</span>
</div>
<div id="projectbrief">Arduino Hardware I2C for AVR MCUs (plain c) documentation</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Data Structures</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcfg.html" target="_self">cfg</a></td><td class="desc">Ci2c slave parameters </td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcfg.html" target="_self">cfg</a></td><td class="desc">Ci2c bus parameters </td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structi2c.html" target="_self">i2c</a></td><td class="desc">Static ci2c bus config and control parameters </td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_struct_i2_c_slave.html" target="_self">StructI2CSlave</a></td><td class="desc">Ci2c slave config and control parameters </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>

View File

@ -9,6 +9,9 @@
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
@ -29,14 +32,32 @@
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">

View File

@ -9,6 +9,9 @@
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
@ -29,14 +32,32 @@
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
@ -58,7 +79,9 @@ $(function() {
Include dependency graph for ci2c.c:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c__incl.png" border="0" usemap="#src_2ci2c_8c" alt=""/></div>
<!-- MAP 0 -->
<map name="src_2ci2c_8c" id="src_2ci2c_8c">
<area shape="rect" id="node2" href="ci2c_8h.html" title="arduino i2c in plain c declarations " alt="" coords="118,80,175,107"/>
</map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
@ -447,13 +470,19 @@ Functions</h2></td></tr>
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a99283d800332d700deed19f5a37e61d8_cgraph.png" border="0" usemap="#ci2c_8c_a99283d800332d700deed19f5a37e61d8_cgraph" alt=""/></div>
<!-- MAP 1 -->
<map name="ci2c_8c_a99283d800332d700deed19f5a37e61d8_cgraph" id="ci2c_8c_a99283d800332d700deed19f5a37e61d8_cgraph">
<area shape="rect" id="node2" href="ci2c_8c.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="121,5,231,32"/>
<area shape="rect" id="node3" href="ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="281,5,359,32"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a99283d800332d700deed19f5a37e61d8_icgraph.png" border="0" usemap="#ci2c_8c_a99283d800332d700deed19f5a37e61d8_icgraph" alt=""/></div>
<!-- MAP 2 -->
<map name="ci2c_8c_a99283d800332d700deed19f5a37e61d8_icgraph" id="ci2c_8c_a99283d800332d700deed19f5a37e61d8_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="174,5,229,32"/>
<area shape="rect" id="node3" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="120,56,283,83"/>
</map>
</div>
</div>
@ -480,7 +509,9 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_ac370df06df51c68217eafcee96e5a3e0_icgraph.png" border="0" usemap="#ci2c_8c_ac370df06df51c68217eafcee96e5a3e0_icgraph" alt=""/></div>
<!-- MAP 3 -->
<map name="ci2c_8c_ac370df06df51c68217eafcee96e5a3e0_icgraph" id="ci2c_8c_ac370df06df51c68217eafcee96e5a3e0_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="149,5,312,32"/>
</map>
</div>
</div>
@ -513,7 +544,13 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a8d6d7eb118ea1505df039075a00c267b_icgraph.png" border="0" usemap="#ci2c_8c_a8d6d7eb118ea1505df039075a00c267b_icgraph" alt=""/></div>
<!-- MAP 4 -->
<map name="ci2c_8c_a8d6d7eb118ea1505df039075a00c267b_icgraph" id="ci2c_8c_a8d6d7eb118ea1505df039075a00c267b_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="123,5,247,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="127,56,243,83"/>
<area shape="rect" id="node5" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="132,107,239,133"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="297,31,351,57"/>
<area shape="rect" id="node6" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="301,107,347,133"/>
</map>
</div>
</div>
@ -571,7 +608,12 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_ad5e4a006f6cea5844a810fab30b40f87_icgraph.png" border="0" usemap="#ci2c_8c_ad5e4a006f6cea5844a810fab30b40f87_icgraph" alt=""/></div>
<!-- MAP 5 -->
<map name="ci2c_8c_ad5e4a006f6cea5844a810fab30b40f87_icgraph" id="ci2c_8c_ad5e4a006f6cea5844a810fab30b40f87_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="161,5,207,32"/>
<area shape="rect" id="node3" href="ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0" title="This inline is a wrapper to I2C_write in case of contigous operations. " alt="" coords="129,56,239,83"/>
<area shape="rect" id="node4" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="131,107,237,133"/>
<area shape="rect" id="node5" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="289,107,335,133"/>
</map>
</div>
</div>
@ -598,7 +640,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a2c25bc5fdf909b7d45d722970eb04d82_icgraph.png" border="0" usemap="#ci2c_8c_a2c25bc5fdf909b7d45d722970eb04d82_icgraph" alt=""/></div>
<!-- MAP 6 -->
<map name="ci2c_8c_a2c25bc5fdf909b7d45d722970eb04d82_icgraph" id="ci2c_8c_a2c25bc5fdf909b7d45d722970eb04d82_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="134,56,245,83"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="136,107,243,133"/>
<area shape="rect" id="node3" href="ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="293,5,360,32"/>
<area shape="rect" id="node5" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="408,56,571,83"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="462,5,517,32"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="303,107,350,133"/>
</map>
</div>
</div>
@ -631,7 +680,9 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_ad74e31ebd08a9ddef57f571783f37cc7_icgraph.png" border="0" usemap="#ci2c_8c_ad74e31ebd08a9ddef57f571783f37cc7_icgraph" alt=""/></div>
<!-- MAP 7 -->
<map name="ci2c_8c_ad74e31ebd08a9ddef57f571783f37cc7_icgraph" id="ci2c_8c_ad74e31ebd08a9ddef57f571783f37cc7_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="165,5,328,32"/>
</map>
</div>
</div>
@ -664,13 +715,19 @@ Here is the caller graph for this function:</div>
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a7c5b1857ae28ade8959a8a06f500ecde_cgraph.png" border="0" usemap="#ci2c_8c_a7c5b1857ae28ade8959a8a06f500ecde_cgraph" alt=""/></div>
<!-- MAP 8 -->
<map name="ci2c_8c_a7c5b1857ae28ade8959a8a06f500ecde_cgraph" id="ci2c_8c_a7c5b1857ae28ade8959a8a06f500ecde_cgraph">
<area shape="rect" id="node2" href="ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="166,5,245,32"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a7c5b1857ae28ade8959a8a06f500ecde_icgraph.png" border="0" usemap="#ci2c_8c_a7c5b1857ae28ade8959a8a06f500ecde_icgraph" alt=""/></div>
<!-- MAP 9 -->
<map name="ci2c_8c_a7c5b1857ae28ade8959a8a06f500ecde_icgraph" id="ci2c_8c_a7c5b1857ae28ade8959a8a06f500ecde_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="165,5,232,32"/>
<area shape="rect" id="node4" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="280,56,443,83"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="334,5,389,32"/>
</map>
</div>
</div>
@ -703,7 +760,9 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_acd209174a3b5ab213131a93633c19a38_icgraph.png" border="0" usemap="#ci2c_8c_acd209174a3b5ab213131a93633c19a38_icgraph" alt=""/></div>
<!-- MAP 10 -->
<map name="ci2c_8c_acd209174a3b5ab213131a93633c19a38_icgraph" id="ci2c_8c_acd209174a3b5ab213131a93633c19a38_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="173,5,336,32"/>
</map>
</div>
</div>
@ -754,13 +813,20 @@ Here is the caller graph for this function:</div>
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_af93c2e35e06edcea492607b628d5ae1f_cgraph.png" border="0" usemap="#ci2c_8c_af93c2e35e06edcea492607b628d5ae1f_cgraph" alt=""/></div>
<!-- MAP 11 -->
<map name="ci2c_8c_af93c2e35e06edcea492607b628d5ae1f_cgraph" id="ci2c_8c_af93c2e35e06edcea492607b628d5ae1f_cgraph">
<area shape="rect" id="node2" href="ci2c_8c.html#ad0eed3132d3284d6f921d13488721226" title="Change I2C slave address. " alt="" coords="172,5,311,32"/>
<area shape="rect" id="node3" href="ci2c_8c.html#a47d121773459b24568e5df4f81fbf905" title="Change I2C registers map size (for access) " alt="" coords="160,56,323,83"/>
<area shape="rect" id="node4" href="ci2c_8c.html#a8d88530833d3685d52ea5486b1316427" title="Redirect slave I2C read/write function (if needed for advanced use) " alt="" coords="162,107,321,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_af93c2e35e06edcea492607b628d5ae1f_icgraph.png" border="0" usemap="#ci2c_8c_af93c2e35e06edcea492607b628d5ae1f_icgraph" alt=""/></div>
<!-- MAP 12 -->
<map name="ci2c_8c_af93c2e35e06edcea492607b628d5ae1f_icgraph" id="ci2c_8c_af93c2e35e06edcea492607b628d5ae1f_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="326,5,381,32"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="161,31,277,57"/>
</map>
</div>
</div>
@ -804,7 +870,11 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_ad0eed3132d3284d6f921d13488721226_icgraph.png" border="0" usemap="#ci2c_8c_ad0eed3132d3284d6f921d13488721226_icgraph" alt=""/></div>
<!-- MAP 13 -->
<map name="ci2c_8c_ad0eed3132d3284d6f921d13488721226_icgraph" id="ci2c_8c_ad0eed3132d3284d6f921d13488721226_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="193,5,298,32"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="513,5,567,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="347,31,463,57"/>
</map>
</div>
</div>
@ -848,7 +918,11 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a47d121773459b24568e5df4f81fbf905_icgraph.png" border="0" usemap="#ci2c_8c_a47d121773459b24568e5df4f81fbf905_icgraph" alt=""/></div>
<!-- MAP 14 -->
<map name="ci2c_8c_a47d121773459b24568e5df4f81fbf905_icgraph" id="ci2c_8c_a47d121773459b24568e5df4f81fbf905_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="217,5,322,32"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="537,5,591,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="371,31,487,57"/>
</map>
</div>
</div>
@ -899,7 +973,11 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a8d88530833d3685d52ea5486b1316427_icgraph.png" border="0" usemap="#ci2c_8c_a8d88530833d3685d52ea5486b1316427_icgraph" alt=""/></div>
<!-- MAP 15 -->
<map name="ci2c_8c_a8d88530833d3685d52ea5486b1316427_icgraph" id="ci2c_8c_a8d88530833d3685d52ea5486b1316427_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="534,31,589,57"/>
<area shape="rect" id="node3" href="ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="214,31,319,57"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="369,81,485,108"/>
</map>
</div>
</div>
@ -943,7 +1021,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_aae536cceb33d07e71af9d459a2fc6dc8_icgraph.png" border="0" usemap="#ci2c_8c_aae536cceb33d07e71af9d459a2fc6dc8_icgraph" alt=""/></div>
<!-- MAP 16 -->
<map name="ci2c_8c_aae536cceb33d07e71af9d459a2fc6dc8_icgraph" id="ci2c_8c_aae536cceb33d07e71af9d459a2fc6dc8_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="153,5,279,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="154,56,278,83"/>
<area shape="rect" id="node5" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="158,107,274,133"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="163,157,269,184"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="329,56,383,83"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="333,157,379,184"/>
</map>
</div>
</div>
@ -970,7 +1055,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_aaadadbb29f315f2030223665f1988188_icgraph.png" border="0" usemap="#ci2c_8c_aaadadbb29f315f2030223665f1988188_icgraph" alt=""/></div>
<!-- MAP 17 -->
<map name="ci2c_8c_aaadadbb29f315f2030223665f1988188_icgraph" id="ci2c_8c_aaadadbb29f315f2030223665f1988188_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="131,5,258,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="133,56,257,83"/>
<area shape="rect" id="node5" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="137,107,253,133"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="141,157,248,184"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="307,56,362,83"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="311,157,358,184"/>
</map>
</div>
</div>
@ -997,7 +1089,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a53eb804c24e8e86717f7aaebdab1aa53_icgraph.png" border="0" usemap="#ci2c_8c_a53eb804c24e8e86717f7aaebdab1aa53_icgraph" alt=""/></div>
<!-- MAP 18 -->
<map name="ci2c_8c_a53eb804c24e8e86717f7aaebdab1aa53_icgraph" id="ci2c_8c_a53eb804c24e8e86717f7aaebdab1aa53_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="129,5,255,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="130,56,254,83"/>
<area shape="rect" id="node5" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="134,107,250,133"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="139,157,245,184"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="305,56,359,83"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="309,157,355,184"/>
</map>
</div>
</div>
@ -1023,7 +1122,9 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a74e1381b536811b202d087471723fb9e_icgraph.png" border="0" usemap="#ci2c_8c_a74e1381b536811b202d087471723fb9e_icgraph" alt=""/></div>
<!-- MAP 19 -->
<map name="ci2c_8c_a74e1381b536811b202d087471723fb9e_icgraph" id="ci2c_8c_a74e1381b536811b202d087471723fb9e_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="136,5,299,32"/>
</map>
</div>
</div>
@ -1056,7 +1157,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_ab20db75dfa22dc47df506cab3bd11c60_icgraph.png" border="0" usemap="#ci2c_8c_ab20db75dfa22dc47df506cab3bd11c60_icgraph" alt=""/></div>
<!-- MAP 20 -->
<map name="ci2c_8c_ab20db75dfa22dc47df506cab3bd11c60_icgraph" id="ci2c_8c_ab20db75dfa22dc47df506cab3bd11c60_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="126,5,253,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="127,56,251,83"/>
<area shape="rect" id="node5" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="131,107,247,133"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="136,157,243,184"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="302,56,357,83"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="306,157,353,184"/>
</map>
</div>
</div>
@ -1114,7 +1222,11 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8c_a83adef951ffd9fb5105216f6ee464bb9_icgraph.png" border="0" usemap="#ci2c_8c_a83adef951ffd9fb5105216f6ee464bb9_icgraph" alt=""/></div>
<!-- MAP 21 -->
<map name="ci2c_8c_a83adef951ffd9fb5105216f6ee464bb9_icgraph" id="ci2c_8c_a83adef951ffd9fb5105216f6ee464bb9_icgraph">
<area shape="rect" id="node2" href="ci2c__master__write_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="191,5,238,32"/>
<area shape="rect" id="node3" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="133,56,296,83"/>
<area shape="rect" id="node4" href="ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0" title="This inline is a wrapper to I2C_write in case of contigous operations. " alt="" coords="159,107,270,133"/>
</map>
</div>
</div>

View File

@ -1,14 +0,0 @@
digraph "src/ci2c.c"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node0 [label="src/ci2c.c",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node0 -> Node1 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node1 [label="ci2c.h",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html",tooltip="arduino i2c in plain c declarations "];
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="Arduino.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
Node1 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node3 [label="inttypes.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
Node1 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node4 [label="stdbool.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
}

3
html/ci2c_8c__incl.map Normal file
View File

@ -0,0 +1,3 @@
<map id="src/ci2c.c" name="src/ci2c.c">
<area shape="rect" id="node2" href="$ci2c_8h.html" title="arduino i2c in plain c declarations " alt="" coords="118,80,175,107"/>
</map>

BIN
html/ci2c_8c__incl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -1,20 +0,0 @@
digraph "I2C_reset"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node23 [label="I2C_reset",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node23 -> Node24 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node24 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a7c5b1857ae28ade8959a8a06f500ecde",tooltip="Change I2C frequency. "];
Node24 -> Node25 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node25 [label="I2C_init",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8",tooltip="Enable I2c module on arduino board (including pull-ups, enabling of ACK, and setting clock frequency)..."];
Node25 -> Node26 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node26 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node25 -> Node27 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node27 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
Node24 -> Node27 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node23 -> Node28 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node28 [label="I2C_read_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299",tooltip="This inline is a wrapper to I2C_read in case of contigous operations. "];
Node28 -> Node29 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node29 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
}

View File

@ -0,0 +1,8 @@
<map id="I2C_reset" name="I2C_reset">
<area shape="rect" id="node2" href="$ci2c_8h.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="134,56,245,83"/>
<area shape="rect" id="node6" href="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="136,107,243,133"/>
<area shape="rect" id="node3" href="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="293,5,360,32"/>
<area shape="rect" id="node5" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="408,56,571,83"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="462,5,517,32"/>
<area shape="rect" id="node7" href="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="303,107,350,133"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,14 +0,0 @@
digraph "I2C_slave_set_reg_size"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node55 [label="I2C_slave_set_reg_size",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node55 -> Node56 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node56 [label="I2C_slave_init",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f",tooltip="Init an I2C slave structure for cMI2C communication. "];
Node56 -> Node57 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node57 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node56 -> Node58 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node58 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node58 -> Node57 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
}

View File

@ -0,0 +1,5 @@
<map id="I2C_slave_set_reg_size" name="I2C_slave_set_reg_size">
<area shape="rect" id="node2" href="$ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="217,5,322,32"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="537,5,591,32"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="371,31,487,57"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -1,21 +0,0 @@
digraph "I2C_stop"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node81 [label="I2C_stop",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node81 -> Node82 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node82 [label="I2C_wr_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2",tooltip="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..."];
Node82 -> Node83 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node83 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node81 -> Node84 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node84 [label="I2C_rd_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4",tooltip="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..."];
Node84 -> Node83 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node81 -> Node85 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node85 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node85 -> Node83 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node81 -> Node86 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node86 [label="I2C_read_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299",tooltip="This inline is a wrapper to I2C_read in case of contigous operations. "];
Node86 -> Node87 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node87 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
}

View File

@ -0,0 +1,8 @@
<map id="I2C_stop" name="I2C_stop">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="129,5,255,32"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="130,56,254,83"/>
<area shape="rect" id="node5" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="134,107,250,133"/>
<area shape="rect" id="node6" href="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="139,157,245,184"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="305,56,359,83"/>
<area shape="rect" id="node7" href="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="309,157,355,184"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,9 +0,0 @@
digraph "I2C_uninit"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node89 [label="I2C_uninit",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node89 -> Node90 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node90 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
}

View File

@ -0,0 +1,3 @@
<map id="I2C_uninit" name="I2C_uninit">
<area shape="rect" id="node2" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="136,5,299,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,9 +0,0 @@
digraph "I2C_set_speed"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node33 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node33 -> Node34 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node34 [label="I2C_reset",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82",tooltip="I2C bus reset (Release SCL and SDA lines and re-enable module) "];
}

View File

@ -0,0 +1,3 @@
<map id="I2C_set_speed" name="I2C_set_speed">
<area shape="rect" id="node2" href="$ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="166,5,245,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,14 +0,0 @@
digraph "I2C_set_speed"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node35 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node35 -> Node36 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node36 [label="I2C_init",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8",tooltip="Enable I2c module on arduino board (including pull-ups, enabling of ACK, and setting clock frequency)..."];
Node36 -> Node37 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node37 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node36 -> Node38 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node38 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
Node35 -> Node38 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
}

View File

@ -0,0 +1,5 @@
<map id="I2C_set_speed" name="I2C_set_speed">
<area shape="rect" id="node2" href="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="165,5,232,32"/>
<area shape="rect" id="node4" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="280,56,443,83"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="334,5,389,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,13 +0,0 @@
digraph "I2C_write"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node100 [label="I2C_write",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node100 -> Node101 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node101 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__write_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
Node100 -> Node102 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node102 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
Node100 -> Node103 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node103 [label="I2C_write_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0",tooltip="This inline is a wrapper to I2C_write in case of contigous operations. "];
}

View File

@ -0,0 +1,5 @@
<map id="I2C_write" name="I2C_write">
<area shape="rect" id="node2" href="$ci2c__master__write_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="191,5,238,32"/>
<area shape="rect" id="node3" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="133,56,296,83"/>
<area shape="rect" id="node4" href="$ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0" title="This inline is a wrapper to I2C_write in case of contigous operations. " alt="" coords="159,107,270,133"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -1,18 +0,0 @@
digraph "I2C_rd8"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node10 [label="I2C_rd8",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node10 -> Node11 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node11 [label="I2C_rd_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4",tooltip="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..."];
Node11 -> Node12 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node12 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node10 -> Node13 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node13 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node13 -> Node12 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node10 -> Node14 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node14 [label="I2C_read_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299",tooltip="This inline is a wrapper to I2C_read in case of contigous operations. "];
Node14 -> Node15 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node15 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
}

View File

@ -0,0 +1,7 @@
<map id="I2C_rd8" name="I2C_rd8">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="123,5,247,32"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="127,56,243,83"/>
<area shape="rect" id="node5" href="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="132,107,239,133"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="297,31,351,57"/>
<area shape="rect" id="node6" href="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="301,107,347,133"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,15 +0,0 @@
digraph "I2C_slave_set_rw_func"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node60 [label="I2C_slave_set_rw_func",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node60 -> Node61 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node61 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node60 -> Node62 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node62 [label="I2C_slave_init",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f",tooltip="Init an I2C slave structure for cMI2C communication. "];
Node62 -> Node61 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node62 -> Node63 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node63 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node63 -> Node61 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
}

View File

@ -0,0 +1,5 @@
<map id="I2C_slave_set_rw_func" name="I2C_slave_set_rw_func">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="534,31,589,57"/>
<area shape="rect" id="node3" href="$ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="214,31,319,57"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="369,81,485,108"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,11 +0,0 @@
digraph "I2C_init"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node0 [label="I2C_init",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node0 -> Node1 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node1 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#a7c5b1857ae28ade8959a8a06f500ecde",tooltip="Change I2C frequency. "];
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="I2C_reset",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82",tooltip="I2C bus reset (Release SCL and SDA lines and re-enable module) "];
}

View File

@ -0,0 +1,4 @@
<map id="I2C_init" name="I2C_init">
<area shape="rect" id="node2" href="$ci2c_8c.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="121,5,231,32"/>
<area shape="rect" id="node3" href="$ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="281,5,359,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,11 +0,0 @@
digraph "I2C_init"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node3 [label="I2C_init",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node3 -> Node4 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node4 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node3 -> Node5 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node5 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
}

View File

@ -0,0 +1,4 @@
<map id="I2C_init" name="I2C_init">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="174,5,229,32"/>
<area shape="rect" id="node3" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="120,56,283,83"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -1,21 +0,0 @@
digraph "I2C_start"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node73 [label="I2C_start",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node73 -> Node74 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node74 [label="I2C_wr_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2",tooltip="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..."];
Node74 -> Node75 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node75 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node73 -> Node76 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node76 [label="I2C_rd_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4",tooltip="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..."];
Node76 -> Node75 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node73 -> Node77 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node77 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node77 -> Node75 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node73 -> Node78 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node78 [label="I2C_read_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299",tooltip="This inline is a wrapper to I2C_read in case of contigous operations. "];
Node78 -> Node79 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node79 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
}

View File

@ -0,0 +1,8 @@
<map id="I2C_start" name="I2C_start">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="131,5,258,32"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="133,56,257,83"/>
<area shape="rect" id="node5" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="137,107,253,133"/>
<area shape="rect" id="node6" href="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="141,157,248,184"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="307,56,362,83"/>
<area shape="rect" id="node7" href="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="311,157,358,184"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,21 +0,0 @@
digraph "I2C_sndAddr"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node65 [label="I2C_sndAddr",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node65 -> Node66 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node66 [label="I2C_wr_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2",tooltip="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..."];
Node66 -> Node67 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node67 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node65 -> Node68 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node68 [label="I2C_rd_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4",tooltip="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..."];
Node68 -> Node67 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node65 -> Node69 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node69 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node69 -> Node67 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node65 -> Node70 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node70 [label="I2C_read_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299",tooltip="This inline is a wrapper to I2C_read in case of contigous operations. "];
Node70 -> Node71 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node71 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
}

View File

@ -0,0 +1,8 @@
<map id="I2C_sndAddr" name="I2C_sndAddr">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="153,5,279,32"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="154,56,278,83"/>
<area shape="rect" id="node5" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="158,107,274,133"/>
<area shape="rect" id="node6" href="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="163,157,269,184"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="329,56,383,83"/>
<area shape="rect" id="node7" href="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="333,157,379,184"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,21 +0,0 @@
digraph "I2C_wr8"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node92 [label="I2C_wr8",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node92 -> Node93 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node93 [label="I2C_wr_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2",tooltip="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..."];
Node93 -> Node94 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node94 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node92 -> Node95 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node95 [label="I2C_rd_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4",tooltip="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..."];
Node95 -> Node94 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node92 -> Node96 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node96 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node96 -> Node94 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node92 -> Node97 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node97 [label="I2C_read_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299",tooltip="This inline is a wrapper to I2C_read in case of contigous operations. "];
Node97 -> Node98 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node98 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
}

View File

@ -0,0 +1,8 @@
<map id="I2C_wr8" name="I2C_wr8">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="126,5,253,32"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="127,56,251,83"/>
<area shape="rect" id="node5" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="131,107,247,133"/>
<area shape="rect" id="node6" href="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="136,157,243,184"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="302,56,357,83"/>
<area shape="rect" id="node7" href="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="306,157,353,184"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,9 +0,0 @@
digraph "I2C_is_busy"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node7 [label="I2C_is_busy",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node7 -> Node8 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node8 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
}

View File

@ -0,0 +1,3 @@
<map id="I2C_is_busy" name="I2C_is_busy">
<area shape="rect" id="node2" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="149,5,312,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,9 +0,0 @@
digraph "I2C_set_timeout"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node40 [label="I2C_set_timeout",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node40 -> Node41 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node41 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
}

View File

@ -0,0 +1,3 @@
<map id="I2C_set_timeout" name="I2C_set_timeout">
<area shape="rect" id="node2" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="173,5,336,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -1,14 +0,0 @@
digraph "I2C_slave_set_addr"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node50 [label="I2C_slave_set_addr",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node50 -> Node51 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node51 [label="I2C_slave_init",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f",tooltip="Init an I2C slave structure for cMI2C communication. "];
Node51 -> Node52 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node52 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node51 -> Node53 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node53 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node53 -> Node52 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
}

View File

@ -0,0 +1,5 @@
<map id="I2C_slave_set_addr" name="I2C_slave_set_addr">
<area shape="rect" id="node2" href="$ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="193,5,298,32"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="513,5,567,32"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="347,31,463,57"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,15 +0,0 @@
digraph "I2C_read"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node17 [label="I2C_read",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node17 -> Node18 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node18 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
Node17 -> Node19 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node19 [label="I2C_write_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0",tooltip="This inline is a wrapper to I2C_write in case of contigous operations. "];
Node17 -> Node20 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node20 [label="I2C_read_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299",tooltip="This inline is a wrapper to I2C_read in case of contigous operations. "];
Node20 -> Node21 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node21 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
}

View File

@ -0,0 +1,6 @@
<map id="I2C_read" name="I2C_read">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="161,5,207,32"/>
<area shape="rect" id="node3" href="$ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0" title="This inline is a wrapper to I2C_write in case of contigous operations. " alt="" coords="129,56,239,83"/>
<area shape="rect" id="node4" href="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="131,107,237,133"/>
<area shape="rect" id="node5" href="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="289,107,335,133"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -1,9 +0,0 @@
digraph "I2C_set_retries"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node31 [label="I2C_set_retries",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node31 -> Node32 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node32 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
}

View File

@ -0,0 +1,3 @@
<map id="I2C_set_retries" name="I2C_set_retries">
<area shape="rect" id="node2" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="165,5,328,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,13 +0,0 @@
digraph "I2C_slave_init"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node42 [label="I2C_slave_init",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node42 -> Node43 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node43 [label="I2C_slave_set_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#ad0eed3132d3284d6f921d13488721226",tooltip="Change I2C slave address. "];
Node42 -> Node44 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node44 [label="I2C_slave_set_reg_size",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#a47d121773459b24568e5df4f81fbf905",tooltip="Change I2C registers map size (for access) "];
Node42 -> Node45 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node45 [label="I2C_slave_set_rw_func",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#a8d88530833d3685d52ea5486b1316427",tooltip="Redirect slave I2C read/write function (if needed for advanced use) "];
}

View File

@ -0,0 +1,5 @@
<map id="I2C_slave_init" name="I2C_slave_init">
<area shape="rect" id="node2" href="$ci2c_8c.html#ad0eed3132d3284d6f921d13488721226" title="Change I2C slave address. " alt="" coords="172,5,311,32"/>
<area shape="rect" id="node3" href="$ci2c_8c.html#a47d121773459b24568e5df4f81fbf905" title="Change I2C registers map size (for access) " alt="" coords="160,56,323,83"/>
<area shape="rect" id="node4" href="$ci2c_8c.html#a8d88530833d3685d52ea5486b1316427" title="Redirect slave I2C read/write function (if needed for advanced use) " alt="" coords="162,107,321,133"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -1,12 +0,0 @@
digraph "I2C_slave_init"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node46 [label="I2C_slave_init",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node46 -> Node47 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node47 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node46 -> Node48 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node48 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node48 -> Node47 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
}

View File

@ -0,0 +1,4 @@
<map id="I2C_slave_init" name="I2C_slave_init">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="326,5,381,32"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="161,31,277,57"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -9,6 +9,9 @@
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
@ -29,14 +32,32 @@
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
@ -63,13 +84,19 @@ $(function() {
Include dependency graph for ci2c.h:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h__incl.png" border="0" usemap="#src_2ci2c_8h" alt=""/></div>
<!-- MAP 0 -->
<map name="src_2ci2c_8h" id="src_2ci2c_8h">
</map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h__dep__incl.png" border="0" usemap="#src_2ci2c_8hdep" alt=""/></div>
<!-- MAP 1 -->
<map name="src_2ci2c_8hdep" id="src_2ci2c_8hdep">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html" title="examples/ci2c_advanced\l/ci2c_advanced.ino" alt="" coords="5,81,173,122"/>
<area shape="rect" id="node3" href="ci2c__master__read_8ino.html" title="examples/ci2c_master\l_read/ci2c_master_read.ino" alt="" coords="198,81,380,122"/>
<area shape="rect" id="node4" href="ci2c__master__write_8ino.html" title="examples/ci2c_master\l_write/ci2c_master_write.ino" alt="" coords="405,81,592,122"/>
<area shape="rect" id="node5" href="ci2c_8c.html" title="arduino master i2c in plain c code " alt="" coords="617,88,695,115"/>
</map>
</div>
</div>
<p><a href="ci2c_8h_source.html">Go to the source code of this file.</a></p>
@ -482,13 +509,19 @@ Functions</h2></td></tr>
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a99283d800332d700deed19f5a37e61d8_cgraph.png" border="0" usemap="#ci2c_8h_a99283d800332d700deed19f5a37e61d8_cgraph" alt=""/></div>
<!-- MAP 2 -->
<map name="ci2c_8h_a99283d800332d700deed19f5a37e61d8_cgraph" id="ci2c_8h_a99283d800332d700deed19f5a37e61d8_cgraph">
<area shape="rect" id="node2" href="ci2c_8c.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="121,5,231,32"/>
<area shape="rect" id="node3" href="ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="281,5,359,32"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a99283d800332d700deed19f5a37e61d8_icgraph.png" border="0" usemap="#ci2c_8h_a99283d800332d700deed19f5a37e61d8_icgraph" alt=""/></div>
<!-- MAP 3 -->
<map name="ci2c_8h_a99283d800332d700deed19f5a37e61d8_icgraph" id="ci2c_8h_a99283d800332d700deed19f5a37e61d8_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="174,5,229,32"/>
<area shape="rect" id="node3" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="120,56,283,83"/>
</map>
</div>
</div>
@ -515,7 +548,9 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_ac370df06df51c68217eafcee96e5a3e0_icgraph.png" border="0" usemap="#ci2c_8h_ac370df06df51c68217eafcee96e5a3e0_icgraph" alt=""/></div>
<!-- MAP 4 -->
<map name="ci2c_8h_ac370df06df51c68217eafcee96e5a3e0_icgraph" id="ci2c_8h_ac370df06df51c68217eafcee96e5a3e0_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="149,5,312,32"/>
</map>
</div>
</div>
@ -548,7 +583,13 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a8d6d7eb118ea1505df039075a00c267b_icgraph.png" border="0" usemap="#ci2c_8h_a8d6d7eb118ea1505df039075a00c267b_icgraph" alt=""/></div>
<!-- MAP 5 -->
<map name="ci2c_8h_a8d6d7eb118ea1505df039075a00c267b_icgraph" id="ci2c_8h_a8d6d7eb118ea1505df039075a00c267b_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="123,5,247,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="127,56,243,83"/>
<area shape="rect" id="node5" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="132,107,239,133"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="297,31,351,57"/>
<area shape="rect" id="node6" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="301,107,347,133"/>
</map>
</div>
</div>
@ -606,7 +647,12 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_ad5e4a006f6cea5844a810fab30b40f87_icgraph.png" border="0" usemap="#ci2c_8h_ad5e4a006f6cea5844a810fab30b40f87_icgraph" alt=""/></div>
<!-- MAP 6 -->
<map name="ci2c_8h_ad5e4a006f6cea5844a810fab30b40f87_icgraph" id="ci2c_8h_ad5e4a006f6cea5844a810fab30b40f87_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="161,5,207,32"/>
<area shape="rect" id="node3" href="ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0" title="This inline is a wrapper to I2C_write in case of contigous operations. " alt="" coords="129,56,239,83"/>
<area shape="rect" id="node4" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="131,107,237,133"/>
<area shape="rect" id="node5" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="289,107,335,133"/>
</map>
</div>
</div>
@ -666,13 +712,23 @@ Here is the caller graph for this function:</div>
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_afc15fc625892e1e50e831d7934073299_cgraph.png" border="0" usemap="#ci2c_8h_afc15fc625892e1e50e831d7934073299_cgraph" alt=""/></div>
<!-- MAP 7 -->
<map name="ci2c_8h_afc15fc625892e1e50e831d7934073299_cgraph" id="ci2c_8h_afc15fc625892e1e50e831d7934073299_cgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#ad5e4a006f6cea5844a810fab30b40f87" title="This function reads data from the address specified and stores this data in the area provided by the ..." alt="" coords="172,5,247,32"/>
<area shape="rect" id="node3" href="ci2c_8h.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="170,56,249,83"/>
<area shape="rect" id="node4" href="ci2c_8h.html#aaadadbb29f315f2030223665f1988188" title="Send start condition. " alt="" coords="171,107,247,133"/>
<area shape="rect" id="node5" href="ci2c_8h.html#a53eb804c24e8e86717f7aaebdab1aa53" title="Send stop condition. " alt="" coords="172,157,247,184"/>
<area shape="rect" id="node6" href="ci2c_8h.html#ab20db75dfa22dc47df506cab3bd11c60" title="Send byte on bus. " alt="" coords="174,208,245,235"/>
<area shape="rect" id="node7" href="ci2c_8h.html#a8d6d7eb118ea1505df039075a00c267b" title="Receive byte from bus. " alt="" coords="175,259,243,285"/>
<area shape="rect" id="node8" href="ci2c_8h.html#aae536cceb33d07e71af9d459a2fc6dc8" title="Send I2C address. " alt="" coords="160,309,259,336"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_afc15fc625892e1e50e831d7934073299_icgraph.png" border="0" usemap="#ci2c_8h_afc15fc625892e1e50e831d7934073299_icgraph" alt=""/></div>
<!-- MAP 8 -->
<map name="ci2c_8h_afc15fc625892e1e50e831d7934073299_icgraph" id="ci2c_8h_afc15fc625892e1e50e831d7934073299_icgraph">
<area shape="rect" id="node2" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="161,5,207,32"/>
</map>
</div>
</div>
@ -699,7 +755,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a2c25bc5fdf909b7d45d722970eb04d82_icgraph.png" border="0" usemap="#ci2c_8h_a2c25bc5fdf909b7d45d722970eb04d82_icgraph" alt=""/></div>
<!-- MAP 9 -->
<map name="ci2c_8h_a2c25bc5fdf909b7d45d722970eb04d82_icgraph" id="ci2c_8h_a2c25bc5fdf909b7d45d722970eb04d82_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="134,56,245,83"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="136,107,243,133"/>
<area shape="rect" id="node3" href="ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="293,5,360,32"/>
<area shape="rect" id="node5" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="408,56,571,83"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="462,5,517,32"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="303,107,350,133"/>
</map>
</div>
</div>
@ -732,7 +795,9 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_ad74e31ebd08a9ddef57f571783f37cc7_icgraph.png" border="0" usemap="#ci2c_8h_ad74e31ebd08a9ddef57f571783f37cc7_icgraph" alt=""/></div>
<!-- MAP 10 -->
<map name="ci2c_8h_ad74e31ebd08a9ddef57f571783f37cc7_icgraph" id="ci2c_8h_ad74e31ebd08a9ddef57f571783f37cc7_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="165,5,328,32"/>
</map>
</div>
</div>
@ -772,13 +837,19 @@ Here is the caller graph for this function:</div>
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a7c5b1857ae28ade8959a8a06f500ecde_cgraph.png" border="0" usemap="#ci2c_8h_a7c5b1857ae28ade8959a8a06f500ecde_cgraph" alt=""/></div>
<!-- MAP 11 -->
<map name="ci2c_8h_a7c5b1857ae28ade8959a8a06f500ecde_cgraph" id="ci2c_8h_a7c5b1857ae28ade8959a8a06f500ecde_cgraph">
<area shape="rect" id="node2" href="ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="166,5,245,32"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a7c5b1857ae28ade8959a8a06f500ecde_icgraph.png" border="0" usemap="#ci2c_8h_a7c5b1857ae28ade8959a8a06f500ecde_icgraph" alt=""/></div>
<!-- MAP 12 -->
<map name="ci2c_8h_a7c5b1857ae28ade8959a8a06f500ecde_icgraph" id="ci2c_8h_a7c5b1857ae28ade8959a8a06f500ecde_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="165,5,232,32"/>
<area shape="rect" id="node4" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="280,56,443,83"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="334,5,389,32"/>
</map>
</div>
</div>
@ -811,7 +882,9 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_acd209174a3b5ab213131a93633c19a38_icgraph.png" border="0" usemap="#ci2c_8h_acd209174a3b5ab213131a93633c19a38_icgraph" alt=""/></div>
<!-- MAP 13 -->
<map name="ci2c_8h_acd209174a3b5ab213131a93633c19a38_icgraph" id="ci2c_8h_acd209174a3b5ab213131a93633c19a38_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="173,5,336,32"/>
</map>
</div>
</div>
@ -889,7 +962,17 @@ Here is the caller graph for this function:</div>
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a41be982659cb049fcdf88a18e3e4c4e0_cgraph.png" border="0" usemap="#ci2c_8h_a41be982659cb049fcdf88a18e3e4c4e0_cgraph" alt=""/></div>
<!-- MAP 14 -->
<map name="ci2c_8h_a41be982659cb049fcdf88a18e3e4c4e0_cgraph" id="ci2c_8h_a41be982659cb049fcdf88a18e3e4c4e0_cgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="243,5,309,32"/>
<area shape="rect" id="node5" href="ci2c_8h.html#a74e1381b536811b202d087471723fb9e" title="Disable I2c module on arduino board (releasing pull&#45;ups, and TWI control) " alt="" coords="235,56,317,83"/>
<area shape="rect" id="node6" href="ci2c_8h.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="385,81,495,108"/>
<area shape="rect" id="node7" href="ci2c_8h.html#acd209174a3b5ab213131a93633c19a38" title="Change I2C ack timeout. " alt="" coords="217,157,335,184"/>
<area shape="rect" id="node8" href="ci2c_8h.html#ad74e31ebd08a9ddef57f571783f37cc7" title="Change I2C message retries (in case of failure) " alt="" coords="221,208,331,235"/>
<area shape="rect" id="node9" href="ci2c_8h.html#ac370df06df51c68217eafcee96e5a3e0" title="Get I2C busy status. " alt="" coords="229,259,323,285"/>
<area shape="rect" id="node10" href="ci2c_8h.html#a83adef951ffd9fb5105216f6ee464bb9" title="This function writes the provided data to the address specified. " alt="" coords="237,309,315,336"/>
<area shape="rect" id="node3" href="ci2c_8c.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="385,19,495,45"/>
<area shape="rect" id="node4" href="ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="545,51,623,77"/>
</map>
</div>
</div>
@ -976,13 +1059,20 @@ Here is the call graph for this function:</div>
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_af93c2e35e06edcea492607b628d5ae1f_cgraph.png" border="0" usemap="#ci2c_8h_af93c2e35e06edcea492607b628d5ae1f_cgraph" alt=""/></div>
<!-- MAP 15 -->
<map name="ci2c_8h_af93c2e35e06edcea492607b628d5ae1f_cgraph" id="ci2c_8h_af93c2e35e06edcea492607b628d5ae1f_cgraph">
<area shape="rect" id="node2" href="ci2c_8c.html#ad0eed3132d3284d6f921d13488721226" title="Change I2C slave address. " alt="" coords="172,5,311,32"/>
<area shape="rect" id="node3" href="ci2c_8c.html#a47d121773459b24568e5df4f81fbf905" title="Change I2C registers map size (for access) " alt="" coords="160,56,323,83"/>
<area shape="rect" id="node4" href="ci2c_8c.html#a8d88530833d3685d52ea5486b1316427" title="Redirect slave I2C read/write function (if needed for advanced use) " alt="" coords="162,107,321,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_af93c2e35e06edcea492607b628d5ae1f_icgraph.png" border="0" usemap="#ci2c_8h_af93c2e35e06edcea492607b628d5ae1f_icgraph" alt=""/></div>
<!-- MAP 16 -->
<map name="ci2c_8h_af93c2e35e06edcea492607b628d5ae1f_icgraph" id="ci2c_8h_af93c2e35e06edcea492607b628d5ae1f_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="326,5,381,32"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="161,31,277,57"/>
</map>
</div>
</div>
@ -1026,7 +1116,11 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_ad0eed3132d3284d6f921d13488721226_icgraph.png" border="0" usemap="#ci2c_8h_ad0eed3132d3284d6f921d13488721226_icgraph" alt=""/></div>
<!-- MAP 17 -->
<map name="ci2c_8h_ad0eed3132d3284d6f921d13488721226_icgraph" id="ci2c_8h_ad0eed3132d3284d6f921d13488721226_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="193,5,298,32"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="513,5,567,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="347,31,463,57"/>
</map>
</div>
</div>
@ -1070,7 +1164,11 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a47d121773459b24568e5df4f81fbf905_icgraph.png" border="0" usemap="#ci2c_8h_a47d121773459b24568e5df4f81fbf905_icgraph" alt=""/></div>
<!-- MAP 18 -->
<map name="ci2c_8h_a47d121773459b24568e5df4f81fbf905_icgraph" id="ci2c_8h_a47d121773459b24568e5df4f81fbf905_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="217,5,322,32"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="537,5,591,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="371,31,487,57"/>
</map>
</div>
</div>
@ -1121,7 +1219,11 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a8d88530833d3685d52ea5486b1316427_icgraph.png" border="0" usemap="#ci2c_8h_a8d88530833d3685d52ea5486b1316427_icgraph" alt=""/></div>
<!-- MAP 19 -->
<map name="ci2c_8h_a8d88530833d3685d52ea5486b1316427_icgraph" id="ci2c_8h_a8d88530833d3685d52ea5486b1316427_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="534,31,589,57"/>
<area shape="rect" id="node3" href="ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="214,31,319,57"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="369,81,485,108"/>
</map>
</div>
</div>
@ -1165,7 +1267,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_aae536cceb33d07e71af9d459a2fc6dc8_icgraph.png" border="0" usemap="#ci2c_8h_aae536cceb33d07e71af9d459a2fc6dc8_icgraph" alt=""/></div>
<!-- MAP 20 -->
<map name="ci2c_8h_aae536cceb33d07e71af9d459a2fc6dc8_icgraph" id="ci2c_8h_aae536cceb33d07e71af9d459a2fc6dc8_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="153,5,279,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="154,56,278,83"/>
<area shape="rect" id="node5" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="158,107,274,133"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="163,157,269,184"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="329,56,383,83"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="333,157,379,184"/>
</map>
</div>
</div>
@ -1192,7 +1301,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_aaadadbb29f315f2030223665f1988188_icgraph.png" border="0" usemap="#ci2c_8h_aaadadbb29f315f2030223665f1988188_icgraph" alt=""/></div>
<!-- MAP 21 -->
<map name="ci2c_8h_aaadadbb29f315f2030223665f1988188_icgraph" id="ci2c_8h_aaadadbb29f315f2030223665f1988188_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="131,5,258,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="133,56,257,83"/>
<area shape="rect" id="node5" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="137,107,253,133"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="141,157,248,184"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="307,56,362,83"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="311,157,358,184"/>
</map>
</div>
</div>
@ -1219,7 +1335,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a53eb804c24e8e86717f7aaebdab1aa53_icgraph.png" border="0" usemap="#ci2c_8h_a53eb804c24e8e86717f7aaebdab1aa53_icgraph" alt=""/></div>
<!-- MAP 22 -->
<map name="ci2c_8h_a53eb804c24e8e86717f7aaebdab1aa53_icgraph" id="ci2c_8h_a53eb804c24e8e86717f7aaebdab1aa53_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="129,5,255,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="130,56,254,83"/>
<area shape="rect" id="node5" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="134,107,250,133"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="139,157,245,184"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="305,56,359,83"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="309,157,355,184"/>
</map>
</div>
</div>
@ -1245,7 +1368,9 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a74e1381b536811b202d087471723fb9e_icgraph.png" border="0" usemap="#ci2c_8h_a74e1381b536811b202d087471723fb9e_icgraph" alt=""/></div>
<!-- MAP 23 -->
<map name="ci2c_8h_a74e1381b536811b202d087471723fb9e_icgraph" id="ci2c_8h_a74e1381b536811b202d087471723fb9e_icgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="136,5,299,32"/>
</map>
</div>
</div>
@ -1278,7 +1403,14 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_ab20db75dfa22dc47df506cab3bd11c60_icgraph.png" border="0" usemap="#ci2c_8h_ab20db75dfa22dc47df506cab3bd11c60_icgraph" alt=""/></div>
<!-- MAP 24 -->
<map name="ci2c_8h_ab20db75dfa22dc47df506cab3bd11c60_icgraph" id="ci2c_8h_ab20db75dfa22dc47df506cab3bd11c60_icgraph">
<area shape="rect" id="node2" href="ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="126,5,253,32"/>
<area shape="rect" id="node4" href="ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="127,56,251,83"/>
<area shape="rect" id="node5" href="ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="131,107,247,133"/>
<area shape="rect" id="node6" href="ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="136,157,243,184"/>
<area shape="rect" id="node3" href="ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="302,56,357,83"/>
<area shape="rect" id="node7" href="ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="306,157,353,184"/>
</map>
</div>
</div>
@ -1336,7 +1468,11 @@ Here is the caller graph for this function:</div>
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_a83adef951ffd9fb5105216f6ee464bb9_icgraph.png" border="0" usemap="#ci2c_8h_a83adef951ffd9fb5105216f6ee464bb9_icgraph" alt=""/></div>
<!-- MAP 25 -->
<map name="ci2c_8h_a83adef951ffd9fb5105216f6ee464bb9_icgraph" id="ci2c_8h_a83adef951ffd9fb5105216f6ee464bb9_icgraph">
<area shape="rect" id="node2" href="ci2c__master__write_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="191,5,238,32"/>
<area shape="rect" id="node3" href="ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="133,56,296,83"/>
<area shape="rect" id="node4" href="ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0" title="This inline is a wrapper to I2C_write in case of contigous operations. " alt="" coords="159,107,270,133"/>
</map>
</div>
</div>
@ -1396,7 +1532,10 @@ Here is the caller graph for this function:</div>
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="ci2c_8h_add4eec772922da692bdbb84c354a3fa0_cgraph.png" border="0" usemap="#ci2c_8h_add4eec772922da692bdbb84c354a3fa0_cgraph" alt=""/></div>
<!-- MAP 26 -->
<map name="ci2c_8h_add4eec772922da692bdbb84c354a3fa0_cgraph" id="ci2c_8h_add4eec772922da692bdbb84c354a3fa0_cgraph">
<area shape="rect" id="node2" href="ci2c_8h.html#a83adef951ffd9fb5105216f6ee464bb9" title="This function writes the provided data to the address specified. " alt="" coords="166,5,245,32"/>
<area shape="rect" id="node3" href="ci2c_8h.html#ad5e4a006f6cea5844a810fab30b40f87" title="This function reads data from the address specified and stores this data in the area provided by the ..." alt="" coords="168,56,243,83"/>
</map>
</div>
</div>

View File

@ -1,14 +0,0 @@
digraph "src/ci2c.h"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node4 [label="src/ci2c.h",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node4 -> Node5 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node5 [label="examples/ci2c_advanced\l/ci2c_advanced.ino",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html"];
Node4 -> Node6 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node6 [label="examples/ci2c_master\l_read/ci2c_master_read.ino",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html"];
Node4 -> Node7 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node7 [label="examples/ci2c_master\l_write/ci2c_master_write.ino",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__write_8ino.html"];
Node4 -> Node8 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node8 [label="src/ci2c.c",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html",tooltip="arduino master i2c in plain c code "];
}

View File

@ -0,0 +1,6 @@
<map id="src/ci2c.h" name="src/ci2c.h">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html" title="examples/ci2c_advanced\l/ci2c_advanced.ino" alt="" coords="5,81,173,122"/>
<area shape="rect" id="node3" href="$ci2c__master__read_8ino.html" title="examples/ci2c_master\l_read/ci2c_master_read.ino" alt="" coords="198,81,380,122"/>
<area shape="rect" id="node4" href="$ci2c__master__write_8ino.html" title="examples/ci2c_master\l_write/ci2c_master_write.ino" alt="" coords="405,81,592,122"/>
<area shape="rect" id="node5" href="$ci2c_8c.html" title="arduino master i2c in plain c code " alt="" coords="617,88,695,115"/>
</map>

BIN
html/ci2c_8h__dep__incl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,12 +0,0 @@
digraph "src/ci2c.h"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node0 [label="src/ci2c.h",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node0 -> Node1 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node1 [label="Arduino.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
Node0 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="inttypes.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
Node0 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node3 [label="stdbool.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
}

2
html/ci2c_8h__incl.map Normal file
View File

@ -0,0 +1,2 @@
<map id="src/ci2c.h" name="src/ci2c.h">
</map>

BIN
html/ci2c_8h__incl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -1,20 +0,0 @@
digraph "I2C_reset"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node33 [label="I2C_reset",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node33 -> Node34 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node34 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a7c5b1857ae28ade8959a8a06f500ecde",tooltip="Change I2C frequency. "];
Node34 -> Node35 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node35 [label="I2C_init",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8",tooltip="Enable I2c module on arduino board (including pull-ups, enabling of ACK, and setting clock frequency)..."];
Node35 -> Node36 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node36 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node35 -> Node37 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node37 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
Node34 -> Node37 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node33 -> Node38 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node38 [label="I2C_read_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299",tooltip="This inline is a wrapper to I2C_read in case of contigous operations. "];
Node38 -> Node39 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node39 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
}

View File

@ -0,0 +1,8 @@
<map id="I2C_reset" name="I2C_reset">
<area shape="rect" id="node2" href="$ci2c_8h.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="134,56,245,83"/>
<area shape="rect" id="node6" href="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="136,107,243,133"/>
<area shape="rect" id="node3" href="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="293,5,360,32"/>
<area shape="rect" id="node5" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="408,56,571,83"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="462,5,517,32"/>
<area shape="rect" id="node7" href="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="303,107,350,133"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,26 +0,0 @@
digraph "I2C_slave_get_reg_addr"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node54 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node54 -> Node55 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node55 [label="I2C_init",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8",tooltip="Enable I2c module on arduino board (including pull-ups, enabling of ACK, and setting clock frequency)..."];
Node55 -> Node56 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node56 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#a7c5b1857ae28ade8959a8a06f500ecde",tooltip="Change I2C frequency. "];
Node56 -> Node57 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node57 [label="I2C_reset",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82",tooltip="I2C bus reset (Release SCL and SDA lines and re-enable module) "];
Node54 -> Node58 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node58 [label="I2C_uninit",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a74e1381b536811b202d087471723fb9e",tooltip="Disable I2c module on arduino board (releasing pull-ups, and TWI control) "];
Node54 -> Node59 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node59 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a7c5b1857ae28ade8959a8a06f500ecde",tooltip="Change I2C frequency. "];
Node59 -> Node57 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node54 -> Node60 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node60 [label="I2C_set_timeout",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#acd209174a3b5ab213131a93633c19a38",tooltip="Change I2C ack timeout. "];
Node54 -> Node61 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node61 [label="I2C_set_retries",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#ad74e31ebd08a9ddef57f571783f37cc7",tooltip="Change I2C message retries (in case of failure) "];
Node54 -> Node62 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node62 [label="I2C_is_busy",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#ac370df06df51c68217eafcee96e5a3e0",tooltip="Get I2C busy status. "];
Node54 -> Node63 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node63 [label="I2C_write",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a83adef951ffd9fb5105216f6ee464bb9",tooltip="This function writes the provided data to the address specified. "];
}

View File

@ -0,0 +1,11 @@
<map id="I2C_slave_get_reg_addr" name="I2C_slave_get_reg_addr">
<area shape="rect" id="node2" href="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="243,5,309,32"/>
<area shape="rect" id="node5" href="$ci2c_8h.html#a74e1381b536811b202d087471723fb9e" title="Disable I2c module on arduino board (releasing pull&#45;ups, and TWI control) " alt="" coords="235,56,317,83"/>
<area shape="rect" id="node6" href="$ci2c_8h.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="385,81,495,108"/>
<area shape="rect" id="node7" href="$ci2c_8h.html#acd209174a3b5ab213131a93633c19a38" title="Change I2C ack timeout. " alt="" coords="217,157,335,184"/>
<area shape="rect" id="node8" href="$ci2c_8h.html#ad74e31ebd08a9ddef57f571783f37cc7" title="Change I2C message retries (in case of failure) " alt="" coords="221,208,331,235"/>
<area shape="rect" id="node9" href="$ci2c_8h.html#ac370df06df51c68217eafcee96e5a3e0" title="Get I2C busy status. " alt="" coords="229,259,323,285"/>
<area shape="rect" id="node10" href="$ci2c_8h.html#a83adef951ffd9fb5105216f6ee464bb9" title="This function writes the provided data to the address specified. " alt="" coords="237,309,315,336"/>
<area shape="rect" id="node3" href="$ci2c_8c.html#a7c5b1857ae28ade8959a8a06f500ecde" title="Change I2C frequency. " alt="" coords="385,19,495,45"/>
<area shape="rect" id="node4" href="$ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="545,51,623,77"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -1,14 +0,0 @@
digraph "I2C_slave_set_reg_size"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node80 [label="I2C_slave_set_reg_size",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node80 -> Node81 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node81 [label="I2C_slave_init",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f",tooltip="Init an I2C slave structure for cMI2C communication. "];
Node81 -> Node82 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node82 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node81 -> Node83 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node83 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node83 -> Node82 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
}

View File

@ -0,0 +1,5 @@
<map id="I2C_slave_set_reg_size" name="I2C_slave_set_reg_size">
<area shape="rect" id="node2" href="$ci2c_8h.html#af93c2e35e06edcea492607b628d5ae1f" title="Init an I2C slave structure for cMI2C communication. " alt="" coords="217,5,322,32"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="537,5,591,32"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="371,31,487,57"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -1,21 +0,0 @@
digraph "I2C_stop"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node106 [label="I2C_stop",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node106 -> Node107 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node107 [label="I2C_wr_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2",tooltip="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..."];
Node107 -> Node108 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node108 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node106 -> Node109 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node109 [label="I2C_rd_advanced",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4",tooltip="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..."];
Node109 -> Node108 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node106 -> Node110 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node110 [label="I2C_get_chip_id",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11",tooltip="This procedure calls appropriate functions to get chip ID of FUJITSU devices. "];
Node110 -> Node108 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node106 -> Node111 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node111 [label="I2C_read_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299",tooltip="This inline is a wrapper to I2C_read in case of contigous operations. "];
Node111 -> Node112 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node112 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
}

View File

@ -0,0 +1,8 @@
<map id="I2C_stop" name="I2C_stop">
<area shape="rect" id="node2" href="$ci2c__advanced_8ino.html#a21e16cd4ec558cb48d7df75c546027a2" title="This procedure calls appropriate functions to perform a proper send transaction on I2C bus..." alt="" coords="129,5,255,32"/>
<area shape="rect" id="node4" href="$ci2c__advanced_8ino.html#a5d82c84361ed35c102edb0f5e4f677d4" title="This procedure calls appropriate functions to perform a proper receive transaction on I2C bus..." alt="" coords="130,56,254,83"/>
<area shape="rect" id="node5" href="$ci2c__advanced_8ino.html#ad357f6e59cf5ec94f3ccaa70a20e1b11" title="This procedure calls appropriate functions to get chip ID of FUJITSU devices. " alt="" coords="134,107,250,133"/>
<area shape="rect" id="node6" href="$ci2c_8h.html#afc15fc625892e1e50e831d7934073299" title="This inline is a wrapper to I2C_read in case of contigous operations. " alt="" coords="139,157,245,184"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="305,56,359,83"/>
<area shape="rect" id="node7" href="$ci2c__master__read_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="309,157,355,184"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,9 +0,0 @@
digraph "I2C_uninit"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node114 [label="I2C_uninit",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node114 -> Node115 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node115 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
}

View File

@ -0,0 +1,3 @@
<map id="I2C_uninit" name="I2C_uninit">
<area shape="rect" id="node2" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="136,5,299,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,9 +0,0 @@
digraph "I2C_set_speed"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node43 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node43 -> Node44 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node44 [label="I2C_reset",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82",tooltip="I2C bus reset (Release SCL and SDA lines and re-enable module) "];
}

View File

@ -0,0 +1,3 @@
<map id="I2C_set_speed" name="I2C_set_speed">
<area shape="rect" id="node2" href="$ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82" title="I2C bus reset (Release SCL and SDA lines and re&#45;enable module) " alt="" coords="166,5,245,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,14 +0,0 @@
digraph "I2C_set_speed"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node45 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node45 -> Node46 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node46 [label="I2C_init",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8",tooltip="Enable I2c module on arduino board (including pull-ups, enabling of ACK, and setting clock frequency)..."];
Node46 -> Node47 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node47 [label="setup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d"];
Node46 -> Node48 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node48 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
Node45 -> Node48 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
}

View File

@ -0,0 +1,5 @@
<map id="I2C_set_speed" name="I2C_set_speed">
<area shape="rect" id="node2" href="$ci2c_8h.html#a99283d800332d700deed19f5a37e61d8" title="Enable I2c module on arduino board (including pull&#45;ups, enabling of ACK, and setting clock frequency)..." alt="" coords="165,5,232,32"/>
<area shape="rect" id="node4" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="280,56,443,83"/>
<area shape="rect" id="node3" href="$ci2c__advanced_8ino.html#a4fc01d736fe50cf5b977f755b675f11d" title="setup" alt="" coords="334,5,389,32"/>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,13 +0,0 @@
digraph "I2C_write"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node125 [label="I2C_write",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node125 -> Node126 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node126 [label="loop",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c__master__write_8ino.html#afe461d27b9c48d5921c00d521181f12f"];
Node125 -> Node127 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node127 [label="I2C_slave_get_reg_addr",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0",tooltip="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..."];
Node125 -> Node128 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node128 [label="I2C_write_next",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0",tooltip="This inline is a wrapper to I2C_write in case of contigous operations. "];
}

View File

@ -0,0 +1,5 @@
<map id="I2C_write" name="I2C_write">
<area shape="rect" id="node2" href="$ci2c__master__write_8ino.html#afe461d27b9c48d5921c00d521181f12f" title="loop" alt="" coords="191,5,238,32"/>
<area shape="rect" id="node3" href="$ci2c_8h.html#a41be982659cb049fcdf88a18e3e4c4e0" title="Get I2C current register address (addr may passed this way in procedures if contigous accesses) ..." alt="" coords="133,56,296,83"/>
<area shape="rect" id="node4" href="$ci2c_8h.html#add4eec772922da692bdbb84c354a3fa0" title="This inline is a wrapper to I2C_write in case of contigous operations. " alt="" coords="159,107,270,133"/>
</map>

Some files were not shown because too many files have changed in this diff Show More