OpenOCD
armv7m_common::fp_feature
is only used within OpenOCD.
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
Development Tools
OpenOCD
armv7m_common::fp_feature
armv7m_common::fp_feature field
Syntax
Show:
Summary
Declaration
from
armv7m.h:232
int
fp_feature
;
Examples
References
from
examples
Code
Location
Referrer
int
fp_feature
;
armv7m.h:232
if
(
(
armv7m_target
->
fp_feature
==
FPV4_SP
)
||
(
armv7m_target
->
fp_feature
==
FPV5_SP
)
||
FreeRTOS.c:424
freertos_get_thread_reg_list()
(
armv7m_target
->
fp_feature
==
FPV5_DP
)
)
{
FreeRTOS.c:425
freertos_get_thread_reg_list()
armv7m
->
fp_feature
=
FP_NONE
;
armv7m.c:865
armv7m_init_arch_info()
if
(
armv7m_target
->
fp_feature
!=
FP_NONE
)
{
chibios.c:235
chibios_update_stacking()
armv7m
->
fp_feature
=
FPV4_SP
;
cortex_m.c:2829
cortex_m_examine()
armv7m
->
fp_feature
=
FPV5_MVE_F
;
cortex_m.c:2840
cortex_m_examine()
armv7m
->
fp_feature
=
FPV5_DP
;
cortex_m.c:2844
cortex_m_examine()
armv7m
->
fp_feature
=
FPV5_SP
;
cortex_m.c:2849
cortex_m_examine()
armv7m
->
fp_feature
=
FPV5_MVE_I
;
cortex_m.c:2853
cortex_m_examine()
if
(
armv7m
->
fp_feature
==
FP_NONE
)
cortex_m.c:2861
cortex_m_examine()
if
(
!
is_armv7m
(
armv7m_target
)
||
armv7m_target
->
fp_feature
==
FP_NONE
)
nuttx.c:125
cortexm_hasfpu()
if
(
armv7m_target
->
fp_feature
!=
FP_NONE
)
{
rtkernel.c:302
rtkernel_get_thread_reg_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
armv7m_common::fp_feature
is written by 2 functions and is read by 5 functions:
armv7m_init_arch_info()
cortex_m_examine()
All items filtered out
armv7m_common::fp_feature
freertos_get_thread_reg_list()
chibios_update_stacking()
cortexm_hasfpu()
rtkernel_get_thread_reg_list()
cortex_m_examine()
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