ChibiOS 21.11.4
hal_xsnor_micron_n25q.c
Go to the documentation of this file.
1/*
2 ChibiOS - Copyright (C) 2006..2025 Giovanni Di Sirio
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15*/
16
17/**
18 * @file hal_xsnor_micron_n25q.c
19 * @brief Generated SNOR Micron N25Q source.
20 * @note This is a generated file, do not edit directly.
21 *
22 * @addtogroup HAL_XSNOR_MICRON_N25Q
23 * @{
24 */
25
26#include "hal.h"
28
29/*===========================================================================*/
30/* Module local definitions. */
31/*===========================================================================*/
32
33/*===========================================================================*/
34/* Module local macros. */
35/*===========================================================================*/
36
37/*===========================================================================*/
38/* Module exported variables. */
39/*===========================================================================*/
40
41/*===========================================================================*/
42/* Module local types. */
43/*===========================================================================*/
44
45/*===========================================================================*/
46/* Module local variables. */
47/*===========================================================================*/
48
49/* Module code has been generated into an hand-editable file and included
50 here.*/
52
53/** @} */
HAL subsystem header.
Generated SNOR Micron N25Q header.
Template of SNOR Micron N25Q source.