Searched refs:__FDCAN_CLKSOURCE__ (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc_ex.h | 1011 #define __HAL_RCC_FDCAN_CONFIG(__FDCAN_CLKSOURCE__) \ argument 1012 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_FDCANSEL, (uint32_t)(__FDCAN_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc_ex.h | 889 #define __HAL_RCC_FDCAN_CONFIG(__FDCAN_CLKSOURCE__)\ argument 890 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_FDCANSEL, (uint32_t)(__FDCAN_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rcc_ex.h | 860 #define __HAL_RCC_FDCAN_CONFIG(__FDCAN_CLKSOURCE__) \ argument 861 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_FDCANSEL, (uint32_t)(__FDCAN_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 1319 #define __HAL_RCC_FDCAN_CONFIG(__FDCAN_CLKSOURCE__) \ argument 1320 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_FDCANSEL, (uint32_t)(__FDCAN_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rcc_ex.h | 1420 #define __HAL_RCC_FDCAN_CONFIG(__FDCAN_CLKSOURCE__) \ argument 1421 LL_RCC_SetFDCANClockSource((__FDCAN_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 1905 #define __HAL_RCC_FDCAN_CONFIG(__FDCAN_CLKSOURCE__) \ argument 1906 MODIFY_REG(RCC->CCIPR5, RCC_CCIPR5_FDCANSEL, (uint32_t)(__FDCAN_CLKSOURCE__))
|