PMBUS Complete Callback Configuration Structure. More...
#include <hpm_pmbus.h>
Data Fields | |
| uint8_t | command |
| uint32_t | len |
| bool | read |
| bool | pec_check |
| uint8_t * | data |
PMBUS Complete Callback Configuration Structure.
This structure is used to configure the parameters for a PMBUS command completion callback, including the command type, data length, read/write flag, PEC check flag, and data pointer.
| uint8_t hpm_pmbus_complete_cb_cfg_t::command |
The PMBUS command type
| uint8_t* hpm_pmbus_complete_cb_cfg_t::data |
Pointer to the data buffer
| uint32_t hpm_pmbus_complete_cb_cfg_t::len |
The length of the transferred data
| bool hpm_pmbus_complete_cb_cfg_t::pec_check |
Whether PEC check is enabled
| bool hpm_pmbus_complete_cb_cfg_t::read |
Whether the operation is a read