libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
l4/crc.h
Go to the documentation of this file.
1/** @defgroup crc_defines CRC Defines
2 *
3 * @brief <b>Defined Constants and Types for the STM32L4xx CRC Generator </b>
4 *
5 * @ingroup STM32L4xx_defines
6 *
7 * LGPL License Terms @ref lgpl_license
8 */
9/*
10 * This file is part of the libopencm3 project.
11 *
12 * This library is free software: you can redistribute it and/or modify
13 * it under the terms of the GNU Lesser General Public License as published by
14 * the Free Software Foundation, either version 3 of the License, or
15 * (at your option) any later version.
16 *
17 * This library is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU Lesser General Public License for more details.
21 *
22 * You should have received a copy of the GNU Lesser General Public License
23 * along with this library. If not, see <http://www.gnu.org/licenses/>.
24 */
25
26#ifndef LIBOPENCM3_CRC_H
27#define LIBOPENCM3_CRC_H
28
30
31#endif