Home
last modified time | relevance | path

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

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_i2c.c314 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 …]
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_i2c.c309 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 …]
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_i2c.h48 uint8_t SubAddrType; member
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_i2c.h89 uint8_t SubAddrType; member

Completed in 11 milliseconds