TinyUSB Library
TU_U16
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
TU_U16
TU_U16 macro
Syntax
Show:
Summary
Declaration
from
tusb_common.h:42
#define
TU_U16
(
_high
,
_low
)
(
(
uint16_t
)
(
(
(
_high
)
<
<
8
)
|
(
_low
)
)
)
Arguments
Argument
_high
_low
Examples
References
from
examples
Code
Location
#define
TU_U16
(
_high
,
_low
)
(
(
uint16_t
)
(
(
(
_high
)
<
<
8
)
|
(
_low
)
)
)
tusb_common.h:42
TU_ASSERT
(
ch34x_write_reg
(
p_cdc
,
TU_U16
(
CH341_REG_0x0F
,
CH341_REG_0x2C
)
,
0x0007
,
ch34x_process_config
,
CONFIG_CH34X_FLOW_CONTROL
)
,
)
;
cdc_host.c:1555
TU_ASSERT
(
ch34x_write_reg
(
p_cdc
,
TU_U16
(
CH341_REG_0x27
,
CH341_REG_0x27
)
,
0x0000
,
ch34x_process_config
,
CONFIG_CH34X_MODEM_CONTROL
)
,
)
;
cdc_host.c:1560
#define
CH34X_REG16_DIVISOR_PRESCALER
TU_U16
(
CH34X_REG_DIVISOR
,
CH34X_REG_PRESCALER
)
ch34x.h:63
#define
CH32X_REG16_LCR2_LCR
TU_U16
(
CH34X_REG_LCR2
,
CH34X_REG_LCR
)
ch34x.h:64
.
wValue
=
tu_htole16
(
TU_U16
(
type
,
index
)
)
,
usbh.c:993
.
wValue
=
tu_htole16
(
TU_U16
(
desc_type
,
index
)
)
,
usbh.c:1069
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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