mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Add configuratin to select TSEG1 and TSEG2 values
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4313 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -655,6 +655,8 @@ LPCXpresso Configuration Options
|
|||||||
CONFIG_CAN2_DIVISOR - CAN2 is clocked at CCLK divided by this number.
|
CONFIG_CAN2_DIVISOR - CAN2 is clocked at CCLK divided by this number.
|
||||||
(the CCLK frequency is divided by this number to get the CAN clock).
|
(the CCLK frequency is divided by this number to get the CAN clock).
|
||||||
Options = {1,2,4,6}. Default: 4.
|
Options = {1,2,4,6}. Default: 4.
|
||||||
|
CONFIG_CAN_TSEG1 - The number of CAN time quanta in segment 1. Default: 6
|
||||||
|
CONFIG_CAN_TSEG2 = the number of CAN time quanta in segment 2. Default: 7
|
||||||
|
|
||||||
LPC17xx specific PHY/Ethernet device driver settings. These setting
|
LPC17xx specific PHY/Ethernet device driver settings. These setting
|
||||||
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
|
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
|
||||||
|
|||||||
@@ -295,6 +295,8 @@ mbed Configuration Options
|
|||||||
CONFIG_CAN2_DIVISOR - CAN2 is clocked at CCLK divided by this number.
|
CONFIG_CAN2_DIVISOR - CAN2 is clocked at CCLK divided by this number.
|
||||||
(the CCLK frequency is divided by this number to get the CAN clock).
|
(the CCLK frequency is divided by this number to get the CAN clock).
|
||||||
Options = {1,2,4,6}. Default: 4.
|
Options = {1,2,4,6}. Default: 4.
|
||||||
|
CONFIG_CAN_TSEG1 - The number of CAN time quanta in segment 1. Default: 6
|
||||||
|
CONFIG_CAN_TSEG2 = the number of CAN time quanta in segment 2. Default: 7
|
||||||
|
|
||||||
LPC17xx specific PHY/Ethernet device driver settings. These setting
|
LPC17xx specific PHY/Ethernet device driver settings. These setting
|
||||||
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
|
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
|
||||||
|
|||||||
@@ -407,6 +407,8 @@ Nucleus 2G Configuration Options
|
|||||||
CONFIG_CAN2_DIVISOR - CAN2 is clocked at CCLK divided by this number.
|
CONFIG_CAN2_DIVISOR - CAN2 is clocked at CCLK divided by this number.
|
||||||
(the CCLK frequency is divided by this number to get the CAN clock).
|
(the CCLK frequency is divided by this number to get the CAN clock).
|
||||||
Options = {1,2,4,6}. Default: 4.
|
Options = {1,2,4,6}. Default: 4.
|
||||||
|
CONFIG_CAN_TSEG1 - The number of CAN time quanta in segment 1. Default: 6
|
||||||
|
CONFIG_CAN_TSEG2 = the number of CAN time quanta in segment 2. Default: 7
|
||||||
|
|
||||||
LPC17xx specific PHY/Ethernet device driver settings. These setting
|
LPC17xx specific PHY/Ethernet device driver settings. These setting
|
||||||
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
|
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
|
||||||
|
|||||||
@@ -704,6 +704,8 @@ Olimex LPC1766-STK Configuration Options
|
|||||||
CONFIG_CAN2_DIVISOR - CAN2 is clocked at CCLK divided by this number.
|
CONFIG_CAN2_DIVISOR - CAN2 is clocked at CCLK divided by this number.
|
||||||
(the CCLK frequency is divided by this number to get the CAN clock).
|
(the CCLK frequency is divided by this number to get the CAN clock).
|
||||||
Options = {1,2,4,6}. Default: 4.
|
Options = {1,2,4,6}. Default: 4.
|
||||||
|
CONFIG_CAN_TSEG1 - The number of CAN time quanta in segment 1. Default: 6
|
||||||
|
CONFIG_CAN_TSEG2 = the number of CAN time quanta in segment 2. Default: 7
|
||||||
|
|
||||||
LPC17xx specific PHY/Ethernet device driver settings. These setting
|
LPC17xx specific PHY/Ethernet device driver settings. These setting
|
||||||
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
|
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
|
||||||
|
|||||||
Reference in New Issue
Block a user