M5Unified
Power_Class.hpp File Reference
#include "m5unified_common.h"
#include "I2C_Class.hpp"
#include "AXP192_Class.hpp"
#include "AXP2101_Class.hpp"
#include "IP5306_Class.hpp"
#include "INA3221_Class.hpp"
#include "RTC8563_Class.hpp"
Include dependency graph for Power_Class.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  m5::Power_Class
 

Namespaces

 m5
 

Enumerations

enum  m5::ext_port_mask_t {
  m5::ext_none = 0 , m5::ext_PA = 0b00000001 , m5::ext_PB1 = 0b00000010 , m5::ext_PB2 = 0b00000100 ,
  m5::ext_PC1 = 0b00001000 , m5::ext_PC2 = 0b00010000 , m5::ext_USB = 0b00100000 , m5::ext_MAIN = 0b10000000
}