Lines Matching full:out
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
58 * This number would be shared between IN and OUT endpoint.
87 * @brief Create identifier for OUT endpoint.
89 * Simple macro to create OUT endpoint identifier for given endpoint number.
106 NRFX_USBD_EPOUT0 = NRF_USBD_EPOUT(0), /**< Endpoint OUT 0 */
107 NRFX_USBD_EPOUT1 = NRF_USBD_EPOUT(1), /**< Endpoint OUT 1 */
108 NRFX_USBD_EPOUT2 = NRF_USBD_EPOUT(2), /**< Endpoint OUT 2 */
109 NRFX_USBD_EPOUT3 = NRF_USBD_EPOUT(3), /**< Endpoint OUT 3 */
110 NRFX_USBD_EPOUT4 = NRF_USBD_EPOUT(4), /**< Endpoint OUT 4 */
111 NRFX_USBD_EPOUT5 = NRF_USBD_EPOUT(5), /**< Endpoint OUT 5 */
112 NRFX_USBD_EPOUT6 = NRF_USBD_EPOUT(6), /**< Endpoint OUT 6 */
113 NRFX_USBD_EPOUT7 = NRF_USBD_EPOUT(7), /**< Endpoint OUT 7 */
114 NRFX_USBD_EPOUT8 = NRF_USBD_EPOUT(8), /**< Endpoint OUT 8 */
141 NRFX_USBD_EVT_EPTRANSFER, /**< For Rx (OUT: Host->Device):
274 * @brief Helper macro for declaring OUT transfer item (@ref nrfx_usbd_transfer_t).
303 * @param[out] p_next Structure with the data for the next transfer to be filled.
305 * @param[in,out] p_context Context variable configured with the transfer.
327 * @param[out] p_next Structure with the data for the next transfer to be filled.
329 * @param[in,out] p_context Context variable configured with the transfer.
358 * IN or OUT type of the transfer.
652 * For OUT endpoint receiving would be initiated.
671 * For an OUT endpoint, receiving is initiated.
673 * OUT direction.
705 * @param[out] p_size Information about the current/last transfer size.
731 * - OUT (TX) endpoint: Last uploaded data is still in endpoint and is waiting
736 * - OUT (TX) endpoint: New data can be uploaded.
765 * If it is OUT endpoint (receiving) it would be also prepared for reception.
799 * @param[out] p_setup Pointer to data structure that would be filled by
808 * Clears only OUT endpoint to be able to take another OUT data token.
841 * @retval NRFX_USBD_EPOUT0 Expecting OUT (Host->Device) direction or no data.
847 * @brief Drop transfer on OUT endpoint.
849 * @param[in] ep OUT endpoint ID.