You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: classq_o_s_1_1core.html
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@
181
181
<trclass="memdesc:ga2cf5af2256df982e17035559ab177a93"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Add a task to the scheduling scheme running an AT Command Line Interface. Task will be scheduled as event-triggered task. The parser address will be stored in the <aclass="el" href="classq_o_s_1_1event__t.html#a44c21a4201ab6c42ce8a36ec91742787" title="Task arguments defined at the time of its creation. (Storage-Pointer)">event_t::TaskData</a> storage-Pointer. <br/></td></tr>
<trclass="memdesc:a426aade1d561f1f0e2f292acd0ece51c"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Add an input-watcher so that its function is executed by the kernel. <br/></td></tr>
184
+
<trclass="memdesc:a426aade1d561f1f0e2f292acd0ece51c"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Add an input-watcher as a task so that its function is executed by the kernel. <br/></td></tr>
<trclass="memdesc:a4991fda84316e63029be7e200dff6aa0"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Set/Change the callback for the Idle-task. <br/></td></tr>
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">s</td><td>Specifies the initial operational state of the task (<aclass="el" href="group__qtaskmanip.html#gga8eb83d12746447d118e970f385fef5a8af384a000870accb89c5c1f3bba962fe0" title="The task can catch all the events. This operational state is available when the ENABLE bit is set.">taskState::ENABLED_STATE</a>, <aclass="el" href="group__qtaskmanip.html#gga8eb83d12746447d118e970f385fef5a8ac30da079e916ce6def242ed46fac12c5" title="In this state, the time events will be discarded. This operational state is available when the ENABLE...">taskState::DISABLED_STATE</a>, <aclass="el" href="group__qtaskmanip.html#gga8eb83d12746447d118e970f385fef5a8af113e1ff40cec2242040e71786e7bfd1" title="In this state, the task is conceptually in an alert mode, handling most of the available events....">taskState::AWAKE_STATE</a> or <aclass="el" href="group__qtaskmanip.html#gga8eb83d12746447d118e970f385fef5a8af113e1ff40cec2242040e71786e7bfd1" title="In this state, the task is conceptually in an alert mode, handling most of the available events....">taskState::AWAKE_STATE(implies taskState::ENABLED_STATE,)</a>). </td></tr>
<trclass="memdesc:ae91a14fcccc429a4c88e09950930cc3c"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Constructor for the input-watcher instance. <br/></td></tr>
<trclass="memdesc:ac2a0a54239cfaee6503b1b0a9d22761c"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Constructor for the input-watcher instance. <br/></td></tr>
<trclass="memdesc:aee6790595d3cb8511a52fcac5c9facb8"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Constructor for the input-watcher instance. <br/></td></tr>
<trclass="memdesc:a94e0fda2802a8a5cb07892d2e960ab1a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Add a channel to the watcher instance. <br/></td></tr>
<p>Constructor for the input-watcher instance. </p>
227
227
<dlclass="params"><dt>Parameters</dt><dd>
228
228
<tableclass="params">
229
-
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">timeDebounce</td><td>The specified time to bypass the bounce of the digital input channels </td></tr>
229
+
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">dt</td><td>The specified time to bypass the bounce of the digital input channels </td></tr>
0 commit comments