agileRTOS (zrtos)  Version 0.8.0 (ghostbuster)
ansi_c.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2024 ykat UG (haftungsbeschraenkt) - All Rights Reserved
3  *
4  * Permission for non-commercial use is hereby granted,
5  * free of charge, without warranty of any kind.
6  */
7 #ifndef ZRTOS_BOARD_ANSI_C_H
8 #define ZRTOS_BOARD_ANSI_C_H
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 
14 #if defined(ZRTOS_BOARD__ANSI_C) || defined(__DOXYGEN__)
15 #define ZRTOS_BOARD__FOUND
16 
17 
18 #define ZRTOS_BOARD__TICK_PERIOD_MS 1
19 
21 }
22 
24 }
25 
26 #define ZRTOS_BOARD__WATCH_DOG_START()
27 
28 #define ZRTOS_BOARD__WATCH_DOG_STOP()
29 
30 #define ZRTOS_BOARD__WATCH_DOG_RESET()
31 
32 #endif
33 
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 #endif
void zrtos_board__start_tick_timer(void)
Definition: ansi_c.h:20
void zrtos_board__stop_tick_timer(void)
Definition: ansi_c.h:23