mtb-pmbus
Implemented Commands macro

General Description

Macros

#define MTB_PMBUS_IMPL_CMD_PAGE_EN   (1U << 0U)
 Enable the PAGE (0x00) command.
 
#define MTB_PMBUS_IMPL_CMD_PHASE_EN   (1U << 1U)
 Enable the PHASE (0x04) command.
 
#define MTB_PMBUS_IMPL_CMD_CAPABILITY_EN   (1U << 2U)
 Enable the CAPABILITY (0x19) command.
 
#define MTB_PMBUS_IMPL_CMD_QUERY_EN   (1U << 3U)
 Enable the QUERY (0x1A) command.
 
#define MTB_PMBUS_IMPL_CMD_REVISION_EN   (1U << 4U)
 Enable the PMBUS_REVISION (0x98) command.
 
#define MTB_PMBUS_IMPL_CMD_ZONE_CONFIG_EN   (1U << 5U)
 Enable the ZONE_CONFIG (0x07) command.
 
#define MTB_PMBUS_IMPL_CMD_ZONE_ACTIVE_EN   (1U << 6U)
 Enable the ZONE_ACTIVE (0x08) command.