Home
last modified time | relevance | path

Searched refs:Control (Results 1 – 19 of 19) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_ctlreq.c196 phost->Control.setup.b.bmRequestType = USB_D2H | req_type; in USBH_GetDescriptor()
197 phost->Control.setup.b.bRequest = USB_REQ_GET_DESCRIPTOR; in USBH_GetDescriptor()
198 phost->Control.setup.b.wValue.w = value_idx; in USBH_GetDescriptor()
202 phost->Control.setup.b.wIndex.w = 0x0409U; in USBH_GetDescriptor()
206 phost->Control.setup.b.wIndex.w = 0U; in USBH_GetDescriptor()
208 phost->Control.setup.b.wLength.w = length; in USBH_GetDescriptor()
227 phost->Control.setup.b.bmRequestType = USB_H2D | USB_REQ_RECIPIENT_DEVICE | \ in USBH_SetAddress()
230 phost->Control.setup.b.bRequest = USB_REQ_SET_ADDRESS; in USBH_SetAddress()
232 phost->Control.setup.b.wValue.w = (uint16_t)DeviceAddress; in USBH_SetAddress()
233 phost->Control.setup.b.wIndex.w = 0U; in USBH_SetAddress()
[all …]
H A Dusbh_core.c225 phost->Control.state = CTRL_SETUP; in DeInitStateMachine()
226 phost->Control.pipe_size = USBH_MPS_DEFAULT; in DeInitStateMachine()
227 phost->Control.errorcount = 0U; in DeInitStateMachine()
413 USBH_FreePipe(phost, phost->Control.pipe_in); in USBH_Stop()
414 USBH_FreePipe(phost, phost->Control.pipe_out); in USBH_Stop()
550 phost->Control.pipe_out = USBH_AllocPipe(phost, 0x00U); in USBH_Process()
551 phost->Control.pipe_in = USBH_AllocPipe(phost, 0x80U); in USBH_Process()
554 USBH_OpenPipe(phost, phost->Control.pipe_in, 0x80U, in USBH_Process()
556 USBH_EP_CONTROL, (uint16_t)phost->Control.pipe_size); in USBH_Process()
559 USBH_OpenPipe(phost, phost->Control.pipe_out, 0x00U, in USBH_Process()
[all …]
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c590 phost->Control.setup.b.bmRequestType = USB_H2D | USB_REQ_RECIPIENT_INTERFACE | \ in USBH_HID_SetIdle()
594 phost->Control.setup.b.bRequest = USB_HID_SET_IDLE; in USBH_HID_SetIdle()
595 phost->Control.setup.b.wValue.w = (uint16_t)(((uint32_t)duration << 8U) | (uint32_t)reportId); in USBH_HID_SetIdle()
597 phost->Control.setup.b.wIndex.w = 0U; in USBH_HID_SetIdle()
598 phost->Control.setup.b.wLength.w = 0U; in USBH_HID_SetIdle()
621 phost->Control.setup.b.bmRequestType = USB_H2D | USB_REQ_RECIPIENT_INTERFACE | \ in USBH_HID_SetReport()
625 phost->Control.setup.b.bRequest = USB_HID_SET_REPORT; in USBH_HID_SetReport()
626 phost->Control.setup.b.wValue.w = (uint16_t)(((uint32_t)reportType << 8U) | (uint32_t)reportId); in USBH_HID_SetReport()
628 phost->Control.setup.b.wIndex.w = 0U; in USBH_HID_SetReport()
629 phost->Control.setup.b.wLength.w = reportLen; in USBH_HID_SetReport()
[all …]
/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c204 … phost->Control.setup.b.bmRequestType = USB_H2D | USB_REQ_RECIPIENT_INTERFACE | USB_REQ_TYPE_CLASS; in USBH_Bluetooth_Process()
205 phost->Control.setup.b.bRequest = 0; in USBH_Bluetooth_Process()
206 phost->Control.setup.b.wValue.w = 0; in USBH_Bluetooth_Process()
207 phost->Control.setup.b.wIndex.w = 0U; in USBH_Bluetooth_Process()
208 phost->Control.setup.b.wLength.w = cmd_len; in USBH_Bluetooth_Process()
/btstack/
H A DREADME.md28 …hanced Retransmission Mode, LE Credit-Based Flow-Control Mode and LE Enhanced Credit-Based Flow-Co…
37 …sfer Profile (OTP), Volume Control Profile (VCP), Microphone Control Profile (MICP), Media Control
41 …vices**: Audio Input Control Service (AICS), Volume Offset Control Service (VOCS), Volume Control
42 Media Control Service (MCS), Generic Media Control Service (GMCS), Telephony Bearer Service (TBS), …
43 Published Audio Capabilities Service (PACS), Audio Stream Control Service (ASCS), Broadcast Audio S…
H A DCHANGELOG.md345 - GATT Service: Audio Input Control Service Server (AICS 1.0)
346 - GATT Service: Microphone Control Service Server (MCS 1.0)
348 - GATT Service: Volume Control Service Server (VCS 1.0)
349 - GATT Service: Volume Offset Control Service Server (VOCS 1.0)
397 - L2CAP: support Enhanced Credit-based Flow-Control Mode for connection-oriented channels over BR/E…
406 - GATT Service: Microphone Control Service (MICS 1.0) Server
/btstack/port/mtk/SPPClient/
H A Dproject.properties4 # This file must be checked in Version Control Systems.
/btstack/port/mtk/LEScan/
H A Dproject.properties4 # This file must be checked in Version Control Systems.
/btstack/3rd-party/lwip/core/
H A DREADME18 * ICMP (Internet Control Message Protocol) for network maintenance and debugging
28 * TCP (Transmission Control Protocol) with congestion control, RTT estimation
H A DCHANGELOG698 - Created PPP Control Block (PPP PCB), removed PPP unit integer everywhere,
/btstack/port/posix-h4-nxp/
H A DREADME.md28 - NXP 88W8997 does not support SCO Flow Control which causes glitches when sending audio
/btstack/doc/manual/docs-template/
H A Dhow_to.md117 …_CONTROL | Enable HCI Controller to Host Flow Control, see below …
123 …L_BUG_WORKAROUND | Enable workaround for bug in CC256x Flow Control during baud rate …
124 …_BUG_WORKAROUND | Enable workaround for bug in CYW2070x Flow Control during baud rate …
148 ### HCI Controller to Host Flow Control
149 …not possible, e.g on an SoC, BTstack can use HCI Controller to Host Flow Control by defining ENABL…
151 Host buffer configuration for HCI Controller to Host Flow Control:
666 services for the HID Control and HID Interrupt PSMs using
729 ## Bluetooth Power Control {#sec:powerControl}
H A Dporting.md60 ## Bluetooth Hardware Control API {#sec:btHWControlPorting}
H A Dprofiles.md11 ## AVRCP - Audio/Video Remote Control Profile
613 For example, Volume State Characteristic (Voice Control Service) requires:
H A Dprotocols.md164 ## L2CAP - Logical Link Control and Adaptation Protocol
312 …ls is actually LE Connection-Oriented Channels with LE Credit-Based Flow-Control Mode. In this mod…
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_def.h458 USBH_CtrlTypeDef Control; member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/
H A Dsynergy_cfg.txt22 IWDT Stop Control: Stop counting when in Sleep, Snooze mode, or Software Standby
29 WDT Stop Control: Stop counting when entering Sleep mode
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/
H A Dra_cfg.txt34 …OFS0 register settings: Independent WDT: Stop Control: Stop counting when in Sleep, Snooze mode, o…
41 OFS0 register settings: WDT: Stop Control: Stop counting when entering Sleep mode
400 Flow Control Support: Disable
440 Flow Control: CTS/RTS Selection: Hardware RTS
441 Flow Control: Software RTS Port: Disabled
442 Flow Control: Software RTS Pin: Disabled
/btstack/chipset/
H A DREADME.md145 …s. It works with USB chipsets. The chipsets don't implement the SCO Flow Control that is used by B…
151 …tack only can send audio correctly over UART with newer Controllers that support SCO Flow Control.