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. | |
| #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.
| #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.