Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 25 of 66) sorted by relevance

123

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/I2C/
Di2c_revb.h54 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,
Di2c_reva.h56 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,
Di2c_es17.c214 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()
Di2c_me12.c207 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()
Di2c_me55.c197 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()
Di2c_ai87.c219 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()
Di2c_me10.c230 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()
Di2c_me11.c234 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()
Di2c_me13.c225 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()
Di2c_me14.c224 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/
Di2c.h66 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/
Di2c.h66 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/
Di2c.h66 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/
Di2c.h67 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/
Di2c.h61 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/
Di2c.h60 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/
Di2c.h64 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/
Di2c.h67 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/
Di2c.h67 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/
Di2c.h66 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/
Di2c.h68 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/
Di2c.h67 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/
Di2c.h67 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/
Di2c.h66 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/
Di2c.h66 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);

123