|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
Static metadata for a single power output channel. More...
#include <PmicChannelBase.hpp>
Public Attributes | |
| uint8_t | channel |
| Channel index (0-based) | |
| Type | type |
| Regulator type (DCDC/LDO) | |
| uint16_t | minMillivolt |
| Minimum output voltage in mV. | |
| uint16_t | maxMillivolt |
| Maximum output voltage in mV. | |
| uint16_t | stepMillivolt |
| Voltage adjustment step in mV. | |
| const char * | name |
| Name (e.g. "DCDC1") | |
Static metadata for a single power output channel.
Definition at line 75 of file PmicChannelBase.hpp.
| uint8_t PmicChannelBase::Info::channel |
Channel index (0-based)
Definition at line 76 of file PmicChannelBase.hpp.
| uint16_t PmicChannelBase::Info::maxMillivolt |
Maximum output voltage in mV.
Definition at line 79 of file PmicChannelBase.hpp.
| uint16_t PmicChannelBase::Info::minMillivolt |
Minimum output voltage in mV.
Definition at line 78 of file PmicChannelBase.hpp.
| const char* PmicChannelBase::Info::name |
Name (e.g. "DCDC1")
Definition at line 81 of file PmicChannelBase.hpp.
| uint16_t PmicChannelBase::Info::stepMillivolt |
Voltage adjustment step in mV.
Definition at line 80 of file PmicChannelBase.hpp.
| Type PmicChannelBase::Info::type |
Regulator type (DCDC/LDO)
Definition at line 77 of file PmicChannelBase.hpp.