|
ESP-IDF Firmware
Firmware architecture and call graph
|
#include <dsp_types.h>
Data Fields | |
| struct { | |
| int16_t re | |
| int16_t im | |
| }; | |
| uint32_t | data |
Definition at line 8 of file dsp_types.h.
| struct { ... } sc16_u |
| uint32_t sc16_u::data |
Definition at line 13 of file dsp_types.h.
Referenced by dsps_cplx2reC_sc16(), and dsps_fft2r_sc16_ansi_().
| int16_t sc16_u::im |
Definition at line 11 of file dsp_types.h.
Referenced by dsps_cplx2real_sc16_ansi(), dsps_cplx2reC_sc16(), and dsps_fft2r_sc16_ansi_().
| int16_t sc16_u::re |
Definition at line 10 of file dsp_types.h.
Referenced by dsps_cplx2real_sc16_ansi(), dsps_cplx2reC_sc16(), and dsps_fft2r_sc16_ansi_().