can_fdcan: add enum for tfqm
This commit is contained in:
parent
73ed13ce72
commit
435ed7b163
@ -1608,6 +1608,7 @@ fieldset/TXBC:
|
|||||||
description: Tx FIFO/Queue Mode
|
description: Tx FIFO/Queue Mode
|
||||||
bit_offset: 30
|
bit_offset: 30
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
|
enum: TFQM
|
||||||
fieldset/TXBCF:
|
fieldset/TXBCF:
|
||||||
description: FDCAN Tx Buffer Cancellation Finished Register
|
description: FDCAN Tx Buffer Cancellation Finished Register
|
||||||
fields:
|
fields:
|
||||||
@ -1757,3 +1758,12 @@ fieldset/XIDFC:
|
|||||||
description: List Size Extended
|
description: List Size Extended
|
||||||
bit_offset: 16
|
bit_offset: 16
|
||||||
bit_size: 8
|
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
|
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_offset: 24
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
|
enum: TFQM
|
||||||
fieldset/TXBCF:
|
fieldset/TXBCF:
|
||||||
description: FDCAN Tx buffer cancellation finished register
|
description: FDCAN Tx buffer cancellation finished register
|
||||||
fields:
|
fields:
|
||||||
@ -1073,3 +1074,12 @@ enum/TX:
|
|||||||
- name: RECESSIVE
|
- name: RECESSIVE
|
||||||
description: Recessive (1) at pin FDCANx_TX
|
description: Recessive (1) at pin FDCANx_TX
|
||||||
value: 3
|
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