TinyUSB Library
vendord_interface_t
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
vendord_interface_t
vendord_interface_t struct
Syntax
Show:
Summary
Declaration
from
vendor_device.c:41
typedef
struct
{
uint8_t
itf_num
;
uint8_t
ep_in
;
uint8_t
ep_out
;
tu_fifo_t
rx_ff
;
tu_fifo_t
tx_ff
;
uint8_t
rx_ff_buf
[
CFG_TUD_VENDOR_RX_BUFSIZE
]
;
uint8_t
tx_ff_buf
[
CFG_TUD_VENDOR_TX_BUFSIZE
]
;
OSAL_MUTEX_DEF
(
rx_ff_mutex
)
;
OSAL_MUTEX_DEF
(
tx_ff_mutex
)
;
CFG_TUSB_MEM_ALIGN
uint8_t
epout_buf
[
CFG_TUD_VENDOR_EPSIZE
]
;
CFG_TUSB_MEM_ALIGN
uint8_t
epin_buf
[
CFG_TUD_VENDOR_EPSIZE
]
;
}
vendord_interface_t
;
Fields
Field
Declared as
vendord_interface_t::itf_num
uint8_t
vendord_interface_t::ep_in
uint8_t
vendord_interface_t::ep_out
uint8_t
vendord_interface_t::rx_ff
tu_fifo_t
vendord_interface_t::tx_ff
tu_fifo_t
vendord_interface_t::rx_ff_buf
uint8_t
[
CFG_TUD_VENDOR_RX_BUFSIZE
]
vendord_interface_t::tx_ff_buf
uint8_t
[
CFG_TUD_VENDOR_TX_BUFSIZE
]
vendord_interface_t::rx_ff_mutex
OSAL_MUTEX_DEF
(
vendord_interface_t::tx_ff_mutex
OSAL_MUTEX_DEF
(
vendord_interface_t::epout_buf
CFG_TUSB_MEM_ALIGN
uint8_t
[
CFG_TUD_VENDOR_EPSIZE
]
vendord_interface_t::epin_buf
CFG_TUSB_MEM_ALIGN
uint8_t
[
CFG_TUD_VENDOR_EPSIZE
]
Examples
References
from
examples
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