TinyUSB Library
_hw_endpoint_buffer_control_set_value32()
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_buffer_control_set_value32()
_hw_endpoint_buffer_control_set_value32() function
Syntax
Show:
Summary
Declaration
from
rp2040_usb.h:120
TU_ATTR_ALWAYS_INLINE
static
inline
void
_hw_endpoint_buffer_control_set_value32
(
struct
hw_endpoint
*
ep
,
uint32_t
value
)
;
Arguments
Argument
ep
value
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_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_alloc()
_hw_endpoint_close()
_hw_endpoint_buffer_control_clear_mask32()
_hw_endpoint_buffer_control_set_mask32()
Examples
References
from
examples
Code
Location
Referrer
TU_ATTR_ALWAYS_INLINE
static
inline
void
_hw_endpoint_buffer_control_set_value32
(
struct
hw_endpoint
*
ep
,
uint32_t
value
)
rp2040_usb.h:120
_hw_endpoint_buffer_control_set_value32
(
ep
,
USB_BUF_CTRL_DATA1_PID
|
USB_BUF_CTRL_SEL
)
;
dcd_rp2040.c:210
reset_ep0()
_hw_endpoint_buffer_control_set_value32
(
ep
,
USB_BUF_CTRL_STALL
)
;
dcd_rp2040.c:526
dcd_edpt_stall()
_hw_endpoint_buffer_control_set_value32
(
ep
,
buf_ctrl
)
;
rp2040_usb.c:191
hw_endpoint_start_next_buffer()
Call Tree
from
examples
_hw_endpoint_buffer_control_set_value32()
is called by 3 functions and calls 1 function:
reset_ep0()
dcd_edpt_stall()
hw_endpoint_start_next_buffer()
All items filtered out
_hw_endpoint_buffer_control_set_value32()
_hw_endpoint_buffer_control_update32()
All items filtered out
Data Use
from
examples
_hw_endpoint_buffer_control_set_value32()
:
All items filtered out
_hw_endpoint_buffer_control_set_value32()
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