Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf5020/
Dfsl_pf5020.c809 uint8_t sw1Config2Value = 0U; in PF5020_SW1_SetFaultDetection() local
818 sw1Config2Value |= PF5020_BUCK_REGULATOR_ILIM(currentLimit); in PF5020_SW1_SetFaultDetection()
822 sw1Config2Value |= PF5020_REGULATOR_FLT_REN(faultReEnabled); in PF5020_SW1_SetFaultDetection()
823 status = PF5020_ModifyReg(handle, PF5020_SW1_CONFIG2, sw1Config2Mask, sw1Config2Value); in PF5020_SW1_SetFaultDetection()