Default configuration for the Differentially Operated Serial Ethernet driver. More...

Detailed Description

Default configuration for the Differentially Operated Serial Ethernet driver.

Author
Juergen Fitschen me@ju.nosp@m.e.yt

Definition in file dose_params.h.

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

Go to the source code of this file.

Variables

static const dose_params_t dose_params []
 DOSE configuration. More...
 

Set default configuration parameters for the DOSE driver

#define DOSE_PARAM_UART   (UART_DEV(1))
 
#define DOSE_PARAM_BAUDRATE   (115200)
 
#define DOSE_PARAM_SENSE_PIN   (GPIO_UNDEF)
 
#define DOSE_PARAMS
 

Macro Definition Documentation

◆ DOSE_PARAMS

#define DOSE_PARAMS
Value:
{ .uart = DOSE_PARAM_UART, \
.baudrate = DOSE_PARAM_BAUDRATE, \
.sense_pin = DOSE_PARAM_SENSE_PIN }

Definition at line 43 of file dose_params.h.

Variable Documentation

◆ dose_params

const dose_params_t dose_params[]
static
Initial value:
=
{
DOSE_PARAMS
}

DOSE configuration.

Definition at line 52 of file dose_params.h.