Current File : //proc/self/root/kunden/usr/share/doc/alsa-lib-devel/doxygen/html/timer__local_8h_source.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ALSA project - the C library reference: /builddir/build/BUILD/alsa-lib-1.2.13/src/timer/timer_local.h Source File</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">ALSA project - the C library reference
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</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><li class="navelem"><a class="el" href="dir_8c35c1873c2690b478a9950d0638d637.html">timer</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">timer_local.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Timer interface - local header file</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz></span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * This library is free software; you can redistribute it and/or modify</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * it under the terms of the GNU Lesser General Public License as</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * published by the Free Software Foundation; either version 2.1 of</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * the License, or (at your option) any later version.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * This program is distributed in the hope that it will be useful,</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * GNU Lesser General Public License for more details.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * License along with this library; if not, write to the Free Software</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include "local.h"</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <limits.h></span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <sys/ioctl.h></span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#ifndef DOC_HIDDEN</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  int (*close)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer);</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  int (*nonblock)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer, <span class="keywordtype">int</span> nonblock);</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  int (*async)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer, <span class="keywordtype">int</span> sig, pid_t pid);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  int (*info)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer, <a class="code" href="group___timer.html#ga8d2a9e26d1f38ce65160d3cd71a2bce3">snd_timer_info_t</a> *info);</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  int (*params)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer, <a class="code" href="group___timer.html#ga3450759fce8e0863ebce3221e82bafca">snd_timer_params_t</a> *params);</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  int (*<a class="code" href="ump__msg_8h.html#ade20423e91627f07e610924cb0081623">status</a>)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer, <a class="code" href="group___timer.html#ga6fe20f2c0d1535e3a200944b1244f855">snd_timer_status_t</a> *<a class="code" href="ump__msg_8h.html#ade20423e91627f07e610924cb0081623">status</a>);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  int (*rt_start)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer);</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  int (*rt_stop)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  int (*rt_continue)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  ssize_t (*read)(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer, <span class="keywordtype">void</span> *buffer, <span class="keywordtype">size_t</span> size);</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> } snd_timer_ops_t;</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">struct </span>_snd_timer {</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> version;</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keywordtype">void</span> *dl_handle;</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <span class="keywordtype">char</span> *name;</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="group___timer.html#ga07cba0cdbcdc514edb078bcc0740a7cf">snd_timer_type_t</a> <a class="code" href="ump__msg_8h.html#ad44b615021ed3ccb734fcaf583ef4a03">type</a>;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="keywordtype">int</span> mode;</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keywordtype">int</span> poll_fd;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">const</span> snd_timer_ops_t *ops;</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keywordtype">void</span> *private_data;</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keyword">struct </span>list_head async_handlers;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> };</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  int (*close)(<a class="code" href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a> *timer);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  int (*next_device)(<a class="code" href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a> *timer, <a class="code" href="group___timer.html#ga87c7e9656e171a76dada7e7e2da37136">snd_timer_id_t</a> *tid);</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  int (*info)(<a class="code" href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a> *timer, <a class="code" href="group___timer.html#ga794ba3ef840cdb926d415ebb75d2c968">snd_timer_ginfo_t</a> *info);</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  int (*params)(<a class="code" href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a> *timer, <a class="code" href="group___timer.html#ga891a982092ef97b93001ae2c096b8bf9">snd_timer_gparams_t</a> *info);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  int (*<a class="code" href="ump__msg_8h.html#ade20423e91627f07e610924cb0081623">status</a>)(<a class="code" href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a> *timer, <a class="code" href="group___timer.html#gac14592347542015d4540e5c91ba2f677">snd_timer_gstatus_t</a> *info);</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> } snd_timer_query_ops_t;</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="keyword">struct </span>_snd_timer_query {</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordtype">void</span> *dl_handle;</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordtype">char</span> *name;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="code" href="group___timer.html#ga07cba0cdbcdc514edb078bcc0740a7cf">snd_timer_type_t</a> <a class="code" href="ump__msg_8h.html#ad44b615021ed3ccb734fcaf583ef4a03">type</a>;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keywordtype">int</span> mode;</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordtype">int</span> poll_fd;</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keyword">const</span> snd_timer_query_ops_t *ops;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keywordtype">void</span> *private_data;</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> };</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor">#endif </span><span class="comment">/* DOC_HIDDEN */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="keywordtype">int</span> snd_timer_hw_open(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> **handle, <span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keywordtype">int</span> dev_class, <span class="keywordtype">int</span> dev_sclass, <span class="keywordtype">int</span> card, <span class="keywordtype">int</span> device, <span class="keywordtype">int</span> subdevice, <span class="keywordtype">int</span> mode);</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keywordtype">int</span> snd_timer_query_hw_open(<a class="code" href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a> **handle, <span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keywordtype">int</span> mode);</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="keywordtype">int</span> snd_timer_async(<a class="code" href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a> *timer, <span class="keywordtype">int</span> sig, pid_t pid);</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  </div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="preprocessor">#ifdef INTERNAL</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="keywordtype">int</span> INTERNAL(<a class="code" href="group___timer.html#ga497d23da21ec46d58ef3d6c01942d7c1">snd_timer_params_set_exclusive</a>)(<a class="code" href="group___timer.html#ga3450759fce8e0863ebce3221e82bafca">snd_timer_params_t</a> * params, <span class="keywordtype">int</span> exclusive);</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="keywordtype">int</span> INTERNAL(<a class="code" href="group___timer.html#ga66fffdd5b538259b54ebe9570581d52a">snd_timer_params_get_exclusive</a>)(<a class="code" href="group___timer.html#ga3450759fce8e0863ebce3221e82bafca">snd_timer_params_t</a> * params);</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="keywordtype">void</span> INTERNAL(<a class="code" href="group___timer.html#gab6820b66547c333402ea8e66fd600af2">snd_timer_params_set_filter</a>)(<a class="code" href="group___timer.html#ga3450759fce8e0863ebce3221e82bafca">snd_timer_params_t</a> * params, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> filter);</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> INTERNAL(<a class="code" href="group___timer.html#ga94c66976bd4b993c766e81d2452597f1">snd_timer_params_get_filter</a>)(<a class="code" href="group___timer.html#ga3450759fce8e0863ebce3221e82bafca">snd_timer_params_t</a> * params);</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="keywordtype">int</span> INTERNAL(<a class="code" href="group___timer.html#gafcab2e2ce9b0ab69641ca10ba6a5bc17">snd_timer_query_info</a>)(<a class="code" href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a> *timer, <a class="code" href="group___timer.html#ga794ba3ef840cdb926d415ebb75d2c968">snd_timer_ginfo_t</a> *info);</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="keywordtype">int</span> INTERNAL(<a class="code" href="group___timer.html#ga03945b4d2bd9512de9a3fd923b71551d">snd_timer_query_params</a>)(<a class="code" href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a> *timer, <a class="code" href="group___timer.html#ga891a982092ef97b93001ae2c096b8bf9">snd_timer_gparams_t</a> *params);</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="keywordtype">int</span> INTERNAL(<a class="code" href="group___timer.html#ga4faf0668a3808f0b0f78f260af193645">snd_timer_query_status</a>)(<a class="code" href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a> *timer, <a class="code" href="group___timer.html#gac14592347542015d4540e5c91ba2f677">snd_timer_gstatus_t</a> *<a class="code" href="ump__msg_8h.html#ade20423e91627f07e610924cb0081623">status</a>);</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="preprocessor">#endif </span><span class="comment">/* INTERNAL */</span><span class="preprocessor"></span></div>
<div class="ttc" id="agroup___timer_html_ga03945b4d2bd9512de9a3fd923b71551d"><div class="ttname"><a href="group___timer.html#ga03945b4d2bd9512de9a3fd923b71551d">snd_timer_query_params</a></div><div class="ttdeci">int INTERNAL() snd_timer_query_params(snd_timer_query_t *timer, snd_timer_gparams_t *params)</div><div class="ttdoc">set the timer global parameters</div><div class="ttdef"><b>Definition:</b> timer_query.c:407</div></div>
<div class="ttc" id="agroup___timer_html_ga07cba0cdbcdc514edb078bcc0740a7cf"><div class="ttname"><a href="group___timer.html#ga07cba0cdbcdc514edb078bcc0740a7cf">snd_timer_type_t</a></div><div class="ttdeci">snd_timer_type_t</div><div class="ttdef"><b>Definition:</b> timer.h:127</div></div>
<div class="ttc" id="agroup___timer_html_ga279f189051eba2c5e072c30198deb81a"><div class="ttname"><a href="group___timer.html#ga279f189051eba2c5e072c30198deb81a">snd_timer_query_t</a></div><div class="ttdeci">struct _snd_timer_query snd_timer_query_t</div><div class="ttdef"><b>Definition:</b> timer.h:137</div></div>
<div class="ttc" id="agroup___timer_html_ga3450759fce8e0863ebce3221e82bafca"><div class="ttname"><a href="group___timer.html#ga3450759fce8e0863ebce3221e82bafca">snd_timer_params_t</a></div><div class="ttdeci">struct _snd_timer_params snd_timer_params_t</div><div class="ttdef"><b>Definition:</b> timer.h:57</div></div>
<div class="ttc" id="agroup___timer_html_ga497d23da21ec46d58ef3d6c01942d7c1"><div class="ttname"><a href="group___timer.html#ga497d23da21ec46d58ef3d6c01942d7c1">snd_timer_params_set_exclusive</a></div><div class="ttdeci">int INTERNAL() snd_timer_params_set_exclusive(snd_timer_params_t *params, int exclusive)</div><div class="ttdoc">set timer exclusive use</div><div class="ttdef"><b>Definition:</b> timer.c:642</div></div>
<div class="ttc" id="agroup___timer_html_ga4faf0668a3808f0b0f78f260af193645"><div class="ttname"><a href="group___timer.html#ga4faf0668a3808f0b0f78f260af193645">snd_timer_query_status</a></div><div class="ttdeci">int INTERNAL() snd_timer_query_status(snd_timer_query_t *timer, snd_timer_gstatus_t *status)</div><div class="ttdoc">get the timer global status</div><div class="ttdef"><b>Definition:</b> timer_query.c:425</div></div>
<div class="ttc" id="agroup___timer_html_ga66fffdd5b538259b54ebe9570581d52a"><div class="ttname"><a href="group___timer.html#ga66fffdd5b538259b54ebe9570581d52a">snd_timer_params_get_exclusive</a></div><div class="ttdeci">int INTERNAL() snd_timer_params_get_exclusive(snd_timer_params_t *params)</div><div class="ttdoc">determine if timer has exclusive flag</div><div class="ttdef"><b>Definition:</b> timer.c:662</div></div>
<div class="ttc" id="agroup___timer_html_ga6fe20f2c0d1535e3a200944b1244f855"><div class="ttname"><a href="group___timer.html#ga6fe20f2c0d1535e3a200944b1244f855">snd_timer_status_t</a></div><div class="ttdeci">struct _snd_timer_status snd_timer_status_t</div><div class="ttdef"><b>Definition:</b> timer.h:59</div></div>
<div class="ttc" id="agroup___timer_html_ga794ba3ef840cdb926d415ebb75d2c968"><div class="ttname"><a href="group___timer.html#ga794ba3ef840cdb926d415ebb75d2c968">snd_timer_ginfo_t</a></div><div class="ttdeci">struct _snd_timer_ginfo snd_timer_ginfo_t</div><div class="ttdef"><b>Definition:</b> timer.h:49</div></div>
<div class="ttc" id="agroup___timer_html_ga7f514d85bfd93e1e5853a5fded89b668"><div class="ttname"><a href="group___timer.html#ga7f514d85bfd93e1e5853a5fded89b668">snd_timer_t</a></div><div class="ttdeci">struct _snd_timer snd_timer_t</div><div class="ttdef"><b>Definition:</b> timer.h:139</div></div>
<div class="ttc" id="agroup___timer_html_ga87c7e9656e171a76dada7e7e2da37136"><div class="ttname"><a href="group___timer.html#ga87c7e9656e171a76dada7e7e2da37136">snd_timer_id_t</a></div><div class="ttdeci">struct _snd_timer_id snd_timer_id_t</div><div class="ttdef"><b>Definition:</b> timer.h:47</div></div>
<div class="ttc" id="agroup___timer_html_ga891a982092ef97b93001ae2c096b8bf9"><div class="ttname"><a href="group___timer.html#ga891a982092ef97b93001ae2c096b8bf9">snd_timer_gparams_t</a></div><div class="ttdeci">struct _snd_timer_gparams snd_timer_gparams_t</div><div class="ttdef"><b>Definition:</b> timer.h:51</div></div>
<div class="ttc" id="agroup___timer_html_ga8d2a9e26d1f38ce65160d3cd71a2bce3"><div class="ttname"><a href="group___timer.html#ga8d2a9e26d1f38ce65160d3cd71a2bce3">snd_timer_info_t</a></div><div class="ttdeci">struct _snd_timer_info snd_timer_info_t</div><div class="ttdef"><b>Definition:</b> timer.h:55</div></div>
<div class="ttc" id="agroup___timer_html_ga94c66976bd4b993c766e81d2452597f1"><div class="ttname"><a href="group___timer.html#ga94c66976bd4b993c766e81d2452597f1">snd_timer_params_get_filter</a></div><div class="ttdeci">unsigned int INTERNAL() snd_timer_params_get_filter(snd_timer_params_t *params)</div><div class="ttdoc">get timer event filter</div><div class="ttdef"><b>Definition:</b> timer.c:764</div></div>
<div class="ttc" id="agroup___timer_html_gab6820b66547c333402ea8e66fd600af2"><div class="ttname"><a href="group___timer.html#gab6820b66547c333402ea8e66fd600af2">snd_timer_params_set_filter</a></div><div class="ttdeci">void INTERNAL() snd_timer_params_set_filter(snd_timer_params_t *params, unsigned int filter)</div><div class="ttdoc">set timer event filter</div><div class="ttdef"><b>Definition:</b> timer.c:748</div></div>
<div class="ttc" id="agroup___timer_html_gac14592347542015d4540e5c91ba2f677"><div class="ttname"><a href="group___timer.html#gac14592347542015d4540e5c91ba2f677">snd_timer_gstatus_t</a></div><div class="ttdeci">struct _snd_timer_gstatus snd_timer_gstatus_t</div><div class="ttdef"><b>Definition:</b> timer.h:53</div></div>
<div class="ttc" id="agroup___timer_html_gafcab2e2ce9b0ab69641ca10ba6a5bc17"><div class="ttname"><a href="group___timer.html#gafcab2e2ce9b0ab69641ca10ba6a5bc17">snd_timer_query_info</a></div><div class="ttdeci">int INTERNAL() snd_timer_query_info(snd_timer_query_t *timer, snd_timer_ginfo_t *info)</div><div class="ttdoc">obtain the timer global information</div><div class="ttdef"><b>Definition:</b> timer_query.c:389</div></div>
<div class="ttc" id="aump__msg_8h_html_ad44b615021ed3ccb734fcaf583ef4a03"><div class="ttname"><a href="ump__msg_8h.html#ad44b615021ed3ccb734fcaf583ef4a03">type</a></div><div class="ttdeci">uint8_t type</div><div class="ttdef"><b>Definition:</b> ump_msg.h:13</div></div>
<div class="ttc" id="aump__msg_8h_html_ade20423e91627f07e610924cb0081623"><div class="ttname"><a href="ump__msg_8h.html#ade20423e91627f07e610924cb0081623">status</a></div><div class="ttdeci">uint8_t status</div><div class="ttdef"><b>Definition:</b> ump_msg.h:11</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>