Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf5020/
Dfsl_pf5020.c799 pf5020_buck_regulator_current_limit_t currentLimit, in PF5020_SW1_SetFaultDetection() argument
811 if (currentLimit == kPF5020_BuckRegulatorCurrentLimitBypass) in PF5020_SW1_SetFaultDetection()
818 sw1Config2Value |= PF5020_BUCK_REGULATOR_ILIM(currentLimit); in PF5020_SW1_SetFaultDetection()
1119 pf5020_buck_regulator_current_limit_t currentLimit, in PF5020_SW2_SetFaultDetection() argument
1131 if (currentLimit == kPF5020_BuckRegulatorCurrentLimitBypass) in PF5020_SW2_SetFaultDetection()
1138 sw2Config2Value |= PF5020_BUCK_REGULATOR_ILIM(currentLimit); in PF5020_SW2_SetFaultDetection()
1356 pf5020_buck_regulator_current_limit_t currentLimit, in PF5020_SWND1_SetFaultDetection() argument
1368 if (currentLimit == kPF5020_BuckRegulatorCurrentLimitBypass) in PF5020_SWND1_SetFaultDetection()
1375 swnd1Config2Value |= PF5020_BUCK_REGULATOR_ILIM(currentLimit); in PF5020_SWND1_SetFaultDetection()
Dfsl_pf5020.h1034 pf5020_buck_regulator_current_limit_t currentLimit,
1161 pf5020_buck_regulator_current_limit_t currentLimit,
1254 pf5020_buck_regulator_current_limit_t currentLimit,
/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.c892 (void)PF1550_WriteReg(handle, PF1550_SW1_CTRL1, (uint8_t)attribute->currentLimit); in PF1550_SetSwitchAttribute()
896 (void)PF1550_WriteReg(handle, PF1550_SW2_CTRL1, (uint8_t)attribute->currentLimit); in PF1550_SetSwitchAttribute()
900 (void)PF1550_WriteReg(handle, PF1550_SW3_CTRL1, (uint8_t)attribute->currentLimit); in PF1550_SetSwitchAttribute()
Dfsl_pf1550.h356 pf1550_switch_current_limit_t currentLimit; /* Switch Current Limit Selection. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.h200 pf3000_switch_current_limit_t currentLimit; /* Switch Current Limit Selection. */ member
Dfsl_pf3000.c1033 (attribute->currentLimit ? PF3000_SW_CTRL_CURRENT_LIMIT_MASK : 0U)); in PF3000_SetSwitchAttribute()