Checks if the PMBus instance is currently busy.
This function determines whether the specified PMBus instance is engaged in communication. The busy status is set once the PMBus instance receives any of the supported addresses (Own Target Address, Alert Response Address, etc.) and cleared after a STOP condition. Use this function together with mtb_pmbus_disable to avoid disabling the PMBus instance during active communication and to prevent bus errors.
- Parameters
-
| inst | Pointer to the PMBus instance structure |
- Returns
- true if the PMBus instance is busy; false otherwise.