HPM SDK
HPMicro Software Development Kit
hpm_pmbus_complete_cb_cfg_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ command

uint8_t hpm_pmbus_complete_cb_cfg_t::command

The PMBUS command type

◆ data

uint8_t* hpm_pmbus_complete_cb_cfg_t::data

Pointer to the data buffer

◆ len

uint32_t hpm_pmbus_complete_cb_cfg_t::len

The length of the transferred data

◆ pec_check

bool hpm_pmbus_complete_cb_cfg_t::pec_check

Whether PEC check is enabled

◆ read

bool hpm_pmbus_complete_cb_cfg_t::read

Whether the operation is a read


The documentation for this struct was generated from the following file: