STM32_USB_Device_Library
DFU_STATE_IDLE
is only used within STM32_USB_Device_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/6)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32_USB_Device_Library
DFU_STATE_IDLE
DFU_STATE_IDLE macro
Syntax
Show:
Summary
Declaration
from
usbd_dfu.h:76
#define
DFU_STATE_IDLE
2U
Examples
References
from
examples
Code
Location
#define
DFU_STATE_IDLE
2U
usbd_dfu.h:76
hdfu
->
dev_state
=
DFU_STATE_IDLE
;
usbd_dfu.c:291
hdfu
->
dev_status
[
4
]
=
DFU_STATE_IDLE
;
usbd_dfu.c:297
hdfu
->
dev_state
=
DFU_STATE_IDLE
;
usbd_dfu.c:330
hdfu
->
dev_status
[
4
]
=
DFU_STATE_IDLE
;
usbd_dfu.c:332
if
(
(
hdfu
->
dev_state
==
DFU_STATE_IDLE
)
||
usbd_dfu.c:816
hdfu
->
dev_state
=
DFU_STATE_IDLE
;
usbd_dfu.c:823
if
(
(
hdfu
->
dev_state
==
DFU_STATE_IDLE
)
||
(
hdfu
->
dev_state
==
DFU_STATE_DNLOAD_IDLE
)
)
usbd_dfu.c:872
if
(
(
hdfu
->
dev_state
==
DFU_STATE_DNLOAD_IDLE
)
||
(
hdfu
->
dev_state
==
DFU_STATE_IDLE
)
)
usbd_dfu.c:896
if
(
(
hdfu
->
dev_state
==
DFU_STATE_IDLE
)
||
(
hdfu
->
dev_state
==
DFU_STATE_UPLOAD_IDLE
)
)
usbd_dfu.c:957
hdfu
->
dev_state
=
(
hdfu
->
wlength
>
3U
)
?
DFU_STATE_IDLE
:
DFU_STATE_UPLOAD_IDLE
;
usbd_dfu.c:967
hdfu
->
dev_state
=
DFU_STATE_IDLE
;
usbd_dfu.c:1076
hdfu
->
dev_state
=
DFU_STATE_IDLE
;
usbd_dfu.c:1149
hdfu
->
dev_state
=
DFU_STATE_IDLE
;
usbd_dfu.c:1184
if
(
(
hdfu
->
dev_state
==
DFU_STATE_IDLE
)
||
usbd_dfu.c:1239
hdfu
->
dev_state
=
DFU_STATE_IDLE
;
usbd_dfu.c:1245
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