Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
|
Go to the source code of this file.
Functions | |
int | mfd_npm2100_set_timer (const struct device *dev, uint32_t time_ms, enum mfd_npm2100_timer_mode mode) |
Write npm2100 timer register. | |
int | mfd_npm2100_start_timer (const struct device *dev) |
Start npm2100 timer. | |
int | mfd_npm2100_reset (const struct device *dev) |
npm2100 full power reset | |
int | mfd_npm2100_hibernate (const struct device *dev, uint32_t time_ms) |
npm2100 hibernate | |
int | mfd_npm2100_add_callback (const struct device *dev, struct gpio_callback *callback) |
Add npm2100 event callback. | |
int | mfd_npm2100_remove_callback (const struct device *dev, struct gpio_callback *callback) |
Remove npm2100 event callback. | |