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

Default configuration for TPS6274x DC-DC Converter. More...

Detailed Description

Default configuration for TPS6274x DC-DC Converter.

Author
Peter Kietzmann peter.nosp@m..kie.nosp@m.tzman.nosp@m.n@ha.nosp@m.w-ham.nosp@m.burg.nosp@m..de

Definition in file tps6274x_params.h.

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

Go to the source code of this file.

Variables

static const tps6274x_params_t tps6274x_params []
 Configure TPS6274X.
 

Set default configuration parameters for the TPS6274x

#define TPS6274X_PARAMS
 

Macro Definition Documentation

◆ TPS6274X_PARAMS

#define TPS6274X_PARAMS
Value:
{ .vsel = { GPIO_PIN(0, 0), \
GPIO_PIN(0, 1), \
GPIO_PIN(0, 2), \
GPIO_PIN(0, 3), \
}, \
.ctrl_pin = GPIO_PIN(0, 4) \
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
Definition periph_cpu.h:46

Definition at line 34 of file tps6274x_params.h.

Variable Documentation

◆ tps6274x_params

const tps6274x_params_t tps6274x_params[]
static
Initial value:
=
{
TPS6274X_PARAMS
}

Configure TPS6274X.

Definition at line 47 of file tps6274x_params.h.