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 Watchdog Timer (WDT) peripheral.
61 NRF_WDT_TASK_START = offsetof(NRF_WDT_Type, TASKS_START), /**< Task for starting WDT. */
114 * @brief Function for configuring the watchdog behavior when the CPU is sleeping or halted.
121 * @brief Function for starting the WDT task.
128 * @brief Function for clearing the WDT event.
135 * @brief Function for retrieving the state of the WDT event.
145 * @brief Function for enabling a specific interrupt.
152 * @brief Function for retrieving the state of given interrupt.
162 * @brief Function for disabling a specific interrupt.
170 * @brief Function for setting the subscribe configuration for a given
173 * @param[in] task Task for which to set the configuration.
180 * @brief Function for clearing the subscribe configuration for a given
183 * @param[in] task Task for which to clear the configuration.
188 * @brief Function for setting the publish configuration for a given
191 * @param[in] event Event for which to set the configuration.
198 * @brief Function for clearing the publish configuration for a given
201 * @param[in] event Event for which to clear the configuration.
207 * @brief Function for returning the address of a specific WDT task register.
214 * @brief Function for returning the address of a specific WDT event register.
223 * @brief Function for retrieving the watchdog status.
231 * @brief Function for retrieving the watchdog reload request status.
241 * @brief Function for setting the watchdog reload value.
248 * @brief Function for retrieving the watchdog reload value.
255 * @brief Function for enabling a specific reload request register.
262 * @brief Function for disabling a specific reload request register.
269 * @brief Function for retrieving the status of a specific reload request register.
279 * @brief Function for setting a specific reload request register.