Loading...
Searching...
No Matches
openwsn_debugpins_params.h File Reference

Default configuration for the OpenWSN debugpins. More...

Detailed Description

#include "board.h"
#include "openwsn_debugpins.h"
+ Include dependency graph for openwsn_debugpins_params.h:

Go to the source code of this file.

Variables

static const debugpins_config_t openwsn_debugpins_params []
 OpenWSN debugpins configuration.
 

OpenWSN default debugpins configuration.

Undefined by default.

#define OPENWSN_DEBUGPIN_FRAME   GPIO_UNDEF
 
#define OPENWSN_DEBUGPIN_SLOT   GPIO_UNDEF
 
#define OPENWSN_DEBUGPIN_FSM   GPIO_UNDEF
 
#define OPENWSN_DEBUGPIN_TASK   GPIO_UNDEF
 
#define OPENWSN_DEBUGPIN_ISR   GPIO_UNDEF
 
#define OPENWSN_DEBUGPIN_RADIO   GPIO_UNDEF
 
#define OPENWSN_DEBUGPINS_DEFAULT
 

Macro Definition Documentation

◆ OPENWSN_DEBUGPIN_FRAME

#define OPENWSN_DEBUGPIN_FRAME   GPIO_UNDEF

Definition at line 39 of file openwsn_debugpins_params.h.

◆ OPENWSN_DEBUGPIN_FSM

#define OPENWSN_DEBUGPIN_FSM   GPIO_UNDEF

Definition at line 45 of file openwsn_debugpins_params.h.

◆ OPENWSN_DEBUGPIN_ISR

#define OPENWSN_DEBUGPIN_ISR   GPIO_UNDEF

Definition at line 51 of file openwsn_debugpins_params.h.

◆ OPENWSN_DEBUGPIN_RADIO

#define OPENWSN_DEBUGPIN_RADIO   GPIO_UNDEF

Definition at line 54 of file openwsn_debugpins_params.h.

◆ OPENWSN_DEBUGPIN_SLOT

#define OPENWSN_DEBUGPIN_SLOT   GPIO_UNDEF

Definition at line 42 of file openwsn_debugpins_params.h.

◆ OPENWSN_DEBUGPIN_TASK

#define OPENWSN_DEBUGPIN_TASK   GPIO_UNDEF

Definition at line 48 of file openwsn_debugpins_params.h.

◆ OPENWSN_DEBUGPINS_DEFAULT

#define OPENWSN_DEBUGPINS_DEFAULT
Value:
{ .frame = OPENWSN_DEBUGPIN_FRAME, \
.slot = OPENWSN_DEBUGPIN_SLOT, \
.fsm = OPENWSN_DEBUGPIN_FSM, \
.task = OPENWSN_DEBUGPIN_TASK, \
.isr = OPENWSN_DEBUGPIN_ISR, \
.radio = OPENWSN_DEBUGPIN_RADIO}

Definition at line 57 of file openwsn_debugpins_params.h.

Variable Documentation

◆ openwsn_debugpins_params

const debugpins_config_t openwsn_debugpins_params[]
static
Initial value:
=
{
OPENWSN_DEBUGPINS_DEFAULT,
}

OpenWSN debugpins configuration.

Definition at line 68 of file openwsn_debugpins_params.h.