ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
dspm_matrix.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef _dspm_matrix_H_
8#define _dspm_matrix_H_
9
10#include "dspm_add.h"
11#include "dspm_addc.h"
12#include "dspm_mult.h"
13#include "dspm_mulc.h"
14#include "dspm_sub.h"
15
16#endif // _dspm_matrix_H_