Searched refs:SubAddrType (Results 1 – 4 of 4) sorted by relevance
314 assert_parameters(I2C_SUBADDR_TYPE(InitStruct->SubAddrType)); in I2C_MasterReadBytes()324 if (InitStruct->SubAddrType == I2C_SUBADDR_1BYTE) in I2C_MasterReadBytes()335 if (InitStruct->SubAddrType == I2C_SUBADDR_2BYTE) in I2C_MasterReadBytes()350 if (InitStruct->SubAddrType == I2C_SUBADDR_OTHER) in I2C_MasterReadBytes()385 if (InitStruct->SubAddrType == I2C_SUBADDR_OTHER) in I2C_MasterReadBytes()439 assert_parameters(I2C_SUBADDR_TYPE(InitStruct->SubAddrType)); in I2C_MasterWriteBytes()449 if (InitStruct->SubAddrType == I2C_SUBADDR_1BYTE) in I2C_MasterWriteBytes()460 else if (InitStruct->SubAddrType == I2C_SUBADDR_2BYTE) in I2C_MasterWriteBytes()515 if (InitStruct->SubAddrType == I2C_SUBADDR_1BYTE) in I2C_MasterWriteBytes()526 if (InitStruct->SubAddrType == I2C_SUBADDR_2BYTE) in I2C_MasterWriteBytes()[all …]
309 assert_parameters(I2C_SUBADDR_TYPE(InitStruct->SubAddrType)); in I2C_MasterReadBytes()319 if (InitStruct->SubAddrType == I2C_SUBADDR_1BYTE) in I2C_MasterReadBytes()330 if (InitStruct->SubAddrType == I2C_SUBADDR_2BYTE) in I2C_MasterReadBytes()345 if (InitStruct->SubAddrType == I2C_SUBADDR_OTHER) in I2C_MasterReadBytes()380 if (InitStruct->SubAddrType == I2C_SUBADDR_OTHER) in I2C_MasterReadBytes()434 assert_parameters(I2C_SUBADDR_TYPE(InitStruct->SubAddrType)); in I2C_MasterWriteBytes()444 if (InitStruct->SubAddrType == I2C_SUBADDR_1BYTE) in I2C_MasterWriteBytes()455 else if (InitStruct->SubAddrType == I2C_SUBADDR_2BYTE) in I2C_MasterWriteBytes()510 if (InitStruct->SubAddrType == I2C_SUBADDR_1BYTE) in I2C_MasterWriteBytes()521 if (InitStruct->SubAddrType == I2C_SUBADDR_2BYTE) in I2C_MasterWriteBytes()[all …]
48 uint8_t SubAddrType; member
89 uint8_t SubAddrType; member
Completed in 11 milliseconds