From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/Driver/html/group__can__mode__ctrls.html | 213 ++++++++++++++++++++++++++ 1 file changed, 213 insertions(+) create mode 100644 docs/Driver/html/group__can__mode__ctrls.html (limited to 'docs/Driver/html/group__can__mode__ctrls.html') diff --git a/docs/Driver/html/group__can__mode__ctrls.html b/docs/Driver/html/group__can__mode__ctrls.html new file mode 100644 index 0000000..06e79b9 --- /dev/null +++ b/docs/Driver/html/group__can__mode__ctrls.html @@ -0,0 +1,213 @@ + + + + + +CAN Operation Codes +CMSIS-Driver: CAN Operation Codes + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Driver +  Version 2.6.0 +
+
Peripheral Interface for Middleware and Application Code
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
CAN Operation Codes
+
+
+ +

Set CAN operation modes. +More...

+ + + + + + + + + + + + + + +

+Macros

#define ARM_CAN_SET_FD_MODE   (1UL << ARM_CAN_CONTROL_Pos)
 Set FD operation mode; arg: 0 = disable, 1 = enable. More...
 
#define ARM_CAN_ABORT_MESSAGE_SEND   (2UL << ARM_CAN_CONTROL_Pos)
 Abort sending of CAN message; arg = object. More...
 
#define ARM_CAN_CONTROL_RETRANSMISSION   (3UL << ARM_CAN_CONTROL_Pos)
 Enable/disable automatic retransmission; arg: 0 = disable, 1 = enable (default state) More...
 
#define ARM_CAN_SET_TRANSCEIVER_DELAY   (4UL << ARM_CAN_CONTROL_Pos)
 Set transceiver delay; arg = delay in time quanta. More...
 
+

Description

+

Set CAN operation modes.

+

These controls set the CAN operation using the function ARM_CAN_Control.

+

Macro Definition Documentation

+ +
+
+ + + + +
#define ARM_CAN_SET_FD_MODE   (1UL << ARM_CAN_CONTROL_Pos)
+
+ +

Set FD operation mode; arg: 0 = disable, 1 = enable.

+
See Also
ARM_CAN_Control
+ +
+
+ +
+
+ + + + +
#define ARM_CAN_ABORT_MESSAGE_SEND   (2UL << ARM_CAN_CONTROL_Pos)
+
+ +

Abort sending of CAN message; arg = object.

+
See Also
ARM_CAN_Control
+ +
+
+ +
+
+ + + + +
#define ARM_CAN_CONTROL_RETRANSMISSION   (3UL << ARM_CAN_CONTROL_Pos)
+
+ +

Enable/disable automatic retransmission; arg: 0 = disable, 1 = enable (default state)

+
See Also
ARM_CAN_Control
+ +
+
+ +
+
+ + + + +
#define ARM_CAN_SET_TRANSCEIVER_DELAY   (4UL << ARM_CAN_CONTROL_Pos)
+
+ +

Set transceiver delay; arg = delay in time quanta.

+
See Also
ARM_CAN_Control
+ +
+
+
+
+ + + + -- cgit