Home
last modified time | relevance | path

Searched refs:NewTURNumerator (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c2852 …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/
Dstm32h7xx_hal_fdcan.c3914 …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/
Dstm32n6xx_hal_fdcan.c3914 …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/
Dstm32mp1xx_hal_fdcan.h1952 …ypeDef HAL_FDCAN_TT_SetClockSynchronization(FDCAN_HandleTypeDef *hfdcan, uint32_t NewTURNumerator);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h2090 …ypeDef HAL_FDCAN_TT_SetClockSynchronization(FDCAN_HandleTypeDef *hfdcan, uint32_t NewTURNumerator);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h2090 …ypeDef HAL_FDCAN_TT_SetClockSynchronization(FDCAN_HandleTypeDef *hfdcan, uint32_t NewTURNumerator);