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