summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-02-21 09:38:44 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-01 23:48:43 +0100
commit32da71ef5ccb01d1a6f91657661637ba2a451196 (patch)
treec2fb08a0e1e60c1fc6e89b0e74ce9c16e710f048 /src/target/firmware/include
parentcc2ae91e48473cfad4e51e7070b1f8c45e27a478 (diff)
TWL3025: Add uplink enable/disable function
Diffstat (limited to 'src/target/firmware/include')
-rw-r--r--src/target/firmware/include/abb/twl3025.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/firmware/include/abb/twl3025.h b/src/target/firmware/include/abb/twl3025.h
index c6c30aac..d171db8e 100644
--- a/src/target/firmware/include/abb/twl3025.h
+++ b/src/target/firmware/include/abb/twl3025.h
@@ -113,6 +113,9 @@ void twl3025_tsp_write(uint8_t data);
/* Enqueue a series of TSP commands in the TPU to (de)activate the downlink path */
void twl3025_downlink(int on, int16_t at);
+/* Enqueue a series of TSP commands in the TPU to (de)activate the uplink path */
+void twl3025_uplink(int on, int16_t at);
+
/* Update the AFC DAC value */
void twl3025_afc_set(int16_t val);