| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
DSP Interface. More...
Modules | |
| Basic Math Functions | |
Typedefs | |
| typedef int8_t | q7_t | 
| 8-bit fractional data type in 1.7 format.  More... | |
| typedef int16_t | q15_t | 
| 16-bit fractional data type in 1.15 format.  More... | |
| typedef int32_t | q31_t | 
| 32-bit fractional data type in 1.31 format.  More... | |
| typedef int64_t | q63_t | 
| 64-bit fractional data type in 1.63 format.  More... | |
| typedef __fp16 | float16_t | 
| 16-bit floating point type definition.  More... | |
| typedef float | float32_t | 
| 32-bit floating-point type definition.  More... | |
| typedef double | float64_t | 
| 64-bit floating-point type definition.  More... | |
DSP Interface.
#include <include/zephyr/dsp/types.h>
16-bit floating point type definition.
#include <include/zephyr/dsp/types.h>
32-bit floating-point type definition.
#include <include/zephyr/dsp/types.h>
64-bit floating-point type definition.
#include <include/zephyr/dsp/types.h>
16-bit fractional data type in 1.15 format.
#include <include/zephyr/dsp/types.h>
32-bit fractional data type in 1.31 format.
#include <include/zephyr/dsp/types.h>
64-bit fractional data type in 1.63 format.
#include <include/zephyr/dsp/types.h>
8-bit fractional data type in 1.7 format.