Lines Matching full:then
73 * xTimerCreate() returns an TimerHandle_t variable that can then be used to
104 * is created using xTimerCreate() then the required memory is automatically
107 * xTimerCreateStatic() then the application writer must provide the memory that
123 * after 100 ticks, then xTimerPeriodInTicks should be set to 100.
124 * Alternatively, if the timer must expire after 500ms, then xPeriod can be set
128 * @param xAutoReload If xAutoReload is set to pdTRUE then the timer will
130 * If xAutoReload is set to pdFALSE then the timer will be a one-shot timer and
142 * @return If the timer is successfully created then a handle to the newly
145 * structures then NULL is returned.
175 * // If the timer has expired 10 times then stop it from running.
188 * // Create then start some timers. Starting the timers before the scheduler
250 * is created using xTimerCreate() then the required memory is automatically
253 * xTimerCreateStatic() then the application writer must provide the memory that
269 * after 100 ticks, then xTimerPeriodInTicks should be set to 100.
270 * Alternatively, if the timer must expire after 500ms, then xPeriod can be set
274 * @param xAutoReload If xAutoReload is set to pdTRUE then the timer will
276 * If xAutoReload is set to pdFALSE then the timer will be a one-shot timer and
289 * will be then be used to hold the software timer's data structures, removing
292 * @return If the timer is created then a handle to the created timer is
293 * returned. If pxTimerBuffer was NULL then NULL is returned.
334 * // structure. If the parameter is passed as NULL then the structure will be
377 * If the same callback function is assigned to multiple timers then the timer
398 * If the same callback function is assigned to multiple timers then the timer
469 * already in the active state, then xTimerStart() has equivalent functionality
579 * expire after 100 ticks, then xNewPeriod should be set to 100. Alternatively,
580 * if the timer must expire after 500ms, then xNewPeriod can be set to
601 * // referenced by xTimer is already active when it is called, then the timer
603 * // called, then the period of the timer is set to 500ms and the timer is
685 * already in the active state, then xTimerReset() will cause the timer to
687 * called. If the timer was in the dormant state then xTimerReset() has
723 * // without a key being pressed, then the LCD back-light is switched off. In
740 * // Ensure the LCD back-light is on, then reset the timer that is
758 * // Create then start the one-shot timer that is responsible for turning
814 * task (the task that was interrupted), then *pxHigherPriorityTaskWoken will
816 * xTimerStartFromISR() sets this value to pdTRUE then a context switch should
832 * // without a key being pressed, then the LCD back-light is switched off. In
851 * // Ensure the LCD back-light is on, then restart the timer that is
869 * // If xHigherPriorityTaskWoken equals pdTRUE, then a context switch
901 * task (the task that was interrupted), then *pxHigherPriorityTaskWoken will
903 * xTimerStopFromISR() sets this value to pdTRUE then a context switch should
933 * // If xHigherPriorityTaskWoken equals pdTRUE, then a context switch
962 * expire after 100 ticks, then xNewPeriod should be set to 100. Alternatively,
963 * if the timer must expire after 500ms, then xNewPeriod can be set to
974 * currently executing task (the task that was interrupted), then
977 * this value to pdTRUE then a context switch should be performed before the
1007 * // If xHigherPriorityTaskWoken equals pdTRUE, then a context switch
1040 * task (the task that was interrupted), then *pxHigherPriorityTaskWoken will
1042 * xTimerResetFromISR() sets this value to pdTRUE then a context switch should
1057 * // without a key being pressed, then the LCD back-light is switched off. In
1076 * // Ensure the LCD back-light is on, then reset the timer that is
1094 * // If xHigherPriorityTaskWoken equals pdTRUE, then a context switch
1148 * the currently running task (the task the interrupt interrupted) then
1190 * // If xHigherPriorityTaskWoken is now set to pdTRUE then a context
1265 * @param xAutoReload If xAutoReload is set to pdTRUE then the timer will
1268 * xAutoReload is set to pdFALSE then the timer will be a one-shot timer and
1283 * @return If the timer is an auto-reload timer then pdTRUE is returned, otherwise
1297 * @return If the timer is an auto-reload timer then pdTRUE is returned, otherwise
1317 * than the current tick count then the expiry time has overflowed from the
1322 * @return If the timer is running then the time in ticks at which the timer
1323 * will next expire is returned. If the timer is not running then the return