Home
last modified time | relevance | path

Searched refs:usbh_pipe_toggle_set (Results 1 – 6 of 6) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Include/
A Dusbh_pipe.h55 static inline void usbh_pipe_toggle_set (usb_core_driver *pudev, uint8_t pp_num, uint8_t toggle) in usbh_pipe_toggle_set() function
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/msc/Source/
A Dusbh_msc_bbb.c230 usbh_pipe_toggle_set(puhost->data, msc->pipe_out, 1U - toggle); in usbh_msc_bot_process()
231 usbh_pipe_toggle_set(puhost->data, msc->pipe_in, 0U); in usbh_msc_bot_process()
A Dusbh_msc_core.c127 usbh_pipe_toggle_set (puhost->data, msc_handler.pipe_out, 0U); in usbh_msc_itf_init()
128 usbh_pipe_toggle_set (puhost->data, msc_handler.pipe_in, 0U); in usbh_msc_itf_init()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/hid/Source/
A Dusbh_hid_core.c372 usbh_pipe_toggle_set(puhost->data, hid_handler.pipe_in, 0U); in usbh_hid_itf_init()
384 usbh_pipe_toggle_set(puhost->data, hid_handler.pipe_out, 0U); in usbh_hid_itf_init()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Source/
A Dusbh_transc.c309 usbh_pipe_toggle_set(puhost->data, puhost->control.pipe_out_num, 1U); in usbh_data_out_transc()
A Dusbh_enum.c362 usbh_pipe_toggle_set(pudev, pp_num, 0U); in usbh_clrfeature()

Completed in 25 milliseconds