Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_vref.c178 void VREF_SetTrimVal(VREF_Type *base, uint8_t trimValue) in VREF_SetTrimVal() argument
184 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() argument
203 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() argument
216 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()
A Dfsl_vref.h178 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);
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_clock.c698 SCG->LPFLLSTAT = config->trimConfig->trimValue; in CLOCK_InitLpFll()
A Dfsl_clock.h726 uint8_t trimValue; /*!< Trim value; Irrelevant if trimMode is the kSCG_LpFllTrimUpdate. */ member

Completed in 13 milliseconds