Merge pull request #429 from MaxiluxSystems/tfqm-enum
can_fdcan: add enum for tfqm
This commit is contained in:
commit
e065f37fc7
@ -1608,6 +1608,7 @@ fieldset/TXBC:
|
||||
description: Tx FIFO/Queue Mode
|
||||
bit_offset: 30
|
||||
bit_size: 1
|
||||
enum: TFQM
|
||||
fieldset/TXBCF:
|
||||
description: FDCAN Tx Buffer Cancellation Finished Register
|
||||
fields:
|
||||
@ -1757,3 +1758,12 @@ fieldset/XIDFC:
|
||||
description: List Size Extended
|
||||
bit_offset: 16
|
||||
bit_size: 8
|
||||
enum/TFQM:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: FIFO
|
||||
description: Tx FIFO operation
|
||||
value: 0
|
||||
- name: QUEUE
|
||||
description: Tx queue operation
|
||||
value: 1
|
||||
|
@ -783,6 +783,7 @@ fieldset/TXBC:
|
||||
description: Tx FIFO/queue mode. This is a protected write (P) bit, which means that write access by the bits is possible only when the bit 1 [CCE] and bit 0 [INIT] of CCCR register are set to 1
|
||||
bit_offset: 24
|
||||
bit_size: 1
|
||||
enum: TFQM
|
||||
fieldset/TXBCF:
|
||||
description: FDCAN Tx buffer cancellation finished register
|
||||
fields:
|
||||
@ -1073,3 +1074,12 @@ enum/TX:
|
||||
- name: RECESSIVE
|
||||
description: Recessive (1) at pin FDCANx_TX
|
||||
value: 3
|
||||
enum/TFQM:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: FIFO
|
||||
description: Tx FIFO operation
|
||||
value: 0
|
||||
- name: QUEUE
|
||||
description: Tx queue operation
|
||||
value: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user