hal_wdt.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /*
  2. * BSD 2-Clause License
  3. * Copyright (c) 2022, LiteEMF
  4. * All rights reserved.
  5. * This software component is licensed by LiteEMF under BSD 2-Clause license,
  6. * the "License"; You may not use this file except in compliance with the
  7. * License. You may obtain a copy of the License at:
  8. * opensource.org/licenses/BSD-2-Clause
  9. *
  10. */
  11. #ifndef _hal_wdt_h
  12. #define _hal_wdt_h
  13. #include "emf_typedef.h"
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /******************************************************************************************************
  18. ** Defined
  19. *******************************************************************************************************/
  20. /******************************************************************************************************
  21. ** Parameters
  22. *******************************************************************************************************/
  23. /*****************************************************************************************************
  24. ** Function
  25. ******************************************************************************************************/
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif