Files
TencentOS-tiny/board/FIRE_NXP_IMXRT1052/BSP/Inc/peripherals.h
supowang e7457d9714 add NXP Imx RT1052 support
add NXP RT1052 support
2020-01-08 19:55:20 +08:00

22 lines
675 B
C

#ifndef _PERIPHERALS_H_
#define _PERIPHERALS_H_
#if defined(__cplusplus)
extern "C" {
#endif /*_cplusplus. */
/*******************************************************************************
* BOARD_InitBootPeripherals function
******************************************************************************/
void BOARD_InitBootPeripherals(void);
/*******************************************************************************
* BOARD_InitConfigMPU function
******************************************************************************/
void BOARD_ConfigMPU(void);
#if defined(__cplusplus)
}
#endif /*_cplusplus. */
#endif /* _PERIPHERALS_H_ */