Searched refs:trimValue (Results 1 – 4 of 4) sorted by relevance
178 void VREF_SetTrimVal(VREF_Type *base, uint8_t trimValue) in VREF_SetTrimVal() argument184 reg = ((reg & ~VREF_TRM_TRIM_MASK) | VREF_TRM_TRIM(trimValue)); in VREF_SetTrimVal()197 void VREF_SetTrim2V1Val(VREF_Type *base, uint8_t trimValue) in VREF_SetTrim2V1Val() argument203 reg = ((reg & ~VREF_TRM4_TRIM2V1_MASK) | VREF_TRM4_TRIM2V1(trimValue)); in VREF_SetTrim2V1Val()213 void VREF_SetLowReferenceTrimVal(VREF_Type *base, uint8_t trimValue) in VREF_SetLowReferenceTrimVal() argument216 assert((trimValue != 0x7U) && (trimValue != 0x6U)); in VREF_SetLowReferenceTrimVal()222 reg = ((reg & ~VREF_VREFL_TRM_VREFL_TRIM_MASK) | VREF_VREFL_TRM_VREFL_TRIM(trimValue)); in VREF_SetLowReferenceTrimVal()
178 void VREF_SetTrimVal(VREF_Type *base, uint8_t trimValue);203 void VREF_SetTrim2V1Val(VREF_Type *base, uint8_t trimValue);232 void VREF_SetLowReferenceTrimVal(VREF_Type *base, uint8_t trimValue);
698 SCG->LPFLLSTAT = config->trimConfig->trimValue; in CLOCK_InitLpFll()
726 uint8_t trimValue; /*!< Trim value; Irrelevant if trimMode is the kSCG_LpFllTrimUpdate. */ member
Completed in 13 milliseconds