mtb-pmbus 1.2.0.1772
 
Loading...
Searching...
No Matches
Common Hardware Specific APIs

General Description

Macros

#define MTB_PMBUS_HAL_USE_TGS   (1U)
 Use TGS HW features of SCB block for timeout detection.
 
#define MTB_PMBUS_TGS_TIMER_NUM   (0U)
 The number of TGS timer used for SMBus timeout handling by PMBus Middleware.
 
#define MTB_PMBUS_HAL_USE_TCPWM   (1U)
 Use one of the TCPWM counters for the timeout detection.
 

Macro Definition Documentation

◆ MTB_PMBUS_HAL_USE_TGS

#define MTB_PMBUS_HAL_USE_TGS   (1U)

Use TGS HW features of SCB block for timeout detection.

This macro is enabled by default for a device that supports TGS. The macro can be redefined in the mtb_pmbus_conf.h file.

◆ MTB_PMBUS_HAL_USE_TCPWM

#define MTB_PMBUS_HAL_USE_TCPWM   (1U)

Use one of the TCPWM counters for the timeout detection.

This macro is enabled by default for a device that does not support TGS. The macro can be redefined in mtb_pmbus_conf.h file.