:orphan: .. title:: CONFIG_CMSIS_DSP_TABLES_ALL_FAST .. kconfig:: CONFIG_CMSIS_DSP_TABLES_ALL_FAST CONFIG_CMSIS_DSP_TABLES_ALL_FAST ################################ *Include all fast interpolation tables* Type: ``bool`` Direct dependencies =================== \ :kconfig:`CMSIS_DSP_TABLES ` && \ :kconfig:`CMSIS_DSP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CMSIS_DSP_TABLES_ARM_COS_F32 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_COS_Q31 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_COS_Q15 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_SIN_F32 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_SIN_Q31 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_SIN_Q15 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_SIN_COS_F32 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_SIN_COS_Q31 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_LMS_NORM_Q31 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_LMS_NORM_Q15 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_CMPLX_MAG_Q31 ` - \ :kconfig:`CMSIS_DSP_TABLES_ARM_CMPLX_MAG_Q15 ` Symbols that imply this symbol ============================== - \ :kconfig:`CMSIS_DSP_FASTMATH ` Kconfig definition ================== At ``/Kconfig.cmsis_dsp:246`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:13`` → ``/Kconfig.cmsis:28`` Menu path: (Top) → Modules → CMSIS-DSP Library Support → Look-up Tables .. code-block:: kconfig 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.)*