Lines Matching +full:controller +full:- +full:out
1 /* usb_dc.h - USB device controller driver interface */
6 * SPDX-License-Identifier: Apache-2.0
11 * @brief USB device controller APIs
13 * This file contains the USB device controller APIs. All device controller
23 * @brief USB Device Controller API
24 * @defgroup _usb_device_controller_api USB Device Controller API
36 /** USB error reported by the controller */
70 /** Out transaction on this EP, data is available for read */
115 * OUT EP = 0x00 | \<endpoint number\>
179 * @brief Set USB device controller status callback
181 * Function to set USB device controller status callback. The registered
182 * callback is used to report changes in the status of the device controller.
242 * @param[out] stalled Endpoint stall status
303 * out.
310 * @param[out] ret_bytes Bytes scheduled for transmission. This value
322 * This function is called by the endpoint handler function, after an OUT
332 * @param[out] read_bytes Number of bytes read. If data is NULL and
369 * @param[out] read_bytes Number of bytes read. If data is NULL and