ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
components/espressif__esp-dsp/modules/fft/test_sim/main.c
Go to the documentation of this file.
1
#include <stdlib.h>
2
#include <stdio.h>
3
4
void
test_fft2r
();
5
6
int
main
(
void
)
7
{
8
printf(
"main starts!\n"
);
9
// xt_iss_profile_enable();
10
test_fft2r
();
11
// xt_iss_profile_disable();
12
13
printf(
"Test done\n"
);
14
}
main
int main(void)
Definition
components/espressif__esp-dsp/modules/fft/test_sim/main.c:6
test_fft2r
void test_fft2r()
Definition
test_fft2r.c:38
components
espressif__esp-dsp
modules
fft
test_sim
main.c
Generated by
1.16.1