Loading...
Searching...
No Matches

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.
 

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_PARAM_STANDBY_PIN   (GPIO_UNDEF)
 Standby/Silent mode.
 
#define DOSE_PARAMS
 

Macro Definition Documentation

◆ DOSE_PARAM_BAUDRATE

#define DOSE_PARAM_BAUDRATE   (115200)

Definition at line 36 of file dose_params.h.

◆ DOSE_PARAM_SENSE_PIN

#define DOSE_PARAM_SENSE_PIN   (GPIO_UNDEF)

Definition at line 39 of file dose_params.h.

◆ DOSE_PARAM_STANDBY_PIN

#define DOSE_PARAM_STANDBY_PIN   (GPIO_UNDEF)

Standby/Silent mode.

Definition at line 42 of file dose_params.h.

◆ DOSE_PARAM_UART

#define DOSE_PARAM_UART   (UART_DEV(1))

Definition at line 33 of file dose_params.h.

◆ DOSE_PARAMS

#define DOSE_PARAMS
Value:
{ \
.uart = DOSE_PARAM_UART, \
.baudrate = DOSE_PARAM_BAUDRATE, \
.standby_pin = DOSE_PARAM_STANDBY_PIN, \
.sense_pin = DOSE_PARAM_SENSE_PIN, \
}
#define DOSE_PARAM_STANDBY_PIN
Standby/Silent mode.
Definition dose_params.h:42

Definition at line 53 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 66 of file dose_params.h.