summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/qstrdefsport.h')
-rw-r--r--stmhal/qstrdefsport.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h
index e7ef1ef297..19270a6f38 100644
--- a/stmhal/qstrdefsport.h
+++ b/stmhal/qstrdefsport.h
@@ -160,6 +160,7 @@ Q(RTS)
Q(CTS)
// for CAN class
+#if MICROPY_HW_ENABLE_CAN
Q(CAN)
Q(prescaler)
Q(init)
@@ -174,10 +175,20 @@ Q(extframe)
Q(sjw)
Q(bs1)
Q(bs2)
+Q(bank)
+Q(params)
+Q(initfilterbanks)
+Q(clearfilter)
+Q(setfilter)
Q(NORMAL)
Q(LOOPBACK)
Q(SILENT)
Q(SILENT_LOOPBACK)
+Q(MASK16)
+Q(LIST16)
+Q(MASK32)
+Q(LIST32)
+#endif
// for Timer class
Q(Timer)