docs/library/pyb.CAN: Clean up documentation of data constants.

pull/3663/head
Damien George 2018-03-16 18:29:43 +11:00
rodzic a25e6c6b65
commit b7d576d69a
1 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -259,11 +259,11 @@ Constants
---------
.. data:: CAN.NORMAL
.. data:: CAN.LOOPBACK
.. data:: CAN.SILENT
.. data:: CAN.SILENT_LOOPBACK
CAN.LOOPBACK
CAN.SILENT
CAN.SILENT_LOOPBACK
the mode of the CAN bus
The mode of the CAN bus used in :meth:`~CAN.init()`.
.. data:: CAN.STOPPED
CAN.ERROR_ACTIVE
@ -271,11 +271,11 @@ Constants
CAN.ERROR_PASSIVE
CAN.BUS_OFF
Possible states of the CAN controller.
Possible states of the CAN controller returned from :meth:`~CAN.state()`.
.. data:: CAN.LIST16
.. data:: CAN.MASK16
.. data:: CAN.LIST32
.. data:: CAN.MASK32
CAN.MASK16
CAN.LIST32
CAN.MASK32
the operation mode of a filter
The operation mode of a filter used in :meth:`~CAN.setfilter()`.