-
CONFIG_CMSIS_DSP_TABLES_ALL_FAST
¶
Include all fast interpolation tables
Type: bool
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that imply this symbol¶
Kconfig definition¶
At <Zephyr>/modules/Kconfig.cmsis_dsp:207
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:14
→ <Zephyr>/modules/Kconfig.cmsis:28
Menu path: (Top) → Modules → CMSIS-DSP Library Support → Look-up Tables
config CMSIS_DSP_TABLES_ALL_FAST
bool "Include all fast interpolation tables"
select CMSIS_DSP_TABLES_ARM_COS_F32
select CMSIS_DSP_TABLES_ARM_COS_Q31
select CMSIS_DSP_TABLES_ARM_COS_Q15
select CMSIS_DSP_TABLES_ARM_SIN_F32
select CMSIS_DSP_TABLES_ARM_SIN_Q31
select CMSIS_DSP_TABLES_ARM_SIN_Q15
select CMSIS_DSP_TABLES_ARM_SIN_COS_F32
select CMSIS_DSP_TABLES_ARM_SIN_COS_Q31
select CMSIS_DSP_TABLES_ARM_LMS_NORM_Q31
select CMSIS_DSP_TABLES_ARM_LMS_NORM_Q15
select CMSIS_DSP_TABLES_ARM_CMPLX_MAG_Q31
select CMSIS_DSP_TABLES_ARM_CMPLX_MAG_Q15
depends on CMSIS_DSP_TABLES && CMSIS_DSP
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)