Lines Matching full:for
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
45 * @brief Hardware access layer for managing the TIMER peripheral.
49 * @brief Macro for validating the correctness of the BIT_WIDTH setting.
84 * @brief Macro for getting the number of capture/compare channels available
95 …NRF_TIMER_TASK_START = offsetof(NRF_TIMER_Type, TASKS_START), ///< Task for starting the t…
96 …NRF_TIMER_TASK_STOP = offsetof(NRF_TIMER_Type, TASKS_STOP), ///< Task for stopping the t…
97 …NRF_TIMER_TASK_COUNT = offsetof(NRF_TIMER_Type, TASKS_COUNT), ///< Task for incrementing t…
98 …NRF_TIMER_TASK_CLEAR = offsetof(NRF_TIMER_Type, TASKS_CLEAR), ///< Task for resetting the …
99 …NRF_TIMER_TASK_SHUTDOWN = offsetof(NRF_TIMER_Type, TASKS_SHUTDOWN), ///< Task for powering off t…
100 …NRF_TIMER_TASK_CAPTURE0 = offsetof(NRF_TIMER_Type, TASKS_CAPTURE[0]), ///< Task for capturing the …
101 …NRF_TIMER_TASK_CAPTURE1 = offsetof(NRF_TIMER_Type, TASKS_CAPTURE[1]), ///< Task for capturing the …
102 …NRF_TIMER_TASK_CAPTURE2 = offsetof(NRF_TIMER_Type, TASKS_CAPTURE[2]), ///< Task for capturing the …
103 …NRF_TIMER_TASK_CAPTURE3 = offsetof(NRF_TIMER_Type, TASKS_CAPTURE[3]), ///< Task for capturing the …
105 …NRF_TIMER_TASK_CAPTURE4 = offsetof(NRF_TIMER_Type, TASKS_CAPTURE[4]), ///< Task for capturing the …
108 …NRF_TIMER_TASK_CAPTURE5 = offsetof(NRF_TIMER_Type, TASKS_CAPTURE[5]), ///< Task for capturing the …
137 …NRF_TIMER_SHORT_COMPARE0_STOP_MASK = TIMER_SHORTS_COMPARE0_STOP_Msk, ///< Shortcut for stopping …
138 …NRF_TIMER_SHORT_COMPARE1_STOP_MASK = TIMER_SHORTS_COMPARE1_STOP_Msk, ///< Shortcut for stopping …
139 …NRF_TIMER_SHORT_COMPARE2_STOP_MASK = TIMER_SHORTS_COMPARE2_STOP_Msk, ///< Shortcut for stopping …
140 …NRF_TIMER_SHORT_COMPARE3_STOP_MASK = TIMER_SHORTS_COMPARE3_STOP_Msk, ///< Shortcut for stopping …
142 …NRF_TIMER_SHORT_COMPARE4_STOP_MASK = TIMER_SHORTS_COMPARE4_STOP_Msk, ///< Shortcut for stopping …
145 …NRF_TIMER_SHORT_COMPARE5_STOP_MASK = TIMER_SHORTS_COMPARE5_STOP_Msk, ///< Shortcut for stopping …
147 …NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK = TIMER_SHORTS_COMPARE0_CLEAR_Msk, ///< Shortcut for clearing …
148 …NRF_TIMER_SHORT_COMPARE1_CLEAR_MASK = TIMER_SHORTS_COMPARE1_CLEAR_Msk, ///< Shortcut for clearing …
149 …NRF_TIMER_SHORT_COMPARE2_CLEAR_MASK = TIMER_SHORTS_COMPARE2_CLEAR_Msk, ///< Shortcut for clearing …
150 …NRF_TIMER_SHORT_COMPARE3_CLEAR_MASK = TIMER_SHORTS_COMPARE3_CLEAR_Msk, ///< Shortcut for clearing …
152 …NRF_TIMER_SHORT_COMPARE4_CLEAR_MASK = TIMER_SHORTS_COMPARE4_CLEAR_Msk, ///< Shortcut for clearing …
155 …NRF_TIMER_SHORT_COMPARE5_CLEAR_MASK = TIMER_SHORTS_COMPARE5_CLEAR_Msk, ///< Shortcut for clearing …
235 * @brief Function for activating a specific timer task.
244 * @brief Function for getting the address of a specific timer task register.
255 * @brief Function for clearing a specific timer event.
264 * @brief Function for checking the state of a specific timer event.
276 * @brief Function for getting the address of a specific timer event register.
287 * @brief Function for enabling specified shortcuts.
296 * @brief Function for disabling specified shortcuts.
305 * @brief Function for enabling specified interrupts.
314 * @brief Function for disabling specified interrupts.
323 * @brief Function for retrieving the state of a given interrupt.
336 * @brief Function for setting the subscribe configuration for a given
340 * @param[in] task Task for which to set the configuration.
348 * @brief Function for clearing the subscribe configuration for a given
352 * @param[in] task Task for which to clear the configuration.
358 * @brief Function for setting the publish configuration for a given
362 * @param[in] event Event for which to set the configuration.
370 * @brief Function for clearing the publish configuration for a given
374 * @param[in] event Event for which to clear the configuration.
381 * @brief Function for setting the timer mode.
390 * @brief Function for retrieving the timer mode.
399 * @brief Function for setting the timer bit width.
408 * @brief Function for retrieving the timer bit width.
417 * @brief Function for setting the timer frequency.
426 * @brief Function for retrieving the timer frequency.
435 * @brief Function for writing the capture/compare register for a specified channel.
446 * @brief Function for retrieving the capture/compare value for a specified channel.
457 * @brief Function for getting a specific timer capture task.
466 * @brief Function for getting a specific timer compare event.
475 * @brief Function for getting a specific timer compare interrupt.
484 * @brief Function for calculating the number of timer ticks for a given time
496 * @brief Function for calculating the number of timer ticks for a given time