TinyUSB Library
_hw_endpoint_alloc()
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
_hw_endpoint_alloc()
_hw_endpoint_alloc() function
Syntax
Show:
Summary
Declaration
from
dcd_rp2040.c:69
static
void
_hw_endpoint_alloc
(
struct
hw_endpoint
*
ep
,
uint8_t
transfer_type
)
;
Arguments
Argument
ep
transfer_type
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()
sync_ep_buffer()
_hw_endpoint_xfer_sync()
_handle_buff_status_bit()
_hw_endpoint_close()
_hw_endpoint_buffer_control_clear_mask32()
_hw_endpoint_buffer_control_set_mask32()
Examples
References
from
examples
Code
Location
Referrer
static
void
_hw_endpoint_alloc
(
struct
hw_endpoint
*
ep
,
uint8_t
transfer_type
)
{
dcd_rp2040.c:69
_hw_endpoint_alloc
(
ep
,
transfer_type
)
;
dcd_rp2040.c:161
hw_endpoint_init()
Call Tree
from
examples
_hw_endpoint_alloc()
is called by 1 function and calls 3 functions:
hw_endpoint_init()
All items filtered out
_hw_endpoint_alloc()
__assert_func()
tu_div_ceil()
hw_data_offset()
All items filtered out
Data Use
from
examples
_hw_endpoint_alloc()
reads 4 variables and writes 2 variables:
tusb_xfer_type_t::TUSB_XFER_BULK
hw_endpoint::hw_data_buf
hw_endpoint::wMaxPacketSize
next_buffer_ptr
All items filtered out
_hw_endpoint_alloc()
hw_endpoint::hw_data_buf
next_buffer_ptr
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