Searched refs:NewTURNumerator (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_fdcan.c | 2852 …TypeDef HAL_FDCAN_TT_SetClockSynchronization(FDCAN_HandleTypeDef *hfdcan, uint32_t NewTURNumerator) in HAL_FDCAN_TT_SetClockSynchronization() argument 2859 assert_param(IS_FDCAN_TT_TUR_NUMERATOR(NewTURNumerator)); in HAL_FDCAN_TT_SetClockSynchronization() 2882 MODIFY_REG(hfdcan->ttcan->TURCF, FDCAN_TURCF_NCL, (NewTURNumerator - 0x10000U)); in HAL_FDCAN_TT_SetClockSynchronization()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_fdcan.c | 3914 …TypeDef HAL_FDCAN_TT_SetClockSynchronization(FDCAN_HandleTypeDef *hfdcan, uint32_t NewTURNumerator) in HAL_FDCAN_TT_SetClockSynchronization() argument 3921 assert_param(IS_FDCAN_TT_TUR_NUMERATOR(NewTURNumerator)); in HAL_FDCAN_TT_SetClockSynchronization() 3944 MODIFY_REG(hfdcan->ttcan->TURCF, FDCAN_TURCF_NCL, (NewTURNumerator - 0x10000U)); in HAL_FDCAN_TT_SetClockSynchronization()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_fdcan.c | 3914 …TypeDef HAL_FDCAN_TT_SetClockSynchronization(FDCAN_HandleTypeDef *hfdcan, uint32_t NewTURNumerator) in HAL_FDCAN_TT_SetClockSynchronization() argument 3921 assert_param(IS_FDCAN_TT_TUR_NUMERATOR(NewTURNumerator)); in HAL_FDCAN_TT_SetClockSynchronization() 3944 MODIFY_REG(hfdcan->ttcan->TURCF, FDCAN_TURCF_NCL, (NewTURNumerator - 0x10000U)); in HAL_FDCAN_TT_SetClockSynchronization()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_fdcan.h | 1952 …ypeDef HAL_FDCAN_TT_SetClockSynchronization(FDCAN_HandleTypeDef *hfdcan, uint32_t NewTURNumerator);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_fdcan.h | 2090 …ypeDef HAL_FDCAN_TT_SetClockSynchronization(FDCAN_HandleTypeDef *hfdcan, uint32_t NewTURNumerator);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_fdcan.h | 2090 …ypeDef HAL_FDCAN_TT_SetClockSynchronization(FDCAN_HandleTypeDef *hfdcan, uint32_t NewTURNumerator);
|