openwsn_board.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2017 Hamburg University of Applied Sciences
3  * 2020 Inria
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser
6  * General Public License v2.1. See the file LICENSE in the top level
7  * directory for more details.
8  */
9 
10 #pragma once
11 
29 #include "board_info.h"
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
38 typedef enum {
39  DO_NOT_KICK_SCHEDULER,
40  KICK_SCHEDULER,
42 
51 void board_init_openwsn(void);
52 
57 void board_reset(void);
58 
64 void board_sleep(void);
65 
66 #ifdef __cplusplus
67 }
68 #endif
void board_sleep(void)
Function definitions that we do not use in RIOT but that need to be defined for OpenWSN.
void board_init_openwsn(void)
Initialize OpenWSN bsp board adaptation.
kick_scheduler_t
OpenWSN board.h enum definitions.
Definition: openwsn_board.h:38
void board_reset(void)
Resets the board.