#include <stdint.h>
#include "i2c_regs.h"
#include "max32665.h"
#include "gpio.h"
#include "no_os_i2c.h"
Go to the source code of this file.
Classes | |
struct | max_i2c_extra |
MAXIM specific I2C handler structure. More... | |
struct | max_i2c_init_param |
Enumerations | |
enum | max_i2c_speed { MAX_I2C_STD_MODE = 100000 , MAX_I2C_FAST_MODE = 400000 , MAX_I2C_FAST_PLUS_MODE = 1000000 , MAX_I2C_HS_MODE = 3400000 } |
MAXIM I2C SCL frequency options. More... | |
Variables | |
const struct no_os_i2c_platform_ops | max_i2c_ops |
MAXIM specific I2C platform ops structure. | |
enum max_i2c_speed |
|
extern |
MAXIM specific I2C platform ops structure.
MAXIM specific I2C platform ops structure.