Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
common.h
00001 /** 00002 ******************************************************************************** 00003 * 00004 * @file: common.h 00005 * 00006 * @brief: This file contains common header files. 00007 * 00008 * @details: 00009 * 00010 ******************************************************************************* 00011 Copyright(c) 2020 Analog Devices, Inc. All Rights Reserved. This software is 00012 proprietary & confidential to Analog Devices, Inc. and its licensors. By using 00013 this software you agree to the terms of the associated Analog Devices License 00014 Agreement. 00015 ******************************************************************************* 00016 */ 00017 00018 /*! \addtogroup Common 00019 * @{ 00020 */ 00021 00022 #ifndef __COMMON_H_ 00023 #define __COMMON_H_ 00024 00025 /*============= I N C L U D E S =============*/ 00026 /*============== D E F I N E S ===============*/ 00027 /*============= E X T E R N A L S ============*/ 00028 /*============= E N U M E R A T O R S ============*/ 00029 00030 #include <stdio.h> 00031 #include <stdint.h> 00032 #include <stdlib.h> 00033 #include <string.h> 00034 #include <stdbool.h> 00035 #include <stdarg.h> 00036 00037 #endif /*__COMMON_H_ */ 00038 00039 /** @}*/
Generated on Thu Oct 13 2022 07:45:26 by
