summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/qstrdefsport.h')
-rw-r--r--stmhal/qstrdefsport.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h
index 7b50a7f9fb..37cc654d28 100644
--- a/stmhal/qstrdefsport.h
+++ b/stmhal/qstrdefsport.h
@@ -107,6 +107,26 @@ Q(scan)
Q(mem_read)
Q(mem_write)
+// for SPI class
+Q(SPI)
+Q(init)
+Q(deinit)
+Q(send)
+Q(recv)
+Q(send_recv)
+Q(mode)
+Q(baudrate)
+Q(clkpol)
+Q(clkphase)
+Q(dir)
+Q(size)
+Q(nss)
+Q(firstbit)
+Q(ti)
+Q(crcpoly)
+Q(MASTER)
+Q(SLAVE)
+
// for Accel object
Q(Accel)
Q(x)