|
1-Wire and ENS210 driver stack
|
Platform-specific interface used to drive the DS2485 over I2C in the original Maxim environment. More...
#include <stdint.h>#include <string.h>#include "i2c.h"#include "mxc_delay.h"#include "mxc_sys.h"#include "tmr.h"#include "mxc_config.h"#include "DS2485.h"
Go to the source code of this file.
Macros | |
| #define | I2C_MASTER MXC_I2C0 |
| #define | I2C_MASTER_IDX 0 |
| #define | I2C_SLAVE_ADDR (DS2485_I2C_7BIT_ADDRESS << 1) |
Functions | |
| int | DS2485_ExecuteCommand (const uint8_t *packet, int packetSize, int delay_uSec, uint8_t *response, int responseSize) |
| Platform-specific I2C command interface implemented in DS2485_port_xxxx.c Returns 'error' (0 if completed OK) */. | |
Platform-specific interface used to drive the DS2485 over I2C in the original Maxim environment.
Definition in file DS2485_port_maxim.c.
1.8.13