zhangbo
2025-03-14 4ac8869c86534136e97ed4bf738a83e65cdefafa
keil/include/drivers/mk_power.h
@@ -95,10 +95,11 @@
    POWER_UNIT_ADC = (1 << 6),
    POWER_UNIT_RF = (1 << 7),
    POWER_UNIT_UWB = (1 << 8),
    POWER_UNIT_APP = (1 << 9),
    POWER_UNIT_USER = (1 << 10),
    POWER_UNIT_UCI_RX = (1 << 11),
    POWER_UNIT_UCI_TX = (1 << 12),
    POWER_UNIT_OS = (1 << 9),
    POWER_UNIT_APP = (1 << 10),
    POWER_UNIT_USER = (1 << 11),
    POWER_UNIT_UCI_RX = (1 << 12),
    POWER_UNIT_UCI_TX = (1 << 13),
};
/** Power modes */
@@ -117,6 +118,9 @@
    uint32_t power_request[5];
};
/* a special timer event for power down control */
#define PHY_PD_TIMER_EVENT (0xFE)
#ifdef __cplusplus
extern "C" {
#endif