We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497aefc commit 7f66a37Copy full SHA for 7f66a37
shared-bindings/canio/CAN.c
@@ -187,6 +187,10 @@ static MP_DEFINE_CONST_FUN_OBJ_1(canio_can_restart_obj, canio_can_restart);
187
//|
188
//| ESP32S2 supports one Listener. There is a single filter block, which can either match a
189
//| standard address with mask or an extended address with mask.
190
+//|
191
+//| i.MX RT10xx supports one Listener and 8 filter blocks per CAN interface.
192
+//| Each interface is fully independent from the other. A filter block can match
193
+//| either a single address or a mask of addresses, both standard or extended.
194
//| """
195
//| ...
196
static mp_obj_t canio_can_listen(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
0 commit comments