Home
last modified time | relevance | path

Searched refs:SubAddress (Results 1 – 4 of 4) sorted by relevance

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_i2c.c330 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()
341 I2C_SendByte((InitStruct->SubAddress>>8)&0xFF); in I2C_MasterReadBytes()
345 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()
358 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()
368 I2C_SendByte((InitStruct->SubAddress>>8)&0xFF); in I2C_MasterReadBytes()
372 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()
455 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterWriteBytes()
483 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterWriteBytes()
493 I2C_SendByte((InitStruct->SubAddress>>8)&0xFF); in I2C_MasterWriteBytes()
497 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterWriteBytes()
[all …]
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_i2c.c325 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()
336 I2C_SendByte((InitStruct->SubAddress>>8)&0xFF); in I2C_MasterReadBytes()
340 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()
353 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()
363 I2C_SendByte((InitStruct->SubAddress>>8)&0xFF); in I2C_MasterReadBytes()
367 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()
450 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterWriteBytes()
478 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterWriteBytes()
488 I2C_SendByte((InitStruct->SubAddress>>8)&0xFF); in I2C_MasterWriteBytes()
492 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterWriteBytes()
[all …]
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_i2c.h50 uint32_t SubAddress; member
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_i2c.h91 uint32_t SubAddress; member

Completed in 8 milliseconds