mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 22:50:25 +00:00
STM32 CAN: Options for TSEG1 and TSEG2 quanta missing from Kconfig file
This commit is contained in:
parent
e698fe5433
commit
2036f600d7
1 changed files with 11 additions and 0 deletions
|
|
@ -3031,6 +3031,17 @@ config CAN2_BAUD
|
|||
---help---
|
||||
CAN2 BAUD rate. Required if STM32_CAN2 is defined.
|
||||
|
||||
config CAN_TSEG1
|
||||
int "TSEG1 quanta"
|
||||
default 6
|
||||
---help---
|
||||
The number of CAN time quanta in segment 1. Default: 6
|
||||
|
||||
config CAN_TSEG2
|
||||
int "TSEG2 quanta"
|
||||
default 7
|
||||
---help---
|
||||
The number of CAN time quanta in segment 2. Default: 7
|
||||
endmenu
|
||||
|
||||
if STM32_LTDC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue