TinyUSB Library
sync_ep_buffer()
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
sync_ep_buffer()
sync_ep_buffer() function
Syntax
Show:
Summary
Declaration
from
rp2040_usb.c:223
static
uint16_t
__tusb_irq_path_func
(
sync_ep_buffer
)
(
struct
hw_endpoint
*
ep
,
uint8_t
buf_id
)
;
Arguments
Argument
ep
buf_id
Related Functions
Found 19 other functions taking a
hw_endpoint
argument:
Function
hw_endpoint_lock_update()
hw_endpoint_reset_transfer()
hw_endpoint_xfer_start()
hw_endpoint_start_next_buffer()
_hw_endpoint_buffer_control_update32()
_hw_endpoint_buffer_control_set_value32()
hw_endpoint_xfer_continue()
e15_is_bulkin_ep()
e15_is_critical_frame_period()
hw_xfer_complete()
_hw_endpoint_init()
_hw_endpoint_buffer_control_get_value32()
prepare_ep_buffer()
_hw_endpoint_xfer_sync()
_handle_buff_status_bit()
_hw_endpoint_alloc()
_hw_endpoint_close()
_hw_endpoint_buffer_control_clear_mask32()
_hw_endpoint_buffer_control_set_mask32()
Examples
References
from
examples
Code
Location
Referrer
static
uint16_t
__tusb_irq_path_func
(
sync_ep_buffer
)
(
struct
hw_endpoint
*
ep
,
uint8_t
buf_id
)
{
rp2040_usb.c:223
uint16_t
buf0_bytes
=
sync_ep_buffer
(
ep
,
0
)
;
rp2040_usb.c:263
_hw_endpoint_xfer_sync()
sync_ep_buffer
(
ep
,
1
)
;
rp2040_usb.c:269
_hw_endpoint_xfer_sync()
Call Tree
from
examples
sync_ep_buffer()
is called by 1 function and calls 3 functions:
_hw_endpoint_xfer_sync()
All items filtered out
sync_ep_buffer()
__assert_func()
_hw_endpoint_buffer_control_get_value32()
unaligned_memcpy()
All items filtered out
Data Use
from
examples
sync_ep_buffer()
reads 5 variables and writes 3 variables:
hw_endpoint::rx
hw_endpoint::hw_data_buf
hw_endpoint::user_buf
hw_endpoint::xferred_len
hw_endpoint::wMaxPacketSize
All items filtered out
sync_ep_buffer()
hw_endpoint::user_buf
hw_endpoint::remaining_len
hw_endpoint::xferred_len
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