Lines Matching full:timer
43 * @defgroup nrfx_timer Timer driver
46 * @brief TIMER peripheral driver.
50 * @brief Timer driver instance data structure.
54 …NRF_TIMER_Type * p_reg; ///< Pointer to the structure with TIMER peripheral instance re…
60 * @brief Macro for creating a timer driver instance.
89 * @brief Timer driver instance configuration structure.
101 * @brief Timer driver instance default configuration.
113 * @brief Timer driver event handler type.
115 * @param[in] event_type Timer event.
117 * the timer. This parameter can be used to pass
119 * example, the timer ID.
125 * @brief Function for initializing the timer.
140 * @brief Function for uninitializing the timer.
147 * @brief Function for turning on the timer.
154 * @brief Function for turning off the timer.
156 * Note that the timer will allow to enter the lowest possible SYSTEM_ON state
164 * @brief Function for checking the timer state.
168 * @return True if timer is enabled, false otherwise.
173 * @brief Function for pausing the timer.
180 * @brief Function for resuming the timer.
187 * @brief Function for clearing the timer.
194 * @brief Function for incrementing the timer.
201 * @brief Function for returning the address of a specific timer task.
204 * @param[in] timer_task Timer task.
212 * @brief Function for returning the address of a specific timer capture task.
223 * @brief Function for returning the address of a specific timer event.
226 * @param[in] timer_event Timer event.
234 * @brief Function for returning the address of a specific timer compare event.
245 * @brief Function for capturing the timer value.
269 * @brief Function for setting the timer channel in compare mode.
282 * @brief Function for setting the timer channel in extended compare mode.
288 * and the timer task (STOP or CLEAR).
299 * @brief Function for converting time in microseconds to timer ticks.
310 * @brief Function for converting time in milliseconds to timer ticks.
321 * @brief Function for enabling timer compare interrupt.
330 * @brief Function for disabling timer compare interrupt.