summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/abb/twl3025.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/abb/twl3025.h')
-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 c6c30aa..d171db8 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);