Searched refs:SubAddress (Results 1 – 4 of 4) sorted by relevance
330 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 …]
325 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 …]
50 uint32_t SubAddress; member
91 uint32_t SubAddress; member
Completed in 8 milliseconds