| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/I2C/ |
| D | i2c_revb.h | 54 typedef int (*mxc_i2c_revb_getAck_t)(mxc_i2c_revb_regs_t *i2c, unsigned char byte); 100 int MXC_I2C_RevB_WriteByte(mxc_i2c_revb_regs_t *i2c, unsigned char byte); 101 int MXC_I2C_RevB_ReadByte(mxc_i2c_revb_regs_t *i2c, unsigned char *byte, int ack); 102 int MXC_I2C_RevB_ReadByteInteractive(mxc_i2c_revb_regs_t *i2c, unsigned char *byte,
|
| D | i2c_reva.h | 56 typedef int (*mxc_i2c_reva_getAck_t)(mxc_i2c_reva_regs_t *i2c, unsigned char byte); 109 int MXC_I2C_RevA_WriteByte(mxc_i2c_reva_regs_t *i2c, unsigned char byte); 110 int MXC_I2C_RevA_ReadByte(mxc_i2c_reva_regs_t *i2c, unsigned char *byte, int ack); 111 int MXC_I2C_RevA_ReadByteInteractive(mxc_i2c_reva_regs_t *i2c, unsigned char *byte,
|
| D | i2c_es17.c | 214 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte) in MXC_I2C_WriteByte() argument 216 return MXC_I2C_RevA_WriteByte((mxc_i2c_reva_regs_t *)i2c, byte); in MXC_I2C_WriteByte() 219 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack) in MXC_I2C_ReadByte() argument 221 return MXC_I2C_RevA_ReadByte((mxc_i2c_reva_regs_t *)i2c, byte, ack); in MXC_I2C_ReadByte() 224 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck) in MXC_I2C_ReadByteInteractive() argument 226 return MXC_I2C_RevA_ReadByteInteractive((mxc_i2c_reva_regs_t *)i2c, byte, in MXC_I2C_ReadByteInteractive()
|
| D | i2c_me12.c | 207 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte) in MXC_I2C_WriteByte() argument 209 return MXC_I2C_RevA_WriteByte((mxc_i2c_reva_regs_t *)i2c, byte); in MXC_I2C_WriteByte() 212 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack) in MXC_I2C_ReadByte() argument 214 return MXC_I2C_RevA_ReadByte((mxc_i2c_reva_regs_t *)i2c, byte, ack); in MXC_I2C_ReadByte() 217 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck) in MXC_I2C_ReadByteInteractive() argument 219 return MXC_I2C_RevA_ReadByteInteractive((mxc_i2c_reva_regs_t *)i2c, byte, in MXC_I2C_ReadByteInteractive()
|
| D | i2c_me55.c | 197 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte) in MXC_I2C_WriteByte() argument 199 return MXC_I2C_RevA_WriteByte((mxc_i2c_reva_regs_t *)i2c, byte); in MXC_I2C_WriteByte() 202 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack) in MXC_I2C_ReadByte() argument 204 return MXC_I2C_RevA_ReadByte((mxc_i2c_reva_regs_t *)i2c, byte, ack); in MXC_I2C_ReadByte() 207 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck) in MXC_I2C_ReadByteInteractive() argument 209 return MXC_I2C_RevA_ReadByteInteractive((mxc_i2c_reva_regs_t *)i2c, byte, in MXC_I2C_ReadByteInteractive()
|
| D | i2c_ai87.c | 219 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte) in MXC_I2C_WriteByte() argument 221 return MXC_I2C_RevA_WriteByte((mxc_i2c_reva_regs_t *)i2c, byte); in MXC_I2C_WriteByte() 224 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack) in MXC_I2C_ReadByte() argument 226 return MXC_I2C_RevA_ReadByte((mxc_i2c_reva_regs_t *)i2c, byte, ack); in MXC_I2C_ReadByte() 229 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck) in MXC_I2C_ReadByteInteractive() argument 231 return MXC_I2C_RevA_ReadByteInteractive((mxc_i2c_reva_regs_t *)i2c, byte, in MXC_I2C_ReadByteInteractive()
|
| D | i2c_me10.c | 230 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte) in MXC_I2C_WriteByte() argument 232 return MXC_I2C_RevA_WriteByte((mxc_i2c_reva_regs_t *)i2c, byte); in MXC_I2C_WriteByte() 236 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack) in MXC_I2C_ReadByte() argument 238 return MXC_I2C_RevA_ReadByte((mxc_i2c_reva_regs_t *)i2c, byte, ack); in MXC_I2C_ReadByte() 242 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck) in MXC_I2C_ReadByteInteractive() argument 244 return MXC_I2C_RevA_ReadByteInteractive((mxc_i2c_reva_regs_t *)i2c, byte, in MXC_I2C_ReadByteInteractive()
|
| D | i2c_me11.c | 234 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte) in MXC_I2C_WriteByte() argument 236 return MXC_I2C_RevA_WriteByte((mxc_i2c_reva_regs_t *)i2c, byte); in MXC_I2C_WriteByte() 239 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack) in MXC_I2C_ReadByte() argument 241 return MXC_I2C_RevA_ReadByte((mxc_i2c_reva_regs_t *)i2c, byte, ack); in MXC_I2C_ReadByte() 244 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck) in MXC_I2C_ReadByteInteractive() argument 246 return MXC_I2C_RevA_ReadByteInteractive((mxc_i2c_reva_regs_t *)i2c, byte, in MXC_I2C_ReadByteInteractive()
|
| D | i2c_me13.c | 225 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte) in MXC_I2C_WriteByte() argument 227 return MXC_I2C_RevA_WriteByte((mxc_i2c_reva_regs_t *)i2c, byte); in MXC_I2C_WriteByte() 230 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack) in MXC_I2C_ReadByte() argument 232 return MXC_I2C_RevA_ReadByte((mxc_i2c_reva_regs_t *)i2c, byte, ack); in MXC_I2C_ReadByte() 235 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck) in MXC_I2C_ReadByteInteractive() argument 237 return MXC_I2C_RevA_ReadByteInteractive((mxc_i2c_reva_regs_t *)i2c, byte, in MXC_I2C_ReadByteInteractive()
|
| D | i2c_me14.c | 224 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte) in MXC_I2C_WriteByte() argument 226 return MXC_I2C_RevA_WriteByte((mxc_i2c_reva_regs_t *)i2c, byte); in MXC_I2C_WriteByte() 229 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack) in MXC_I2C_ReadByte() argument 231 return MXC_I2C_RevA_ReadByte((mxc_i2c_reva_regs_t *)i2c, byte, ack); in MXC_I2C_ReadByte() 234 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck) in MXC_I2C_ReadByteInteractive() argument 236 return MXC_I2C_RevA_ReadByteInteractive((mxc_i2c_reva_regs_t *)i2c, byte, in MXC_I2C_ReadByteInteractive()
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78002/ |
| D | i2c.h | 66 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 364 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 380 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 404 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32690/ |
| D | i2c.h | 66 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 374 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 390 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 414 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78000/ |
| D | i2c.h | 66 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 364 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 380 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 404 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32572/ |
| D | i2c.h | 67 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 364 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 380 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 404 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32570/ |
| D | i2c.h | 61 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 358 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 374 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 398 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32650/ |
| D | i2c.h | 60 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 355 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 371 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 395 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32520/ |
| D | i2c.h | 64 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 361 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 377 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 401 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32675/ |
| D | i2c.h | 67 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 369 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 385 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 409 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32672/ |
| D | i2c.h | 67 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 370 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 386 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 410 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32680/ |
| D | i2c.h | 66 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 368 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 384 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 408 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32665/ |
| D | i2c.h | 68 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 360 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 376 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 400 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32670/ |
| D | i2c.h | 67 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 369 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 385 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 409 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32660/ |
| D | i2c.h | 67 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 359 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 375 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 399 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32662/ |
| D | i2c.h | 66 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 368 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 384 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 408 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32655/ |
| D | i2c.h | 66 typedef int (*mxc_i2c_getAck_t)(mxc_i2c_regs_t *i2c, unsigned char byte); 368 int MXC_I2C_WriteByte(mxc_i2c_regs_t *i2c, unsigned char byte); 384 int MXC_I2C_ReadByte(mxc_i2c_regs_t *i2c, unsigned char *byte, int ack); 408 int MXC_I2C_ReadByteInteractive(mxc_i2c_regs_t *i2c, unsigned char *byte, mxc_i2c_getAck_t getAck);
|