Searched refs:FDCAN_FRAME_FD_BRS (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_fdcan.h | 534 #define FDCAN_FRAME_FD_BRS ((uint32_t)(FDCAN_CCCR_FDOE | FDCAN_CCCR_BRSE)) /*!< FD mode with Bit… macro 1303 ((FORMAT) == FDCAN_FRAME_FD_BRS ))
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_fdcan.h | 533 #define FDCAN_FRAME_FD_BRS ((uint32_t)(FDCAN_CCCR_FDOE | FDCAN_CCCR_BRSE)) /*!< FD mode with Bit… macro 1294 ((FORMAT) == FDCAN_FRAME_FD_BRS ))
|
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_fdcan.h | 534 #define FDCAN_FRAME_FD_BRS ((uint32_t)(FDCAN_CCCR_FDOE | FDCAN_CCCR_BRSE)) /*!< FD mode with Bit… macro 1303 ((FORMAT) == FDCAN_FRAME_FD_BRS ))
|
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_fdcan.h | 532 #define FDCAN_FRAME_FD_BRS ((uint32_t)(FDCAN_CCCR_FDOE | FDCAN_CCCR_BRSE)) /*!< FD mode with Bit… macro 1286 ((FORMAT) == FDCAN_FRAME_FD_BRS ))
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_fdcan.c | 310 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 444 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 496 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_fdcan.c | 308 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 441 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 493 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_fdcan.c | 310 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 444 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 496 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_fdcan.c | 313 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 451 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 503 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_fdcan.h | 776 #define FDCAN_FRAME_FD_BRS ((uint32_t)(FDCAN_CCCR_FDOE | FDCAN_CCCR_BRSE)) /*!< FD mode with Bit… macro 2061 ((FORMAT) == FDCAN_FRAME_FD_BRS ))
|
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_fdcan.h | 839 #define FDCAN_FRAME_FD_BRS ((uint32_t)(FDCAN_CCCR_FDOE | FDCAN_CCCR_BRSE)) /*!< FD mode with Bit… macro 2159 ((FORMAT) == FDCAN_FRAME_FD_BRS ))
|
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_fdcan.c | 239 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 360 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 412 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_fdcan.c | 317 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 473 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 525 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|