Home
last modified time | relevance | path

Searched refs:Ctrl (Results 1 – 15 of 15) sorted by relevance

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_core.c70 USBH_Info.Ctrl.pksz = 8; in USBH_DeInit()
72 USBH_Info.Ctrl.toggle_in = 0; in USBH_DeInit()
73 USBH_Info.Ctrl.toggle_out = 0; in USBH_DeInit()
75 USBH_Info.Ctrl.state = CTRL_IDLE; in USBH_DeInit()
378 switch(phost->Ctrl.state) in USBH_HandleControl()
424 size = (phost->Ctrl.size > phost->Ctrl.pksz) ? phost->Ctrl.pksz : phost->Ctrl.size; in USBH_HandleControl()
474 size = (phost->Ctrl.size > phost->Ctrl.pksz) ? phost->Ctrl.pksz : phost->Ctrl.size; in USBH_HandleControl()
490 if(phost->Ctrl.size) in USBH_HandleControl()
598 phost->Ctrl.buff = buff; in USBH_CtrlTransfer()
599 phost->Ctrl.size = size; in USBH_CtrlTransfer()
[all …]
A Dusbh_stdreq.c40 phost->Ctrl.setup.wLength = size; in USBH_GetDescriptor()
63 phost->Ctrl.setup.wLength = size; in USBH_GetDescriptorEx()
80 phost->Ctrl.setup.wValue = addr; in USBH_SetAddress()
81 phost->Ctrl.setup.wIndex = 0; in USBH_SetAddress()
82 phost->Ctrl.setup.wLength = 0; in USBH_SetAddress()
99 phost->Ctrl.setup.wValue = cfg; in USBH_SetConfiguration()
100 phost->Ctrl.setup.wIndex = 0; in USBH_SetConfiguration()
101 phost->Ctrl.setup.wLength = 0; in USBH_SetConfiguration()
120 phost->Ctrl.setup.wLength = 0; in USBH_SetInterface()
138 phost->Ctrl.setup.wIndex = ep; in USBH_ClrFeature()
[all …]
A Dusbh_core.h131 USBH_CtrlXfer_t Ctrl; member
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_funct.c48 phost->Ctrl.setup.bRequest = CDC_GET_LINE_CODING; in USBH_CDC_GetLineCoding()
49 phost->Ctrl.setup.wValue = 0; in USBH_CDC_GetLineCoding()
50 phost->Ctrl.setup.wIndex = 0; in USBH_CDC_GetLineCoding()
51 phost->Ctrl.setup.wLength = sizeof(CDC_LineCoding_t); in USBH_CDC_GetLineCoding()
67 phost->Ctrl.setup.bRequest = CDC_SET_LINE_CODING; in USBH_CDC_SetLineCoding()
68 phost->Ctrl.setup.wValue = 0; in USBH_CDC_SetLineCoding()
69 phost->Ctrl.setup.wIndex = 0; in USBH_CDC_SetLineCoding()
70 phost->Ctrl.setup.wLength = sizeof(CDC_LineCoding_t); in USBH_CDC_SetLineCoding()
86 phost->Ctrl.setup.bRequest = CDC_SET_CONTROL_LINE; in USBH_CDC_SetControlLine()
88 phost->Ctrl.setup.wIndex = 0; in USBH_CDC_SetControlLine()
[all …]
A Dusbh_cdc_core.c160 phost->Ctrl.toggle_out = 0; in USBH_CDC_Request()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c246 phost->Ctrl.setup.bRequest = USB_HID_SET_IDLE; in USBH_Set_Idle()
247 phost->Ctrl.setup.wValue = (duration << 8 ) | reportId; in USBH_Set_Idle()
248 phost->Ctrl.setup.wIndex = interface; in USBH_Set_Idle()
249 phost->Ctrl.setup.wLength = 0; in USBH_Set_Idle()
267 phost->Ctrl.setup.bRequest = USB_HID_SET_REPORT; in USBH_Set_Report()
269 phost->Ctrl.setup.wIndex = interface; in USBH_Set_Report()
270 phost->Ctrl.setup.wLength = reportLen; in USBH_Set_Report()
287 phost->Ctrl.setup.bRequest = USB_HID_SET_PROTOCOL; in USBH_Set_Protocol()
288 phost->Ctrl.setup.wValue = protocol; in USBH_Set_Protocol()
289 phost->Ctrl.setup.wIndex = interface; in USBH_Set_Protocol()
[all …]
/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_dcmi.c70 uint32_t Ctrl = (1 << 29); in DCMI_Setup() local
71 Ctrl |= VsyncLevel?DCMI_CR_VSPOL:0; in DCMI_Setup()
72 Ctrl |= HsyncLevel?DCMI_CR_HSPOL:0; in DCMI_Setup()
73 Ctrl |= PclkPOL?DCMI_CR_PCKPOL:0; in DCMI_Setup()
74 Ctrl |= ((DataBit - 8) >> 1) << 10; in DCMI_Setup()
75 Ctrl |= (FrameRate & 0x03 ) << 8; in DCMI_Setup()
77 DCMI->CR = Ctrl | (1 << 21); in DCMI_Setup()
A Dcore_adc.c34 uint32_t Ctrl;
72 ADC0->ADC_CR1 = 0x060 | prvADC.Ctrl | prvADC.CurChannel;
84 prvADC.Ctrl = 2 << 3;
96 ADC0->ADC_CR1 = 0x060 | prvADC.Ctrl | prvADC.CurChannel;
101 prvADC.Ctrl = Level << 3;
A Dcore_dac.c80 uint32_t Ctrl; in DAC_Setup() local
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_core.c257 phost->Ctrl.setup.bRequestType = USB_REQ_D2H | USB_REQ_CLASS | USB_REQ_TO_INTERFACE; in USBH_MSC_getMaxLUN()
259 phost->Ctrl.setup.bRequest = 0xFE; in USBH_MSC_getMaxLUN()
260 phost->Ctrl.setup.wValue = 0; in USBH_MSC_getMaxLUN()
261 phost->Ctrl.setup.wIndex = 0; in USBH_MSC_getMaxLUN()
262 phost->Ctrl.setup.wLength = 1; in USBH_MSC_getMaxLUN()
/bsp/nxp/imx/imx6sx/cortex-a9/cpu/
A DcortexA9_gcc.S221 @ SMP status is controlled by bit 6 of the CP15 Aux Ctrl Reg
238 @ SMP status is controlled by bit 6 of the CP15 Aux Ctrl Reg
276 mrc p15, 0, r0, c1, c0, 1 @ Read Aux Ctrl register
278 mcr p15, 0, r0, c1, c0, 1 @ Write Aux Ctrl register
290 mrc p15, 0, r0, c1, c0, 1 @ Read Aux Ctrl register
292 mcr p15, 0, r0, c1, c0, 1 @ Write Aux Ctrl register
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/
A DCD.h98 unsigned int Ctrl : 4; /* attributes of the track */ member
/bsp/x86/
A DREADME.md73 在qemu下可以按Ctrl-A + X退出qemu。
/bsp/ti/c28x/libraries/tms320f28379d/headers/include/
A DF2837xD_can.h451 bp_16 Ctrl:1; // 2 Ctrl read observation member
/bsp/rockchip/rk3500/
A DREADME.md110 3. Power up the development board and press Ctrl + C on the keyboard to enter U-Boot command line m…

Completed in 30 milliseconds