| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_opa.h | 529 SET_BIT(OPAx->CALR, OPA_CALR_NCAL_EN_Msk); in FL_OPA_EnableINNTrim() 540 return (uint32_t)(READ_BIT(OPAx->CALR, OPA_CALR_NCAL_EN_Msk) == OPA_CALR_NCAL_EN_Msk); in FL_OPA_IsEnabledINNTrim() 551 CLEAR_BIT(OPAx->CALR, OPA_CALR_NCAL_EN_Msk); in FL_OPA_DisableINNTrim() 563 MODIFY_REG(OPAx->CALR, (0x1fU << 16U), (value << 16U)); in FL_OPA_WriteNegativeTrim() 574 return (uint32_t)(READ_BIT(OPAx->CALR, (0x1fU << 16U)) >> 16U); in FL_OPA_ReadNegativeTrim() 585 SET_BIT(OPAx->CALR, OPA_CALR_PCAL_EN_Msk); in FL_OPA_EnableINPTrim() 596 return (uint32_t)(READ_BIT(OPAx->CALR, OPA_CALR_PCAL_EN_Msk) == OPA_CALR_PCAL_EN_Msk); in FL_OPA_IsEnabledINPTrim() 607 CLEAR_BIT(OPAx->CALR, OPA_CALR_PCAL_EN_Msk); in FL_OPA_DisableINPTrim() 619 MODIFY_REG(OPAx->CALR, (0x1fU << 0U), (value << 0U)); in FL_OPA_WritePositiveTrim() 630 return (uint32_t)(READ_BIT(OPAx->CALR, (0x1fU << 0U)) >> 0U); in FL_OPA_ReadPositiveTrim()
|
| /bsp/rm48x50/HALCoGen/include/ |
| A D | reg_adc.h | 62 uint32 CALR; /**< 0x0084: Calibration register */ member
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_rtc.h | 3153 MODIFY_REG(RTCx->CALR, RTC_CALR_CALP, Pulse); in LL_RTC_CAL_SetPulse() 3164 return ((READ_BIT(RTCx->CALR, RTC_CALR_CALP) == (RTC_CALR_CALP)) ? 1UL : 0UL); in LL_RTC_CAL_IsPulseInserted() 3182 MODIFY_REG(RTCx->CALR, RTC_CALR_CALW8 | RTC_CALR_CALW16, Period); in LL_RTC_CAL_SetPeriod() 3197 return (uint32_t)(READ_BIT(RTCx->CALR, RTC_CALR_CALW8 | RTC_CALR_CALW16)); in LL_RTC_CAL_GetPeriod() 3211 MODIFY_REG(RTCx->CALR, RTC_CALR_CALM, CalibMinus); in LL_RTC_CAL_SetMinus() 3222 return (uint32_t)(READ_BIT(RTCx->CALR, RTC_CALR_CALM)); in LL_RTC_CAL_GetMinus()
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/ |
| A D | fm33lg0xx.h | 390 …__IO uint32_t CALR; /*!< OPA1 Calibration Register, … member 853 …__IO uint32_t CALR; /*!< ADC Calibration Register, … member
|
| A D | fm33lc0xx.h | 427 __IO uint32_t CALR; /*!< OPA Calibration Register */ member
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_rtc.c | 79 RTC->CALR = (uint32_t)0x00000000; in RTC_DeInit() 1269 …RTC->CALR = (uint32_t)((uint32_t)RTC_SmoothCalibPeriod | (uint32_t)RTC_SmoothCalibPlusPulses | (ui… in RTC_SmoothCalibConfig()
|
| /bsp/fm33lc026/libraries/FM/FM33xx/Include/ |
| A D | fm33lg0xx.h | 390 …__IO uint32_t CALR; /*!< OPA1 Calibration Register, … member 853 …__IO uint32_t CALR; /*!< ADC Calibration Register, … member
|
| A D | fm33lc0xx.h | 427 __IO uint32_t CALR; /*!< OPA Calibration Register */ member
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_rtc.c | 310 RTC->CALR = (uint32_t)0x00000000; in RTC_DeInit() 1664 …RTC->CALR = (uint32_t)((uint32_t)RTC_SmoothCalibPeriod | (uint32_t)RTC_SmoothCalibPlusPulses | (ui… in RTC_SmoothCalibConfig()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_rtc.c | 170 LL_RTC_WriteReg(RTCx, CALR, 0x00000000U); in LL_RTC_DeInit()
|
| A D | stm32l1xx_hal_rtc_ex.c | 1366 …hrtc->Instance->CALR = (uint32_t)((uint32_t)SmoothCalibPeriod | (uint32_t)SmoothCalibPlusPulses | … in HAL_RTCEx_SetSmoothCalib()
|
| A D | stm32l1xx_hal_rtc.c | 421 hrtc->Instance->CALR = 0x00000000U; in HAL_RTC_DeInit()
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 515 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member 521 #define CAL CALR
|
| A D | ft32f030x8.h | 546 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member 552 #define CAL CALR
|
| A D | ft32f072x8.h | 561 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member 567 #define CAL CALR
|
| A D | ft32f032x8.h | 555 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member 561 #define CAL CALR
|
| A D | ft32f032x6.h | 555 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member 561 #define CAL CALR
|
| A D | ft32f072xb.h | 609 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member 615 #define CAL CALR
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f030x4x6x8.h | 360 …__IO uint32_t CALR; /*!< RTC calibration register, Address o… member
|
| A D | hk32f031x4x6.h | 357 …__IO uint32_t CALR; /*!< RTC calibration register, Address o… member
|
| A D | hk32f04ax4x6x8.h | 379 …__IO uint32_t CALR; /*!< RTC calibration register, Address o… member
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l100xba.h | 438 …__IO uint32_t CALR; /*!< RRTC calibration register, Address … member
|
| A D | stm32l151xba.h | 423 …__IO uint32_t CALR; /*!< RRTC calibration register, Address … member
|
| A D | stm32l152xba.h | 438 …__IO uint32_t CALR; /*!< RRTC calibration register, Address … member
|
| A D | stm32l100xc.h | 464 …__IO uint32_t CALR; /*!< RRTC calibration register, Address … member
|