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