|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
@license MIT License More...
#include "../../../SensorBuildOpt.h"#include "../../PmicBase.hpp"#include "../../PmicAdcBase.hpp"#include "../../PmicIrqBase.hpp"#include "../../PmicPowerBase.hpp"#include "AXP192Regs.hpp"#include "AXP192Core.hpp"#include "AXP192Adc.hpp"#include "../axp1xx/AXP1xxIrq.hpp"#include "../axp1xx/AXP1xxCharger.hpp"#include "AXP192Gpio.hpp"#include "AXP192Channel.hpp"#include "../axp1xx/AXP1xxPower.hpp"#include "../axp1xx/AXP1xxPwron.hpp"#include "../axp1xx/AXP1xxTimer.hpp"#include "../axp1xx/AXP1xxLed.hpp"Go to the source code of this file.
Classes | |
| class | PmicAXP192 |
| AXP192 PMIC Unified Interface. More... | |
Typedefs | |
| using | AXP192Irq = AXP1xxIrq< axp192_regs > |
| Convenience alias: AXP192Irq::IRQ_ACIN_OV etc. | |
| using | AXP192Timer = AXP1xxTimer< axp192_regs > |
| Convenience alias: AXP192Timer::setTimer() etc. | |
@license MIT License
Copyright (c) 2026 lewis he
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AXP192 PMIC Unified Interface
Top-level driver class that aggregates all AXP192 subsystems into a single interface: core communication, ADC, GPIO, power channels, charging, IRQ, power-on control, timer, LED, and system power management. Uses shared AXP1xx template classes (AXP1xxIrq, AXP1xxCharger, AXP1xxPower, AXP1xxPwron, AXP1xxTimer, AXP1xxLed) for common PMIC functionality.
Definition in file PmicAXP192.hpp.
| using AXP192Irq = AXP1xxIrq<axp192_regs> |
Convenience alias: AXP192Irq::IRQ_ACIN_OV etc.
Definition at line 437 of file PmicAXP192.hpp.
| using AXP192Timer = AXP1xxTimer<axp192_regs> |
Convenience alias: AXP192Timer::setTimer() etc.
Definition at line 440 of file PmicAXP192.hpp.