Commit b3e0474d authored by Tristan Gingold's avatar Tristan Gingold

api.h: add prototype for libwr2rf_vtu_output_pad_delay

parent 5fb13d97
......@@ -162,6 +162,9 @@ int libwr2rf_vtu_softstart (struct libwr2rf_dev *dev, unsigned id);
int libwr2rf_vtu_output_ff_delay(struct libwr2rf_dev *dev, unsigned id,
unsigned val);
int libwr2rf_vtu_output_pad_delay(struct libwr2rf_dev *dev, unsigned id,
unsigned hc, unsigned odelay);
/* Enable the VTU output. */
int libwr2rf_vtu_output_enable(struct libwr2rf_dev *dev, unsigned id,
unsigned en);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment