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

Default configuration for the SLIP device driver. More...

Detailed Description

Default configuration for the SLIP device driver.

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

Definition in file slipdev_params.h.

#include "board.h"
#include "slipdev.h"
+ Include dependency graph for slipdev_params.h:

Go to the source code of this file.

Variables

static const slipdev_params_t slipdev_params []
 slipdev configuration
 

Set default configuration parameters for slipdev driver

#define SLIPDEV_PARAM_UART   UART_DEV(1)
 
#define SLIPDEV_PARAM_BAUDRATE   (115200U)
 
#define SLIPDEV_PARAMS
 

Macro Definition Documentation

◆ SLIPDEV_PARAM_BAUDRATE

#define SLIPDEV_PARAM_BAUDRATE   (115200U)

Definition at line 48 of file slipdev_params.h.

◆ SLIPDEV_PARAM_UART

#define SLIPDEV_PARAM_UART   UART_DEV(1)

Definition at line 40 of file slipdev_params.h.

◆ SLIPDEV_PARAMS

#define SLIPDEV_PARAMS
Value:
{ .uart = SLIPDEV_PARAM_UART, \
.baudrate = SLIPDEV_PARAM_BAUDRATE }

Definition at line 55 of file slipdev_params.h.

Variable Documentation

◆ slipdev_params

const slipdev_params_t slipdev_params[]
static
Initial value:
= {
SLIPDEV_PARAMS
}

slipdev configuration

The first element in this array will be used to multiplex stdio if slipdev_stdio is included.

Definition at line 66 of file slipdev_params.h.