Home
last modified time | relevance | path

Searched refs:syncJumpWidth (Results 1 – 12 of 12) sorted by relevance

/bsp/apm32/libraries/Drivers/
A Ddrv_can.h40 CAN_SJW_T syncJumpWidth; member
48 .syncJumpWidth = sjw, \
A Ddrv_can.c127 drv_can->can_init.syncJumpWidth = can_baud_rate_tab[baud_index].syncJumpWidth; in apm32_can_config()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_can.h251 … CAN_SJW_T syncJumpWidth; /* Specifies the maximum number of time quanta the CAN hardware member
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_can.h304 …CAN_SJW_T syncJumpWidth; /*!< Specifies the maximum number of time quanta the CAN hardware member
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_can.h251 … CAN_SJW_T syncJumpWidth; /* Specifies the maximum number of time quanta the CAN hardware member
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_can.h247 …CAN_SJW_T syncJumpWidth; /*!< Specifies the maximum number of time quanta the CAN hardware member
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_can.h247 …CAN_SJW_T syncJumpWidth; /*!< Specifies the maximum number of time quanta the CAN hardware member
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_can.c143 can->BITTIM_B.RSYNJW = canConfig->syncJumpWidth; in CAN_Config()
259 canConfig->syncJumpWidth = CAN_SJW_1; in CAN_ConfigStructInit()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_can.c142 can->BITTIM_B.RSYNJW = canConfig->syncJumpWidth; in CAN_Config()
255 canConfig->syncJumpWidth = CAN_SJW_1; in CAN_ConfigStructInit()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_can.c142 can->BITTIM_B.RSYNJW = canConfig->syncJumpWidth; in CAN_Config()
255 canConfig->syncJumpWidth = CAN_SJW_1; in CAN_ConfigStructInit()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_can.c146 can->BITTIM_B.RSYNJW = canConfig->syncJumpWidth; in CAN_Config()
350 canConfig->syncJumpWidth = CAN_SJW_1; in CAN_ConfigStructInit()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_can.c163 CAN->BITTIM_B.RSYNJW = canConfig->syncJumpWidth; in CAN_Config()
282 canConfig->syncJumpWidth = CAN_SJW_1; in CAN_ConfigStructInit()

Completed in 22 milliseconds