Lines Matching full:driver

43  * @defgroup nrfx_rtc RTC driver
46 * @brief Real Timer Counter (RTC) peripheral driver.
52 /**@brief RTC driver interrupt types. */
63 /**@brief RTC driver instance structure. */
72 /**@brief Macro for creating RTC driver instance.*/
94 /**@brief RTC driver instance configuration structure. */
113 /**@brief RTC driver instance handler type. */
116 /**@brief Function for initializing the RTC driver instance.
120 * @param[in] p_instance Pointer to the driver instance structure.
132 /**@brief Function for uninitializing the RTC driver instance.
137 * @param[in] p_instance Pointer to the driver instance structure.
141 /**@brief Function for enabling the RTC driver instance.
145 * @param[in] p_instance Pointer to the driver instance structure.
149 /**@brief Function for disabling the RTC driver instance.
153 * @param[in] p_instance Pointer to the driver instance structure.
162 * The driver is not entering a critical section when configuring RTC, which means that it can be
163 …* preempted for a certain amount of time. When the driver was preempted and the value to be …
164 * is short in time, there is a risk that the driver sets a compare value that is
172 * @param[in] p_instance Pointer to the driver instance structure.
191 * @param[in] p_instance Pointer to the driver instance structure.
204 * @param[in] p_instance Pointer to the driver instance structure.
213 * @param[in] p_instance Pointer to the driver instance structure.
222 * @param[in] p_instance Pointer to the driver instance structure.
231 * @param[in] p_instance Pointer to the driver instance structure.
243 * @param[in] p_instance Pointer to the driver instance structure.
251 * @param[in] p_instance Pointer to the driver instance structure.
259 * @param[in] p_instance Pointer to the driver instance structure.
268 * @param[in] p_instance Pointer to the driver instance structure.
278 * @param[in] p_instance Pointer to the driver instance structure.
282 /**@brief Function for returning a requested task address for the RTC driver instance.
294 /**@brief Function for returning a requested event address for the RTC driver instance.
298 * @param[in] p_instance Pointer to the driver instance structure.