Lines Matching full:driver

43  * @defgroup nrfx_pwm PWM driver
46 * @brief Pulse Width Modulation (PWM) peripheral driver.
50 * @brief PWM driver instance data structure.
55 uint8_t drv_inst_idx; ///< Driver instance index.
59 * @brief Macro for creating a PWM driver instance.
97 * @brief PWM driver configuration structure.
113 * @brief PWM driver default configuration.
180 * @brief PWM driver event type.
193 * @brief PWM driver event handler type.
199 * @brief Function for initializing the PWM driver.
201 * @param[in] p_instance Pointer to the driver instance structure.
209 * @retval NRFX_ERROR_INVALID_STATE If the driver was already initialized.
216 * @brief Function for uninitializing the PWM driver.
220 * @param[in] p_instance Pointer to the driver instance structure.
246 * @param[in] p_instance Pointer to the driver instance structure.
273 * @param[in] p_instance Pointer to the driver instance structure.
295 * @param[in] p_instance Pointer to the driver instance structure.
315 * @param[in] p_instance Pointer to the driver instance structure.
328 * @param[in] p_instance Pointer to the driver instance structure.
338 * @param[in] p_instance Pointer to the driver instance structure.
351 * @param[in] p_instance Pointer to the driver instance structure.
363 * @param[in] p_instance Pointer to the driver instance structure.
375 * @param[in] p_instance Pointer to the driver instance structure.
387 * @param[in] p_instance Pointer to the driver instance structure.
399 * @param[in] p_instance Pointer to the driver instance structure.
410 * @param[in] p_instance Pointer to the driver instance structure.