22#ifndef OPENWSN_DEBUGPINS_PARAMS_H
23#define OPENWSN_DEBUGPINS_PARAMS_H
38#ifndef OPENWSN_DEBUGPIN_FRAME
39#define OPENWSN_DEBUGPIN_FRAME GPIO_UNDEF
41#ifndef OPENWSN_DEBUGPIN_SLOT
42#define OPENWSN_DEBUGPIN_SLOT GPIO_UNDEF
44#ifndef OPENWSN_DEBUGPIN_FSM
45#define OPENWSN_DEBUGPIN_FSM GPIO_UNDEF
47#ifndef OPENWSN_DEBUGPIN_TASK
48#define OPENWSN_DEBUGPIN_TASK GPIO_UNDEF
50#ifndef OPENWSN_DEBUGPIN_ISR
51#define OPENWSN_DEBUGPIN_ISR GPIO_UNDEF
53#ifndef OPENWSN_DEBUGPIN_RADIO
54#define OPENWSN_DEBUGPIN_RADIO GPIO_UNDEF
57#define OPENWSN_DEBUGPINS_DEFAULT { .frame = OPENWSN_DEBUGPIN_FRAME, \
58 .slot = OPENWSN_DEBUGPIN_SLOT, \
59 .fsm = OPENWSN_DEBUGPIN_FSM, \
60 .task = OPENWSN_DEBUGPIN_TASK, \
61 .isr = OPENWSN_DEBUGPIN_ISR, \
62 .radio = OPENWSN_DEBUGPIN_RADIO}
70#ifdef OPENWSN_DEBUGPINS_BOARD
71 OPENWSN_DEBUGPINS_BOARD,
73 OPENWSN_DEBUGPINS_DEFAULT,
Provides an adaption of OpenWSN debug pin handling to RIOTs handling of GPIOs.
static const debugpins_config_t openwsn_debugpins_params[]
OpenWSN debugpins configuration.
struct holding configuration of OpenWSN debug pins