Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.h426 } pf1550_handle_t; typedef
500 void PF1550_Init(pf1550_handle_t *handle, const pf1550_config_t *config);
516 bool PF1550_WriteReg(pf1550_handle_t *handle, uint8_t reg, uint8_t val);
526 bool PF1550_ReadReg(pf1550_handle_t *handle, uint8_t reg, uint8_t *val);
536 bool PF1550_ModifyReg(pf1550_handle_t *handle, uint8_t reg, uint8_t mask, uint8_t val);
546 bool PF1550_DumpReg(pf1550_handle_t *handle, uint8_t reg, uint8_t *buffer, uint8_t size);
572 void PF1550_EnableInterrupts(pf1550_handle_t *handle, pf1550_interrupt_category_t category, uint32_…
591 void PF1550_DisableInterrupts(pf1550_handle_t *handle, pf1550_interrupt_category_t category, uint32…
605 uint32_t PF1550_GetInterruptCategory(pf1550_handle_t *handle);
622 uint32_t PF1550_GetInterruptStatus(pf1550_handle_t *handle, pf1550_interrupt_category_t category);
[all …]
Dfsl_pf1550.c126 static bool PF1550_ReadOtp(pf1550_handle_t *handle, uint8_t reg, uint8_t *val) in PF1550_ReadOtp()
154 static uint8_t PF1550_GetRegulatorSetPoint(pf1550_handle_t *handle, pf1550_module_t module, uint32_… in PF1550_GetRegulatorSetPoint()
250 static uint32_t PF1550_GetRegulatorOutputVolt(pf1550_handle_t *handle, pf1550_module_t module, uint… in PF1550_GetRegulatorOutputVolt()
336 void PF1550_Init(pf1550_handle_t *handle, const pf1550_config_t *config) in PF1550_Init()
357 bool PF1550_WriteReg(pf1550_handle_t *handle, uint8_t reg, uint8_t val) in PF1550_WriteReg()
365 bool PF1550_ReadReg(pf1550_handle_t *handle, uint8_t reg, uint8_t *val) in PF1550_ReadReg()
374 bool PF1550_ModifyReg(pf1550_handle_t *handle, uint8_t reg, uint8_t mask, uint8_t val) in PF1550_ModifyReg()
396 bool PF1550_DumpReg(pf1550_handle_t *handle, uint8_t reg, uint8_t *buffer, uint8_t size) in PF1550_DumpReg()
417 uint32_t PF1550_GetInterruptCategory(pf1550_handle_t *handle) in PF1550_GetInterruptCategory()
429 void PF1550_EnableInterrupts(pf1550_handle_t *handle, pf1550_interrupt_category_t category, uint32_… in PF1550_EnableInterrupts()
[all …]
Dfsl_pf1550_charger.h187 void PF1550_SetChargerOperation(pf1550_handle_t *handle, pf1550_charger_operation_t operation);
188 void PF1550_SetChargerAttibute(pf1550_handle_t *handle, const pf1550_charger_attribute_t *attribute…
189 uint32_t PF1550_GetChargerStatus(pf1550_handle_t *handle);
190 void PF1550_SetChargerWdog(pf1550_handle_t *handle, uint32_t timeout_sec, bool enable);
191 void PF1550_ServiceChargerWdog(pf1550_handle_t *handle);
192 void PF1550_EnableBatFET(pf1550_handle_t *handle, bool enable);
193 void PF1550_SetBatFETAttibute(pf1550_handle_t *handle, const pf1550_batFET_attribute_t *attribute);
194 void PF1550_SetPowerPathAttibute(pf1550_handle_t *handle, const pf1550_power_path_attribute_t *attr…
195 void PF1550_SetThermalAttibute(pf1550_handle_t *handle, const pf1550_thermal_attribute_t *attribute…
196 void PF1550_SetledOutput(pf1550_handle_t *handle, bool value);
[all …]
Dfsl_pf1550_charger.c18 void PF1550_SetChargerOperation(pf1550_handle_t *handle, pf1550_charger_operation_t operation) in PF1550_SetChargerOperation()
26 void PF1550_SetChargerAttibute(pf1550_handle_t *handle, const pf1550_charger_attribute_t *attribute) in PF1550_SetChargerAttibute()
114 uint32_t PF1550_GetChargerStatus(pf1550_handle_t *handle) in PF1550_GetChargerStatus()
132 void PF1550_SetChargerWdog(pf1550_handle_t *handle, uint32_t timeout_sec, bool enable) in PF1550_SetChargerWdog()
147 void PF1550_ServiceChargerWdog(pf1550_handle_t *handle) in PF1550_ServiceChargerWdog()
154 void PF1550_EnableBatFET(pf1550_handle_t *handle, bool enable) in PF1550_EnableBatFET()
161 void PF1550_SetBatFETAttibute(pf1550_handle_t *handle, const pf1550_batFET_attribute_t *attribute) in PF1550_SetBatFETAttibute()
209 void PF1550_SetPowerPathAttibute(pf1550_handle_t *handle, const pf1550_power_path_attribute_t *attr… in PF1550_SetPowerPathAttibute()
341 void PF1550_SetThermalAttibute(pf1550_handle_t *handle, const pf1550_thermal_attribute_t *attribute) in PF1550_SetThermalAttibute()
428 void PF1550_SetledOutput(pf1550_handle_t *handle, bool value) in PF1550_SetledOutput()
[all …]