Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 25 of 25) 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() argument
58 pudev->host.pipe[pp_num].data_toggle_in = toggle; in usbh_pipe_toggle_set()
60 pudev->host.pipe[pp_num].data_toggle_out = toggle; in usbh_pipe_toggle_set()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_common.h190 unsigned int toggle[2]; /* 该设备的各个ep的toggle */ member
560 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1)
561 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << (ep)))
562 #define usb_settoggle(dev, ep, out, bit) ((dev)->toggle[out] = ((dev)->toggle[out] & ~(1 << (ep)…
A Dusb.h474 unsigned int toggle[2]; member
/bsp/phytium/board/
A Dsmp_sgi_test.c108 MSH_CMD_EXPORT(smp_sgi_sample, smp toggle sgi sample.);
/bsp/simulator/SDL2/include/
A DSDL_mouse.h435 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
/bsp/phytium/libraries/drivers_example/
A Dgpio_sample.c110 MSH_CMD_EXPORT(gpio_toggle_sample, FT GPIO toggle sample.);
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/msc/Source/
A Dusbh_msc_bbb.c229 uint8_t toggle = usbh_pipe_toggle_get(puhost->data, msc->pipe_out); in usbh_msc_bot_process() local
230 usbh_pipe_toggle_set(puhost->data, msc->pipe_out, 1U - toggle); in usbh_msc_bot_process()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhpl_usb_host.h330 uint8_t toggle; member
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/
A Dhpl_usb_host.h330 uint8_t toggle; member
/bsp/at32/libraries/usbotg_library/src/
A Dusbh_core.c90 usb_sts_type usbh_set_toggle(usbh_core_type *uhost, uint8_t hc_num, uint8_t toggle) in usbh_set_toggle() argument
95 uhost->hch[hc_num].toggle_in = toggle; in usbh_set_toggle()
100 uhost->hch[hc_num].toggle_out = toggle; in usbh_set_toggle()
/bsp/at32/libraries/usbotg_library/inc/
A Dusbh_core.h313 usb_sts_type usbh_set_toggle(usbh_core_type *uhost, uint8_t hc_num, uint8_t toggle);
/bsp/synopsys/boards/
A DSConstruct308 …os.system('mdb -source_path=%s -nooptions -nogoifmain -toggle=include_local_symbols=1 -nsim -off=b…
311 …os.system('mdb -source_path=%s -nooptions -nogoifmain -toggle=include_local_symbols=1 -hard -digil…
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_usb.c485 void ald_usb_host_ep_data_toggle(uint32_t ep_idx, bool toggle, uint32_t flags) in ald_usb_host_ep_data_toggle() argument
489 if (toggle) { in ald_usb_host_ep_data_toggle()
/bsp/at91/at91sam9260/debug_scripts/
A Dat91sam9260.gdb27 #toggle remap bits
A Dat91sam9260.ini49 _WDWORD(0xFFFFEF00,0x03); // toggle remap bits
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_usb.h500 extern void ald_usb_host_ep_data_toggle(uint32_t ep_idx, bool toggle, uint32_t flags);
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_usb.h675 extern void ald_usb_host_ep_data_toggle(uint32_t ep_idx, bool toggle, uint32_t flags);
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dohci-q.c840 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C);
872 ed->hwHeadP = next->hwNextTD | toggle;
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_usb.c594 void ald_usb_host_ep_data_toggle(uint32_t ep_idx, bool toggle, uint32_t flags) in ald_usb_host_ep_data_toggle() argument
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub.c2116 dev->toggle[0] = dev->toggle[1] = 0; in usb_disable_device()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_eth.c1320 FINSH_FUNCTION_EXPORT(enet_nvic_tog, toggle enet nvic pendding bit);
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md829 - samples: drivers: acmp: fix one toggle value but multi toggle pulses
1054 - samples: drivers: fix acmp toggle error
1281 - samples: drivers: plic: use gpio toggle count as nested irq
1319 - samples/tinyusb/host: optimize the toggle rate of the blinking led
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt1404 + Add SWCLK toggle of "GPIO_DisableDebugPort()" function.
1631 …+ Add LED3 toggle of "//project_template/IP/Example" since HT32F52253 Starter Kit using LED2 and L…
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/
A DRelease_Notes.txt657 + Add SWCLK toggle of "GPIO_DisableDebugPort()" function.
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile1374 # user toggle between dark and light mode via a button.

Completed in 65 milliseconds