Default configuration for the Differentially Operated Serial Ethernet driver. More...
Default configuration for the Differentially Operated Serial Ethernet driver.
Definition in file dose_params.h.
#include "board.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 |
#define DOSE_PARAM_BAUDRATE (115200) |
Definition at line 36 of file dose_params.h.
#define DOSE_PARAM_SENSE_PIN (GPIO_UNDEF) |
Definition at line 39 of file dose_params.h.
#define DOSE_PARAM_STANDBY_PIN (GPIO_UNDEF) |
Standby/Silent mode.
Definition at line 42 of file dose_params.h.
#define DOSE_PARAM_UART (UART_DEV(1)) |
Definition at line 33 of file dose_params.h.
#define DOSE_PARAMS |
Definition at line 53 of file dose_params.h.
|
static |