Lines Matching full:endpoint
13 * @brief Set bit associated with the endpoint
17 * @param[in] ep_bm Pointer to endpoint bitmap
18 * @param[in] ep Endpoint address
30 * @brief Clear bit associated with the endpoint
34 * @param[in] ep_bm Pointer to endpoint bitmap
35 * @param[in] ep Endpoint address
47 * @brief Check whether bit associated with the endpoint is set
51 * @param[in] ep_bm Pointer to endpoint bitmap
52 * @param[in] ep Endpoint address
70 * @brief Enable endpoint
72 * This function enables endpoint and sets corresponding bit.
75 * @param[in] ed Pointer to endpoint descriptor
76 * @param[in] ep_bm Pointer to endpoint bitmap
85 * @brief Disable endpoint
87 * This function disables endpoint and clears corresponding bit.
90 * @param[in] ep Endpoint address
91 * @param[in] ep_bm Pointer to endpoint bitmap