PER Firmware
Loading...
Searching...
No Matches
phal_F4_F7.h
1
#ifndef _PHAL_F4_H
2
#define _PHAL_F4_H
3
4
#include <stdbool.h>
5
#include <stdint.h>
6
7
#if defined(STM32F407xx)
8
#include "stm32f407xx.h"
9
#include "stm32f4xx.h"
10
#elif defined(STM32F732xx)
11
#include "stm32f732xx.h"
12
#include "stm32f7xx.h"
13
#else
14
#error "PHAL_ARCH_F4_F7 defined, but no supported STM32F4/F7 device macro found"
15
#endif
16
17
#endif
// _PHAL_F4_H
common
phal_F4_F7
phal_F4_F7.h
Generated by
1.12.0