Home
last modified time | relevance | path

Searched refs:CALR (Results 1 – 25 of 40) sorted by relevance

12

/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_opa.h529 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 Dreg_adc.h62 uint32 CALR; /**< 0x0084: Calibration register */ member
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_rtc.h3153 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 Dfm33lg0xx.h390 …__IO uint32_t CALR; /*!< OPA1 Calibration Register, … member
853 …__IO uint32_t CALR; /*!< ADC Calibration Register, … member
A Dfm33lc0xx.h427 __IO uint32_t CALR; /*!< OPA Calibration Register */ member
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_rtc.c79 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 Dfm33lg0xx.h390 …__IO uint32_t CALR; /*!< OPA1 Calibration Register, … member
853 …__IO uint32_t CALR; /*!< ADC Calibration Register, … member
A Dfm33lc0xx.h427 __IO uint32_t CALR; /*!< OPA Calibration Register */ member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_rtc.c310 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 Dstm32l1xx_ll_rtc.c170 LL_RTC_WriteReg(RTCx, CALR, 0x00000000U); in LL_RTC_DeInit()
A Dstm32l1xx_hal_rtc_ex.c1366 …hrtc->Instance->CALR = (uint32_t)((uint32_t)SmoothCalibPeriod | (uint32_t)SmoothCalibPlusPulses | … in HAL_RTCEx_SetSmoothCalib()
A Dstm32l1xx_hal_rtc.c421 hrtc->Instance->CALR = 0x00000000U; in HAL_RTC_DeInit()
/bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/
A Dft32f030x6.h515 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member
521 #define CAL CALR
A Dft32f030x8.h546 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member
552 #define CAL CALR
A Dft32f072x8.h561 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member
567 #define CAL CALR
A Dft32f032x8.h555 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member
561 #define CAL CALR
A Dft32f032x6.h555 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member
561 #define CAL CALR
A Dft32f072xb.h609 …__IO uint32_t CALR; /*!< RTC calibration register, Address … member
615 #define CAL CALR
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/
A Dhk32f030x4x6x8.h360 …__IO uint32_t CALR; /*!< RTC calibration register, Address o… member
A Dhk32f031x4x6.h357 …__IO uint32_t CALR; /*!< RTC calibration register, Address o… member
A Dhk32f04ax4x6x8.h379 …__IO uint32_t CALR; /*!< RTC calibration register, Address o… member
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l100xba.h438 …__IO uint32_t CALR; /*!< RRTC calibration register, Address … member
A Dstm32l151xba.h423 …__IO uint32_t CALR; /*!< RRTC calibration register, Address … member
A Dstm32l152xba.h438 …__IO uint32_t CALR; /*!< RRTC calibration register, Address … member
A Dstm32l100xc.h464 …__IO uint32_t CALR; /*!< RRTC calibration register, Address … member

Completed in 1061 milliseconds

12