Searched refs:FrameFormat (Results 1 – 14 of 14) sorted by relevance
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_fdcan.c | 303 assert_param(IS_FDCAN_FRAME_FORMAT(hfdcan->Init.FrameFormat)); in HAL_FDCAN_Init() 312 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 450 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 502 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_fdcan.c | 303 assert_param(IS_FDCAN_FRAME_FORMAT(hfdcan->Init.FrameFormat)); in HAL_FDCAN_Init() 312 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 450 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 502 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_fdcan.c | 306 assert_param(IS_FDCAN_FRAME_FORMAT(hfdcan->Init.FrameFormat)); in HAL_FDCAN_Init() 315 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-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_fdcan.c | 309 assert_param(IS_FDCAN_FRAME_FORMAT(hfdcan->Init.FrameFormat)); in HAL_FDCAN_Init() 318 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-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_fdcan.c | 300 assert_param(IS_FDCAN_FRAME_FORMAT(hfdcan->Init.FrameFormat)); in HAL_FDCAN_Init() 309 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 443 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 495 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_fdcan.c | 229 assert_param(IS_FDCAN_FRAME_FORMAT(hfdcan->Init.FrameFormat)); in HAL_FDCAN_Init() 238 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 359 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 411 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_fdcan.c | 307 assert_param(IS_FDCAN_FRAME_FORMAT(hfdcan->Init.FrameFormat)); in HAL_FDCAN_Init() 316 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init() 472 MODIFY_REG(hfdcan->Instance->CCCR, FDCAN_FRAME_FD_BRS, hfdcan->Init.FrameFormat); in HAL_FDCAN_Init() 524 if (hfdcan->Init.FrameFormat == FDCAN_FRAME_FD_BRS) in HAL_FDCAN_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_fdcan.h | 67 uint32_t FrameFormat; /*!< Specifies the FDCAN frame format. member
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_fdcan.h | 67 uint32_t FrameFormat; /*!< Specifies the FDCAN frame format. member
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_fdcan.h | 67 uint32_t FrameFormat; /*!< Specifies the FDCAN frame format. member
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_fdcan.h | 67 uint32_t FrameFormat; /*!< Specifies the FDCAN frame format. member
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_fdcan.h | 67 uint32_t FrameFormat; /*!< Specifies the FDCAN frame format. member
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_fdcan.h | 61 uint32_t FrameFormat; /*!< Specifies the FDCAN frame format. member
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_fdcan.h | 61 uint32_t FrameFormat; /*!< Specifies the FDCAN frame format. member
|