Home
last modified time | relevance | path

Searched refs:IS_RCC_RTCCLKSOURCE (Results 1 – 25 of 69) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc_ex.c108 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
114 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->LCDClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c181 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1102 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1396 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1972 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
2367 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
2615 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c114 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
120 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->LCDClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rcc_ex.c139 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c183 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
884 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c110 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c128 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c114 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc_ex.c114 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h1264 #define IS_RCC_RTCCLKSOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSOURCE_LSE) || ((SOURCE) == RCC_RTCCLKS… macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c322 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c118 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c130 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h1352 #define IS_RCC_RTCCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_RTCCLKSOURCE_NO_CLK) || \ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c210 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c128 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c285 #define IS_RCC_RTCCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_RTCCLKSOURCE_NO_CLK) || \ macro
817 assert_param(IS_RCC_RTCCLKSOURCE(pPeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c139 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h196 #define IS_RCC_RTCCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_RTCCLKSOURCE_NO_CLK) || \ macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h169 #define IS_RCC_RTCCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_RTCCLKSOURCE_NO_CLK) || \ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h1376 #define IS_RCC_RTCCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_RTCCLKSOURCE_LSE) || \ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h217 #define IS_RCC_RTCCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_RTCCLKSOURCE_NO_CLK) || \ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc.h187 #define IS_RCC_RTCCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_RTCCLKSOURCE_NONE) || \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c119 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c258 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()

123