Home
last modified time | relevance | path

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

/bsp/at32/libraries/rt_drivers/
A Ddrv_usbotgh.c156 p_usbotg_instance->p_otg_core->host.hch[pipe->pipe_index].toggle_in = 1; in drv_pipe_xfer()
163 … p_usbotg_instance->p_otg_core->host.hch[pipe->pipe_index].toggle_in = 1U; in drv_pipe_xfer()
165 … if(p_usbotg_instance->p_otg_core->host.hch[pipe->pipe_index].toggle_in == 0U) in drv_pipe_xfer()
191 if( p_usbotg_instance->p_otg_core->host.hch[pipe->pipe_index].toggle_in == 0U) in drv_pipe_xfer()
216 if( p_usbotg_instance->p_otg_core->host.hch[pipe->pipe_index].toggle_in == 0U) in drv_pipe_xfer()
335 p_usbotg_instance->p_otg_core->host.hch[pipe->pipe_index].toggle_in = 0; in drv_open_pipe()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_core.c72 USBH_Info.Ctrl.toggle_in = 0; in USBH_DeInit()
391 phost->Ctrl.toggle_in = 1; in USBH_HandleControl()
425 if(USBH_SendInPacket(phost->Device.Address, 0, phost->Ctrl.toggle_in, size)) in USBH_HandleControl()
435 phost->Ctrl.toggle_in ^= 1; in USBH_HandleControl()
516 if(USBH_SendInPacket(phost->Device.Address, 0, phost->Ctrl.toggle_in, 0)) in USBH_HandleControl()
526 phost->Ctrl.toggle_in ^= 1; in USBH_HandleControl()
A Dusbh_core.h73 uint8_t toggle_in; member
/bsp/at32/libraries/usbotg_library/src/
A Dusbh_int.c218 uhost->hch[chn].toggle_in ^= 1; in usbh_hch_in_handler()
223 uhost->hch[chn].toggle_in ^= 1; in usbh_hch_in_handler()
523 uhost->hch[chn].toggle_in ^= 1; in usbh_rx_qlvl_handler()
A Dusbh_core.c95 uhost->hch[hc_num].toggle_in = toggle; in usbh_set_toggle()
251 if(uhost->hch[hc_num].toggle_in == 0) in usbh_interrupt_recv()
320 if(uhost->hch[hc_num].toggle_in == 0) in usbh_bulk_recv()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usbh.c179 stm32_hhcd_fs.hc[pipe->pipe_index].toggle_in = 0; in drv_open_pipe()

Completed in 14 milliseconds