Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rtc_ex.h786 #define IS_RTC_CALIB_SIGN(SIGN) (((SIGN) == RTC_CALIBSIGN_POSITIVE) || \ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rtc_ex.h1026 #define IS_RTC_CALIB_SIGN(SIGN) (((SIGN) == RTC_CALIBSIGN_POSITIVE) || \ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rtc_ex.h1107 #define IS_RTC_CALIB_SIGN(SIGN) (((SIGN) == RTC_CALIBSIGN_POSITIVE) || \ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rtc_ex.c1166 assert_param(IS_RTC_CALIB_SIGN(CalibSign)); in HAL_RTCEx_SetCoarseCalib()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc_ex.c1307 assert_param(IS_RTC_CALIB_SIGN(CalibSign)); in HAL_RTCEx_SetCoarseCalib()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc_ex.c1363 assert_param(IS_RTC_CALIB_SIGN(CalibSign)); in HAL_RTCEx_SetCoarseCalib()