usbx
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_semaphore
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (5/5)...
usbx
HAL
threadx
netxduo
filex
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_semaphore
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_semaphore field
Syntax
Show:
Summary
Declaration
from
ux_host_class_hid.h:971
UX_SEMAPHORE
ux_host_class_hid_semaphore
;
Examples
References
from
examples
Code
Location
Referrer
UX_SEMAPHORE
ux_host_class_hid_semaphore
;
ux_host_class_hid.h:971
status
=
_ux_host_semaphore_create
(
&
hid
->
ux_host_class_hid_semaphore
,
"ux_host_class_hid_semaphore"
,
1
)
;
ux_host_class_hid_activate.c:153
_ux_host_class_hid_activate()
status
=
_ux_host_semaphore_get
(
&
hid
->
ux_host_class_hid_semaphore
,
UX_WAIT_FOREVER
)
;
ux_host_class_hid_deactivate.c:105
_ux_host_class_hid_deactivate()
_ux_host_semaphore_delete
(
&
hid
->
ux_host_class_hid_semaphore
)
;
ux_host_class_hid_deactivate.c:153
_ux_host_class_hid_deactivate()
status
=
_ux_host_semaphore_get
(
&
hid
->
ux_host_class_hid_semaphore
,
UX_WAIT_FOREVER
)
;
ux_host_class_hid_idle_get.c:121
_ux_host_class_hid_idle_get()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_idle_get.c:134
_ux_host_class_hid_idle_get()
_ux_host_semaphore_put
(
&
hid
->
ux_host_class_hid_semaphore
)
;
ux_host_class_hid_idle_get.c:170
_ux_host_class_hid_idle_get()
status
=
_ux_host_semaphore_put
(
&
hid
->
ux_host_class_hid_semaphore
)
;
ux_host_class_hid_idle_get.c:206
_ux_host_class_hid_idle_get()
status
=
_ux_host_semaphore_get
(
&
hid
->
ux_host_class_hid_semaphore
,
UX_WAIT_FOREVER
)
;
ux_host_class_hid_idle_set.c:115
_ux_host_class_hid_idle_set()
_ux_host_semaphore_put
(
&
hid
->
ux_host_class_hid_semaphore
)
;
ux_host_class_hid_idle_set.c:129
_ux_host_class_hid_idle_set()
_ux_host_semaphore_put
(
&
hid
->
ux_host_class_hid_semaphore
)
;
ux_host_class_hid_idle_set.c:146
_ux_host_class_hid_idle_set()
_ux_host_class_hid_lock_fail_return
(
hid
)
;
ux_host_class_hid_periodic_report_start.c:103
_ux_host_class_hid_periodic_report_start()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_periodic_report_start.c:110
_ux_host_class_hid_periodic_report_start()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_periodic_report_start.c:134
_ux_host_class_hid_periodic_report_start()
_ux_host_class_hid_lock_fail_return
(
hid
)
;
ux_host_class_hid_report_callback_register.c:107
_ux_host_class_hid_report_callback_register()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_callback_register.c:127
_ux_host_class_hid_report_callback_register()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_callback_register.c:138
_ux_host_class_hid_report_callback_register()
_ux_host_class_hid_lock_fail_return
(
hid
)
;
ux_host_class_hid_report_get.c:116
_ux_host_class_hid_report_get()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_get.c:127
_ux_host_class_hid_report_get()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_get.c:141
_ux_host_class_hid_report_get()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_get.c:159
_ux_host_class_hid_report_get()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_get.c:197
_ux_host_class_hid_report_get()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_get.c:269
_ux_host_class_hid_report_get()
_ux_host_class_hid_lock_fail_return
(
hid
)
;
ux_host_class_hid_report_id_get.c:106
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_id_get.c:178
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_lock_fail_return
(
hid
)
;
ux_host_class_hid_report_set.c:207
_ux_host_class_hid_report_set()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_set.c:237
_ux_host_class_hid_report_set()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_set.c:252
_ux_host_class_hid_report_set()
_ux_host_class_hid_unlock
(
hid
)
;
ux_host_class_hid_report_set.c:311
_ux_host_class_hid_report_set()
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