Home
last modified time | relevance | path

Searched refs:I3cCheckReservedAddr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/i3c/
H A Di3c_core.h418 int I3cCheckReservedAddr(uint16_t addr);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i3c/
H A Di3c_core.c28 int I3cCheckReservedAddr(uint16_t addr) in I3cCheckReservedAddr() function
149 if (I3cCheckReservedAddr(addr) == I3C_ADDR_RESERVED) { in I3cInitAddrStatus()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Di3c_virtual.c239 if (I3cCheckReservedAddr(ibiAddr) == I3C_ADDR_RESERVED) { in I3cIbiHandle()