Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_pwrctrl.c2901 int32_t i32SimoVDDFact, i32Memldoact, i32SimoVDDFlp, i32Memlpldo, i32TvrgVref, i32CoreMemldoact; in tempco_set_trims() local
2913 i32CoreMemldoact = g_orig_CORELDOACTIVETRIM + i32VDDCtrim; in tempco_set_trims()
2983 if ( i32CoreMemldoact < 0 ) in tempco_set_trims()
2985 i32CoreMemldoact = 0; in tempco_set_trims()
2987 else if ( i32CoreMemldoact > MAX_CORELDOACTIVETRIM ) in tempco_set_trims()
2989 i32CoreMemldoact = MAX_CORELDOACTIVETRIM; in tempco_set_trims()
3000 MCUCTRL->LDOREG1_b.CORELDOACTIVETRIM = i32CoreMemldoact; in tempco_set_trims()