12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /*
- * BSD 2-Clause License
- * Copyright (c) 2022, LiteEMF
- * All rights reserved.
- * This software component is licensed by LiteEMF under BSD 2-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-2-Clause
- *
- */
- #ifndef _hal_tick_h
- #define _hal_tick_h
- #include "emf_typedef.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- /******************************************************************************************************
- ** Defined
- *******************************************************************************************************/
- /******************************************************************************************************
- ** Parameters
- *******************************************************************************************************/
- /*****************************************************************************************************
- ** Function
- ******************************************************************************************************/
- #ifdef __cplusplus
- }
- #endif
- #endif
|