TIM_Encoder
EMU_PERIOD
is only used within TIM_Encoder.
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
STM32 Libraries and Samples
TIM_Encoder
EMU_PERIOD
EMU_PERIOD macro
Syntax
Show:
Summary
Declaration
from
main.c:33
#define
EMU_PERIOD
(
(
(
SystemCoreClock
/
4
)
/
10000
)
-
1
)
Examples
References
from
examples
Code
Location
#define
EMU_PERIOD
(
(
(
SystemCoreClock
/
4
)
/
10000
)
-
1
)
main.c:33
htim
->
Init
.
Period
=
EMU_PERIOD
;
main.c:157
sConfig
.
Pulse
=
(
EMU_PERIOD
*
1
)
/
4
;
main.c:170
sConfig
.
Pulse
=
(
EMU_PERIOD
*
3
)
/
4
;
main.c:179
sConfig
.
Pulse
=
(
EMU_PERIOD
*
1
)
/
4
;
main.c:196
sConfig
.
Pulse
=
(
EMU_PERIOD
*
3
)
/
4
;
main.c:202
sConfig
.
Pulse
=
(
EMU_PERIOD
*
3
)
/
4
;
main.c:231
sConfig
.
Pulse
=
(
EMU_PERIOD
*
1
)
/
4
;
main.c:238
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