TinyUSB Library
_usbh_controller
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
_usbh_controller
_usbh_controller variable
Syntax
Show:
Summary
Declaration
from
usbh.c:229
static
uint8_t
_usbh_controller
=
TUSB_INDEX_INVALID_8
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
_usbh_controller
=
TUSB_INDEX_INVALID_8
;
usbh.c:229
return
_usbh_controller
==
rhport
;
usbh.c:324
tuh_rhport_is_active()
return
_usbh_controller
!=
TUSB_INDEX_INVALID_8
;
usbh.c:352
tuh_inited()
_usbh_controller
=
rhport
;
;
usbh.c:405
tuh_init()
_usbh_controller
=
TUSB_INDEX_INVALID_8
;
usbh.c:418
tuh_deinit()
hcd_int_enable
(
_usbh_controller
)
;
usbh.c:821
usbh_int_set()
hcd_int_disable
(
_usbh_controller
)
;
usbh.c:823
usbh_int_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_usbh_controller
is written by 2 functions and is read by 3 functions:
tuh_init()
tuh_deinit()
All items filtered out
_usbh_controller
tuh_rhport_is_active()
tuh_inited()
usbh_int_set()
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