![]() |
TT-System-Firmware APIs 19.10.99
Tenstorrent Firmware
|
#include <zephyr/device.h>#include <zephyr/drivers/i2c.h>#include <zephyr/drivers/mfd/max6639.h>#include <zephyr/sys/byteorder.h>#include <zephyr/sys/util.h>#include <zephyr/kernel.h>#include <zephyr/logging/log.h>
Data Structures | |
| struct | max6639_config |
Macros | |
| #define | DT_DRV_COMPAT maxim_max6639 |
| #define | MAX6639_INIT(inst) |
Functions | |
| LOG_MODULE_REGISTER (max6639_mfd, CONFIG_MFD_LOG_LEVEL) | |
| static int | max6639_init (const struct device *dev) |
| DT_INST_FOREACH_STATUS_OKAY (MAX6639_INIT) | |
| #define DT_DRV_COMPAT maxim_max6639 |
| #define MAX6639_INIT | ( | inst | ) |
| DT_INST_FOREACH_STATUS_OKAY | ( | MAX6639_INIT | ) |
| LOG_MODULE_REGISTER | ( | max6639_mfd | , |
| CONFIG_MFD_LOG_LEVEL | ) |
|
static |