TinyUSB Library
process_get_descriptor()
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
process_get_descriptor()
process_get_descriptor() function
Syntax
Show:
Summary
Declaration
Definition
from
usbd.c:356
static
bool
process_get_descriptor
(
uint8_t
rhport
,
tusb_control_request_t
const
*
p_request
)
;
Implemented in
usbd.c:1056
Arguments
Argument
rhport
p_request
Examples
References
from
examples
Code
Location
Referrer
static
bool
process_get_descriptor
(
uint8_t
rhport
,
tusb_control_request_t
const
*
p_request
)
usbd.c:1056
static
bool
process_get_descriptor
(
uint8_t
rhport
,
tusb_control_request_t
const
*
p_request
)
;
usbd.c:356
TU_VERIFY
(
process_get_descriptor
(
rhport
,
p_request
)
)
;
usbd.c:805
process_control_request()
Call Tree
from
examples
process_get_descriptor()
is called by 1 function and calls 11 functions:
process_control_request()
All items filtered out
process_get_descriptor()
tu_u16_high()
tu_u16_low()
tu_desc_len()
tu_unaligned_read16()
tud_descriptor_bos_cb()
tud_control_xfer()
tud_descriptor_device_cb()
tud_descriptor_configuration_cb()
tud_descriptor_string_cb()
tud_descriptor_device_qualifier_cb()
tud_descriptor_other_speed_configuration_cb()
All items filtered out
Data Use
from
examples
process_get_descriptor()
reads 11 variables and writes 1 variable:
tusb_desc_type_t::TUSB_DESC_DEVICE
tusb_desc_type_t::TUSB_DESC_CONFIGURATION
tusb_desc_type_t::TUSB_DESC_STRING
tusb_desc_type_t::TUSB_DESC_DEVICE_QUALIFIER
tusb_desc_type_t::TUSB_DESC_OTHER_SPEED_CONFIG
tusb_desc_type_t::TUSB_DESC_BOS
tusb_control_request_t::wValue
tusb_control_request_t::wIndex
tusb_control_request_t::wLength
usbd_device_t::
::addressed
_usbd_dev
All items filtered out
process_get_descriptor()
tusb_control_request_t::wLength
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out