Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Register : Message Valid A Register - MOVALA

Description

Message valid bits for Message Objects 1 to 32. By reading the MsgVal bits, the CPU can check for which Message Object is valid. The MsgVal bit of a specific Message Object can be set/reset by the CPU via the IFx Message Interface Registers.

Register Layout

Bits Access Reset Description
[0] R 0x0 MsgVal32-1
[1] R 0x0 MsgVal32-1
[2] R 0x0 MsgVal32-1
[3] R 0x0 MsgVal32-1
[4] R 0x0 MsgVal32-1
[5] R 0x0 MsgVal32-1
[6] R 0x0 MsgVal32-1
[7] R 0x0 MsgVal32-1
[8] R 0x0 MsgVal32-1
[9] R 0x0 MsgVal32-1
[10] R 0x0 MsgVal32-1
[11] R 0x0 MsgVal32-1
[12] R 0x0 MsgVal32-1
[13] R 0x0 MsgVal32-1
[14] R 0x0 MsgVal32-1
[15] R 0x0 MsgVal32-1
[16] R 0x0 MsgVal32-1
[17] R 0x0 MsgVal32-1
[18] R 0x0 MsgVal32-1
[19] R 0x0 MsgVal32-1
[20] R 0x0 MsgVal32-1
[21] R 0x0 MsgVal32-1
[22] R 0x0 MsgVal32-1
[23] R 0x0 MsgVal32-1
[24] R 0x0 MsgVal32-1
[25] R 0x0 MsgVal32-1
[26] R 0x0 MsgVal32-1
[27] R 0x0 MsgVal32-1
[28] R 0x0 MsgVal32-1
[29] R 0x0 MsgVal32-1
[30] R 0x0 MsgVal32-1
[31] R 0x0 MsgVal32-1

Field : MsgVal32-1 - MsgVal_0

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_LSB   0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_MSB   0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_SET_MSK   0x00000001
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_CLR_MSK   0xfffffffe
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_GET(value)   (((value) & 0x00000001) >> 0)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_SET(value)   (((value) << 0) & 0x00000001)
 

Field : MsgVal32-1 - MsgVal_1

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_LSB   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_MSB   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_SET_MSK   0x00000002
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_CLR_MSK   0xfffffffd
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_GET(value)   (((value) & 0x00000002) >> 1)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_SET(value)   (((value) << 1) & 0x00000002)
 

Field : MsgVal32-1 - MsgVal_2

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_LSB   2
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_MSB   2
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_SET_MSK   0x00000004
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_CLR_MSK   0xfffffffb
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_GET(value)   (((value) & 0x00000004) >> 2)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_SET(value)   (((value) << 2) & 0x00000004)
 

Field : MsgVal32-1 - MsgVal_3

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_LSB   3
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_MSB   3
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_SET_MSK   0x00000008
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_CLR_MSK   0xfffffff7
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_GET(value)   (((value) & 0x00000008) >> 3)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_SET(value)   (((value) << 3) & 0x00000008)
 

Field : MsgVal32-1 - MsgVal_4

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_LSB   4
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_MSB   4
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_SET_MSK   0x00000010
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_CLR_MSK   0xffffffef
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_GET(value)   (((value) & 0x00000010) >> 4)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_SET(value)   (((value) << 4) & 0x00000010)
 

Field : MsgVal32-1 - MsgVal_5

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_LSB   5
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_MSB   5
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_SET_MSK   0x00000020
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_CLR_MSK   0xffffffdf
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_GET(value)   (((value) & 0x00000020) >> 5)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_SET(value)   (((value) << 5) & 0x00000020)
 

Field : MsgVal32-1 - MsgVal_6

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_LSB   6
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_MSB   6
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_SET_MSK   0x00000040
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_CLR_MSK   0xffffffbf
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_GET(value)   (((value) & 0x00000040) >> 6)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_SET(value)   (((value) << 6) & 0x00000040)
 

Field : MsgVal32-1 - MsgVal_7

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_LSB   7
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_MSB   7
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_SET_MSK   0x00000080
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_CLR_MSK   0xffffff7f
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_GET(value)   (((value) & 0x00000080) >> 7)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_SET(value)   (((value) << 7) & 0x00000080)
 

Field : MsgVal32-1 - MsgVal_8

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_LSB   8
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_MSB   8
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_SET_MSK   0x00000100
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_CLR_MSK   0xfffffeff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_GET(value)   (((value) & 0x00000100) >> 8)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_SET(value)   (((value) << 8) & 0x00000100)
 

Field : MsgVal32-1 - MsgVal_9

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_LSB   9
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_MSB   9
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_SET_MSK   0x00000200
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_CLR_MSK   0xfffffdff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_GET(value)   (((value) & 0x00000200) >> 9)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_SET(value)   (((value) << 9) & 0x00000200)
 

Field : MsgVal32-1 - MsgVal_10

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_LSB   10
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_MSB   10
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_SET_MSK   0x00000400
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_CLR_MSK   0xfffffbff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_GET(value)   (((value) & 0x00000400) >> 10)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_SET(value)   (((value) << 10) & 0x00000400)
 

Field : MsgVal32-1 - MsgVal_11

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_LSB   11
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_MSB   11
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_SET_MSK   0x00000800
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_CLR_MSK   0xfffff7ff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_GET(value)   (((value) & 0x00000800) >> 11)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_SET(value)   (((value) << 11) & 0x00000800)
 

Field : MsgVal32-1 - MsgVal_12

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_LSB   12
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_MSB   12
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_SET_MSK   0x00001000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_CLR_MSK   0xffffefff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_GET(value)   (((value) & 0x00001000) >> 12)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_SET(value)   (((value) << 12) & 0x00001000)
 

Field : MsgVal32-1 - MsgVal_13

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_LSB   13
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_MSB   13
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_SET_MSK   0x00002000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_CLR_MSK   0xffffdfff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_GET(value)   (((value) & 0x00002000) >> 13)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_SET(value)   (((value) << 13) & 0x00002000)
 

Field : MsgVal32-1 - MsgVal_14

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_LSB   14
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_MSB   14
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_SET_MSK   0x00004000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_CLR_MSK   0xffffbfff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_GET(value)   (((value) & 0x00004000) >> 14)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_SET(value)   (((value) << 14) & 0x00004000)
 

Field : MsgVal32-1 - MsgVal_15

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_LSB   15
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_MSB   15
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_SET_MSK   0x00008000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_CLR_MSK   0xffff7fff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_GET(value)   (((value) & 0x00008000) >> 15)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_SET(value)   (((value) << 15) & 0x00008000)
 

Field : MsgVal32-1 - MsgVal_16

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_LSB   16
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_MSB   16
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_SET_MSK   0x00010000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_CLR_MSK   0xfffeffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_GET(value)   (((value) & 0x00010000) >> 16)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_SET(value)   (((value) << 16) & 0x00010000)
 

Field : MsgVal32-1 - MsgVal_17

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_LSB   17
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_MSB   17
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_SET_MSK   0x00020000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_CLR_MSK   0xfffdffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_GET(value)   (((value) & 0x00020000) >> 17)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_SET(value)   (((value) << 17) & 0x00020000)
 

Field : MsgVal32-1 - MsgVal_18

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_LSB   18
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_MSB   18
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_SET_MSK   0x00040000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_CLR_MSK   0xfffbffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_GET(value)   (((value) & 0x00040000) >> 18)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_SET(value)   (((value) << 18) & 0x00040000)
 

Field : MsgVal32-1 - MsgVal_19

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_LSB   19
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_MSB   19
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_SET_MSK   0x00080000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_CLR_MSK   0xfff7ffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_GET(value)   (((value) & 0x00080000) >> 19)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_SET(value)   (((value) << 19) & 0x00080000)
 

Field : MsgVal32-1 - MsgVal_20

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_LSB   20
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_MSB   20
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_SET_MSK   0x00100000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_CLR_MSK   0xffefffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_GET(value)   (((value) & 0x00100000) >> 20)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_SET(value)   (((value) << 20) & 0x00100000)
 

Field : MsgVal32-1 - MsgVal_21

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_LSB   21
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_MSB   21
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_SET_MSK   0x00200000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_CLR_MSK   0xffdfffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_GET(value)   (((value) & 0x00200000) >> 21)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_SET(value)   (((value) << 21) & 0x00200000)
 

Field : MsgVal32-1 - MsgVal_22

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_LSB   22
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_MSB   22
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_SET_MSK   0x00400000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_CLR_MSK   0xffbfffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_GET(value)   (((value) & 0x00400000) >> 22)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_SET(value)   (((value) << 22) & 0x00400000)
 

Field : MsgVal32-1 - MsgVal_23

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_LSB   23
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_MSB   23
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_SET_MSK   0x00800000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_CLR_MSK   0xff7fffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_GET(value)   (((value) & 0x00800000) >> 23)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_SET(value)   (((value) << 23) & 0x00800000)
 

Field : MsgVal32-1 - MsgVal_24

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_LSB   24
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_MSB   24
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_SET_MSK   0x01000000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_CLR_MSK   0xfeffffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_GET(value)   (((value) & 0x01000000) >> 24)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_SET(value)   (((value) << 24) & 0x01000000)
 

Field : MsgVal32-1 - MsgVal_25

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_LSB   25
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_MSB   25
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_SET_MSK   0x02000000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_CLR_MSK   0xfdffffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_GET(value)   (((value) & 0x02000000) >> 25)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_SET(value)   (((value) << 25) & 0x02000000)
 

Field : MsgVal32-1 - MsgVal_26

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_LSB   26
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_MSB   26
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_SET_MSK   0x04000000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_CLR_MSK   0xfbffffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_GET(value)   (((value) & 0x04000000) >> 26)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_SET(value)   (((value) << 26) & 0x04000000)
 

Field : MsgVal32-1 - MsgVal_27

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_LSB   27
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_MSB   27
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_SET_MSK   0x08000000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_CLR_MSK   0xf7ffffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_GET(value)   (((value) & 0x08000000) >> 27)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_SET(value)   (((value) << 27) & 0x08000000)
 

Field : MsgVal32-1 - MsgVal_28

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_LSB   28
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_MSB   28
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_SET_MSK   0x10000000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_CLR_MSK   0xefffffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_GET(value)   (((value) & 0x10000000) >> 28)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_SET(value)   (((value) << 28) & 0x10000000)
 

Field : MsgVal32-1 - MsgVal_29

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_LSB   29
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_MSB   29
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_SET_MSK   0x20000000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_CLR_MSK   0xdfffffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_GET(value)   (((value) & 0x20000000) >> 29)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_SET(value)   (((value) << 29) & 0x20000000)
 

Field : MsgVal32-1 - MsgVal_30

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_LSB   30
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_MSB   30
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_SET_MSK   0x40000000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_CLR_MSK   0xbfffffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_GET(value)   (((value) & 0x40000000) >> 30)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_SET(value)   (((value) << 30) & 0x40000000)
 

Field : MsgVal32-1 - MsgVal_31

Message valid bits for Message Objects 1 to 32. Array index i corresponds to Message Object i+1.

Field Enumeration Values:

Enum Value Description
ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_E_IGNORED 0x0 The Message Object is ignored by the Message
: Handler.
ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_E_CONSIDERED 0x1 The Message Object is configured and should be
: considered by the Message Handler.

Field Access Macros:

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_E_IGNORED   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_E_CONSIDERED   0x1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_LSB   31
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_MSB   31
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_WIDTH   1
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_SET_MSK   0x80000000
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_CLR_MSK   0x7fffffff
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_RESET   0x0
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_GET(value)   (((value) & 0x80000000) >> 31)
 
#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_SET(value)   (((value) << 31) & 0x80000000)
 

Data Structures

struct  ALT_CAN_MSGHAND_MOVALA_s
 

Macros

#define ALT_CAN_MSGHAND_MOVALA_OFST   0x40
 
#define ALT_CAN_MSGHAND_MOVALA_ADDR(base)   ALT_CAST(void *, (ALT_CAST(char *, (base)) + ALT_CAN_MSGHAND_MOVALA_OFST))
 

Typedefs

typedef struct
ALT_CAN_MSGHAND_MOVALA_s 
ALT_CAN_MSGHAND_MOVALA_t
 

Data Structure Documentation

struct ALT_CAN_MSGHAND_MOVALA_s

WARNING: The C register and register group struct declarations are provided for convenience and illustrative purposes. They should, however, be used with caution as the C language standard provides no guarantees about the alignment or atomicity of device memory accesses. The recommended practice for writing hardware drivers is to use the SoCAL access macros and alt_read_word() and alt_write_word() functions.

The struct declaration for register ALT_CAN_MSGHAND_MOVALA.

Data Fields
const uint32_t MsgVal_0: 1 MsgVal32-1
const uint32_t MsgVal_1: 1 MsgVal32-1
const uint32_t MsgVal_2: 1 MsgVal32-1
const uint32_t MsgVal_3: 1 MsgVal32-1
const uint32_t MsgVal_4: 1 MsgVal32-1
const uint32_t MsgVal_5: 1 MsgVal32-1
const uint32_t MsgVal_6: 1 MsgVal32-1
const uint32_t MsgVal_7: 1 MsgVal32-1
const uint32_t MsgVal_8: 1 MsgVal32-1
const uint32_t MsgVal_9: 1 MsgVal32-1
const uint32_t MsgVal_10: 1 MsgVal32-1
const uint32_t MsgVal_11: 1 MsgVal32-1
const uint32_t MsgVal_12: 1 MsgVal32-1
const uint32_t MsgVal_13: 1 MsgVal32-1
const uint32_t MsgVal_14: 1 MsgVal32-1
const uint32_t MsgVal_15: 1 MsgVal32-1
const uint32_t MsgVal_16: 1 MsgVal32-1
const uint32_t MsgVal_17: 1 MsgVal32-1
const uint32_t MsgVal_18: 1 MsgVal32-1
const uint32_t MsgVal_19: 1 MsgVal32-1
const uint32_t MsgVal_20: 1 MsgVal32-1
const uint32_t MsgVal_21: 1 MsgVal32-1
const uint32_t MsgVal_22: 1 MsgVal32-1
const uint32_t MsgVal_23: 1 MsgVal32-1
const uint32_t MsgVal_24: 1 MsgVal32-1
const uint32_t MsgVal_25: 1 MsgVal32-1
const uint32_t MsgVal_26: 1 MsgVal32-1
const uint32_t MsgVal_27: 1 MsgVal32-1
const uint32_t MsgVal_28: 1 MsgVal32-1
const uint32_t MsgVal_29: 1 MsgVal32-1
const uint32_t MsgVal_30: 1 MsgVal32-1
const uint32_t MsgVal_31: 1 MsgVal32-1

Macro Definitions

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_0

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_0

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_LSB   0

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_0 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_MSB   0

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_0 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_0 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_SET_MSK   0x00000001

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_0 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_CLR_MSK   0xfffffffe

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_0 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_0 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_GET (   value)    (((value) & 0x00000001) >> 0)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_0 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_0_SET (   value)    (((value) << 0) & 0x00000001)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_0 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_1

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_1

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_LSB   1

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_1 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_MSB   1

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_1 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_1 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_SET_MSK   0x00000002

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_1 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_CLR_MSK   0xfffffffd

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_1 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_1 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_GET (   value)    (((value) & 0x00000002) >> 1)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_1 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_1_SET (   value)    (((value) << 1) & 0x00000002)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_1 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_2

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_2

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_LSB   2

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_2 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_MSB   2

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_2 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_2 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_SET_MSK   0x00000004

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_2 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_CLR_MSK   0xfffffffb

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_2 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_2 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_GET (   value)    (((value) & 0x00000004) >> 2)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_2 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_2_SET (   value)    (((value) << 2) & 0x00000004)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_2 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_3

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_3

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_LSB   3

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_3 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_MSB   3

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_3 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_3 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_SET_MSK   0x00000008

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_3 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_CLR_MSK   0xfffffff7

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_3 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_3 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_GET (   value)    (((value) & 0x00000008) >> 3)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_3 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_3_SET (   value)    (((value) << 3) & 0x00000008)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_3 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_4

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_4

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_LSB   4

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_4 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_MSB   4

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_4 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_4 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_SET_MSK   0x00000010

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_4 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_CLR_MSK   0xffffffef

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_4 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_4 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_GET (   value)    (((value) & 0x00000010) >> 4)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_4 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_4_SET (   value)    (((value) << 4) & 0x00000010)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_4 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_5

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_5

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_LSB   5

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_5 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_MSB   5

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_5 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_5 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_SET_MSK   0x00000020

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_5 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_CLR_MSK   0xffffffdf

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_5 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_5 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_GET (   value)    (((value) & 0x00000020) >> 5)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_5 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_5_SET (   value)    (((value) << 5) & 0x00000020)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_5 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_6

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_6

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_LSB   6

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_6 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_MSB   6

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_6 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_6 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_SET_MSK   0x00000040

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_6 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_CLR_MSK   0xffffffbf

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_6 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_6 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_GET (   value)    (((value) & 0x00000040) >> 6)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_6 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_6_SET (   value)    (((value) << 6) & 0x00000040)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_6 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_7

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_7

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_LSB   7

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_7 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_MSB   7

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_7 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_7 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_SET_MSK   0x00000080

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_7 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_CLR_MSK   0xffffff7f

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_7 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_7 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_GET (   value)    (((value) & 0x00000080) >> 7)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_7 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_7_SET (   value)    (((value) << 7) & 0x00000080)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_7 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_8

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_8

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_LSB   8

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_8 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_MSB   8

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_8 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_8 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_SET_MSK   0x00000100

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_8 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_CLR_MSK   0xfffffeff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_8 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_8 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_GET (   value)    (((value) & 0x00000100) >> 8)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_8 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_8_SET (   value)    (((value) << 8) & 0x00000100)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_8 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_9

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_9

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_LSB   9

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_9 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_MSB   9

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_9 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_9 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_SET_MSK   0x00000200

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_9 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_CLR_MSK   0xfffffdff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_9 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_9 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_GET (   value)    (((value) & 0x00000200) >> 9)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_9 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_9_SET (   value)    (((value) << 9) & 0x00000200)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_9 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_10

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_10

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_LSB   10

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_10 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_MSB   10

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_10 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_10 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_SET_MSK   0x00000400

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_10 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_CLR_MSK   0xfffffbff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_10 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_10 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_GET (   value)    (((value) & 0x00000400) >> 10)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_10 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_10_SET (   value)    (((value) << 10) & 0x00000400)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_10 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_11

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_11

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_LSB   11

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_11 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_MSB   11

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_11 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_11 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_SET_MSK   0x00000800

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_11 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_CLR_MSK   0xfffff7ff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_11 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_11 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_GET (   value)    (((value) & 0x00000800) >> 11)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_11 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_11_SET (   value)    (((value) << 11) & 0x00000800)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_11 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_12

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_12

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_LSB   12

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_12 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_MSB   12

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_12 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_12 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_SET_MSK   0x00001000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_12 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_CLR_MSK   0xffffefff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_12 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_12 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_GET (   value)    (((value) & 0x00001000) >> 12)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_12 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_12_SET (   value)    (((value) << 12) & 0x00001000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_12 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_13

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_13

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_LSB   13

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_13 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_MSB   13

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_13 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_13 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_SET_MSK   0x00002000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_13 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_CLR_MSK   0xffffdfff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_13 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_13 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_GET (   value)    (((value) & 0x00002000) >> 13)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_13 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_13_SET (   value)    (((value) << 13) & 0x00002000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_13 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_14

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_14

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_LSB   14

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_14 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_MSB   14

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_14 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_14 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_SET_MSK   0x00004000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_14 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_CLR_MSK   0xffffbfff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_14 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_14 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_GET (   value)    (((value) & 0x00004000) >> 14)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_14 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_14_SET (   value)    (((value) << 14) & 0x00004000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_14 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_15

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_15

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_LSB   15

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_15 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_MSB   15

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_15 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_15 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_SET_MSK   0x00008000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_15 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_CLR_MSK   0xffff7fff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_15 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_15 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_GET (   value)    (((value) & 0x00008000) >> 15)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_15 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_15_SET (   value)    (((value) << 15) & 0x00008000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_15 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_16

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_16

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_LSB   16

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_16 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_MSB   16

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_16 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_16 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_SET_MSK   0x00010000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_16 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_CLR_MSK   0xfffeffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_16 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_16 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_GET (   value)    (((value) & 0x00010000) >> 16)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_16 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_16_SET (   value)    (((value) << 16) & 0x00010000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_16 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_17

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_17

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_LSB   17

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_17 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_MSB   17

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_17 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_17 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_SET_MSK   0x00020000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_17 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_CLR_MSK   0xfffdffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_17 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_17 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_GET (   value)    (((value) & 0x00020000) >> 17)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_17 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_17_SET (   value)    (((value) << 17) & 0x00020000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_17 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_18

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_18

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_LSB   18

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_18 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_MSB   18

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_18 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_18 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_SET_MSK   0x00040000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_18 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_CLR_MSK   0xfffbffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_18 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_18 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_GET (   value)    (((value) & 0x00040000) >> 18)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_18 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_18_SET (   value)    (((value) << 18) & 0x00040000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_18 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_19

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_19

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_LSB   19

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_19 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_MSB   19

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_19 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_19 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_SET_MSK   0x00080000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_19 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_CLR_MSK   0xfff7ffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_19 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_19 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_GET (   value)    (((value) & 0x00080000) >> 19)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_19 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_19_SET (   value)    (((value) << 19) & 0x00080000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_19 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_20

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_20

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_LSB   20

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_20 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_MSB   20

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_20 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_20 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_SET_MSK   0x00100000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_20 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_CLR_MSK   0xffefffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_20 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_20 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_GET (   value)    (((value) & 0x00100000) >> 20)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_20 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_20_SET (   value)    (((value) << 20) & 0x00100000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_20 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_21

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_21

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_LSB   21

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_21 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_MSB   21

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_21 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_21 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_SET_MSK   0x00200000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_21 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_CLR_MSK   0xffdfffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_21 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_21 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_GET (   value)    (((value) & 0x00200000) >> 21)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_21 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_21_SET (   value)    (((value) << 21) & 0x00200000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_21 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_22

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_22

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_LSB   22

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_22 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_MSB   22

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_22 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_22 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_SET_MSK   0x00400000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_22 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_CLR_MSK   0xffbfffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_22 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_22 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_GET (   value)    (((value) & 0x00400000) >> 22)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_22 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_22_SET (   value)    (((value) << 22) & 0x00400000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_22 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_23

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_23

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_LSB   23

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_23 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_MSB   23

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_23 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_23 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_SET_MSK   0x00800000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_23 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_CLR_MSK   0xff7fffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_23 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_23 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_GET (   value)    (((value) & 0x00800000) >> 23)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_23 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_23_SET (   value)    (((value) << 23) & 0x00800000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_23 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_24

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_24

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_LSB   24

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_24 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_MSB   24

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_24 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_24 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_SET_MSK   0x01000000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_24 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_CLR_MSK   0xfeffffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_24 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_24 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_GET (   value)    (((value) & 0x01000000) >> 24)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_24 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_24_SET (   value)    (((value) << 24) & 0x01000000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_24 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_25

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_25

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_LSB   25

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_25 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_MSB   25

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_25 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_25 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_SET_MSK   0x02000000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_25 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_CLR_MSK   0xfdffffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_25 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_25 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_GET (   value)    (((value) & 0x02000000) >> 25)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_25 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_25_SET (   value)    (((value) << 25) & 0x02000000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_25 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_26

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_26

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_LSB   26

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_26 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_MSB   26

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_26 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_26 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_SET_MSK   0x04000000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_26 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_CLR_MSK   0xfbffffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_26 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_26 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_GET (   value)    (((value) & 0x04000000) >> 26)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_26 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_26_SET (   value)    (((value) << 26) & 0x04000000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_26 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_27

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_27

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_LSB   27

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_27 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_MSB   27

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_27 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_27 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_SET_MSK   0x08000000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_27 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_CLR_MSK   0xf7ffffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_27 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_27 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_GET (   value)    (((value) & 0x08000000) >> 27)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_27 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_27_SET (   value)    (((value) << 27) & 0x08000000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_27 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_28

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_28

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_LSB   28

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_28 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_MSB   28

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_28 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_28 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_SET_MSK   0x10000000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_28 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_CLR_MSK   0xefffffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_28 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_28 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_GET (   value)    (((value) & 0x10000000) >> 28)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_28 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_28_SET (   value)    (((value) << 28) & 0x10000000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_28 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_29

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_29

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_LSB   29

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_29 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_MSB   29

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_29 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_29 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_SET_MSK   0x20000000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_29 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_CLR_MSK   0xdfffffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_29 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_29 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_GET (   value)    (((value) & 0x20000000) >> 29)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_29 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_29_SET (   value)    (((value) << 29) & 0x20000000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_29 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_30

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_30

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_LSB   30

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_30 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_MSB   30

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_30 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_30 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_SET_MSK   0x40000000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_30 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_CLR_MSK   0xbfffffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_30 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_30 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_GET (   value)    (((value) & 0x40000000) >> 30)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_30 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_30_SET (   value)    (((value) << 30) & 0x40000000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_30 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_E_IGNORED   0x0

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_31

The Message Object is ignored by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_E_CONSIDERED   0x1

Enumerated value for register field ALT_CAN_MSGHAND_MOVALA_MSGVAL_31

The Message Object is configured and should be considered by the Message Handler.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_LSB   31

The Least Significant Bit (LSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_31 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_MSB   31

The Most Significant Bit (MSB) position of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_31 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_WIDTH   1

The width in bits of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_31 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_SET_MSK   0x80000000

The mask used to set the ALT_CAN_MSGHAND_MOVALA_MSGVAL_31 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_CLR_MSK   0x7fffffff

The mask used to clear the ALT_CAN_MSGHAND_MOVALA_MSGVAL_31 register field value.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_RESET   0x0

The reset value of the ALT_CAN_MSGHAND_MOVALA_MSGVAL_31 register field.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_GET (   value)    (((value) & 0x80000000) >> 31)

Extracts the ALT_CAN_MSGHAND_MOVALA_MSGVAL_31 field value from a register.

#define ALT_CAN_MSGHAND_MOVALA_MSGVAL_31_SET (   value)    (((value) << 31) & 0x80000000)

Produces a ALT_CAN_MSGHAND_MOVALA_MSGVAL_31 register field value suitable for setting the register.

#define ALT_CAN_MSGHAND_MOVALA_OFST   0x40

The byte offset of the ALT_CAN_MSGHAND_MOVALA register from the beginning of the component.

#define ALT_CAN_MSGHAND_MOVALA_ADDR (   base)    ALT_CAST(void *, (ALT_CAST(char *, (base)) + ALT_CAN_MSGHAND_MOVALA_OFST))

The address of the ALT_CAN_MSGHAND_MOVALA register.

Typedef Documentation

The typedef declaration for register ALT_CAN_MSGHAND_MOVALA.