Home
last modified time | relevance | path

Searched refs:trimValue (Results 1 – 25 of 66) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/drivers/vref_1/
Dfsl_vref.c208 void VREF_SetVrefTrimVal(VREF_Type *base, uint8_t trimValue) in VREF_SetVrefTrimVal() argument
213 tmp32 |= VREF_UTRIM_VREFTRIM(trimValue); in VREF_SetVrefTrimVal()
286 uint8_t trimValue; in VREF_GetVrefTrimVal() local
288 trimValue = (uint8_t)((base->UTRIM & VREF_UTRIM_VREFTRIM_MASK) >> VREF_UTRIM_VREFTRIM_SHIFT); in VREF_GetVrefTrimVal()
290 return trimValue; in VREF_GetVrefTrimVal()
303 uint8_t trimValue; in VREF_GetTrim21Val() local
305 trimValue = (uint8_t)((base->UTRIM & VREF_UTRIM_TRIM2V1_MASK) >> VREF_UTRIM_TRIM2V1_SHIFT); in VREF_GetTrim21Val()
307 return trimValue; in VREF_GetTrim21Val()
Dfsl_vref.h128 void VREF_SetVrefTrimVal(VREF_Type *base, uint8_t trimValue);
/hal_nxp-latest/mcux/mcux-sdk/drivers/vref/
Dfsl_vref.c220 void VREF_SetTrimVal(VREF_Type *base, uint8_t trimValue) in VREF_SetTrimVal() argument
226 reg = (uint8_t)((reg & ~VREF_TRM_TRIM_MASK) | VREF_TRM_TRIM(trimValue)); in VREF_SetTrimVal()
248 void VREF_SetTrim2V1Val(VREF_Type *base, uint8_t trimValue) in VREF_SetTrim2V1Val() argument
254 reg = (uint8_t)((reg & ~VREF_TRM4_TRIM2V1_MASK) | VREF_TRM4_TRIM2V1(trimValue)); in VREF_SetTrim2V1Val()
275 void VREF_SetLowReferenceTrimVal(VREF_Type *base, uint8_t trimValue) in VREF_SetLowReferenceTrimVal() argument
278 assert((trimValue != 0x7U) && (trimValue != 0x6U)); in VREF_SetLowReferenceTrimVal()
284 … = ((reg & (uint8_t)(~VREF_VREFL_TRM_VREFL_TRIM_MASK)) | VREF_VREFL_TRM_VREFL_TRIM(trimValue)); in VREF_SetLowReferenceTrimVal()
Dfsl_vref.h155 void VREF_SetTrimVal(VREF_Type *base, uint8_t trimValue);
180 void VREF_SetTrim2V1Val(VREF_Type *base, uint8_t trimValue);
209 void VREF_SetLowReferenceTrimVal(VREF_Type *base, uint8_t trimValue);
/hal_nxp-latest/mcux/mcux-sdk/drivers/ccm32k/
Dfsl_ccm32k.h303 void CCM32K_Set32kFroTrimValue(CCM32K_Type *base, uint16_t trimValue);
400 … ccm32k_clock_monitor_freq_trim_value_t trimValue) in CCM32K_SetClockMonitorFreqTrimValue() argument
403 …(base->CLKMON_CTRL & ~CCM32K_CLKMON_CTRL_FREQ_TRIM_MASK) | CCM32K_CLKMON_CTRL_FREQ_TRIM(trimValue); in CCM32K_SetClockMonitorFreqTrimValue()
413 … ccm32k_clock_monitor_divide_trim_value_t trimValue) in CCM32K_SetClockMonitorDivideTrimValue() argument
416 …e->CLKMON_CTRL & ~CCM32K_CLKMON_CTRL_DIVIDE_TRIM_MASK) | CCM32K_CLKMON_CTRL_DIVIDE_TRIM(trimValue); in CCM32K_SetClockMonitorDivideTrimValue()
Dfsl_ccm32k.c72 void CCM32K_Set32kFroTrimValue(CCM32K_Type *base, uint16_t trimValue) in CCM32K_Set32kFroTrimValue() argument
86 tmp32 |= CCM32K_FRO32K_TRIM_FREQ_TRIM(trimValue); in CCM32K_Set32kFroTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dcdc_1/
Dfsl_dcdc.h467 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
470 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1181/drivers/
Dfsl_dcdc.h649 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
652 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
Dfsl_pmu.h314 uint8_t trimValue; /*!< The trim value. */ member
Dfsl_pmu.c256 config->trimValue = 0U; in PMU_GetBbsmDigLdoDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/drivers/
Dfsl_dcdc.h649 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
652 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
Dfsl_pmu.h314 uint8_t trimValue; /*!< The trim value. */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1182/drivers/
Dfsl_dcdc.h649 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
652 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
Dfsl_pmu.h314 uint8_t trimValue; /*!< The trim value. */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1187/drivers/
Dfsl_dcdc.h649 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
652 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
Dfsl_pmu.h314 uint8_t trimValue; /*!< The trim value. */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/
Dfsl_dcdc.h825 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
828 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/
Dfsl_dcdc.h825 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
828 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/
Dfsl_dcdc.h825 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
828 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/
Dfsl_dcdc.h825 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
828 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/
Dfsl_dcdc.h825 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
828 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/
Dfsl_dcdc.h825 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
828 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/
Dfsl_dcdc.h825 static inline void DCDC_SetBandgapVoltageTrimValue(DCDC_Type *base, uint32_t trimValue) in DCDC_SetBandgapVoltageTrimValue() argument
828 base->REG1 |= DCDC_REG1_VBG_TRIM(trimValue); in DCDC_SetBandgapVoltageTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpadc/
Dfsl_lpadc.h1430 static inline void LPADC_SetHighSpeedTrimValue(ADC_Type *base, int8_t trimValue) in LPADC_SetHighSpeedTrimValue() argument
1432 base->HSTRIM = ADC_HSTRIM_HSTRIM(trimValue); in LPADC_SetHighSpeedTrimValue()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_spc/
Dfsl_spc.h648 static inline void SPC_TrimSRAMLdoRefVoltage(SPC_Type *base, uint8_t trimValue) in SPC_TrimSRAMLdoRefVoltage() argument
651 …ETLDO_REFTRIM & ~SPC_SRAMRETLDO_REFTRIM_REFTRIM_MASK) | SPC_SRAMRETLDO_REFTRIM_REFTRIM(trimValue)); in SPC_TrimSRAMLdoRefVoltage()

123