Searched refs:I3C_BusMasterDisableEvents (Results 1 – 3 of 3) sorted by relevance
485 result = I3C_BusMasterDisableEvents(masterDev, I3C_BUS_BROADCAST_ADDR, in I3C_BusMasterCreate()804 status_t I3C_BusMasterDisableEvents(i3c_device_t *masterDev, uint8_t slaveAddr, uint8_t busEvents) in I3C_BusMasterDisableEvents() function
534 status_t I3C_BusMasterDisableEvents(i3c_device_t *masterDev, uint8_t slaveAddr, uint8_t busEvents);
615 …I3C_BusMasterDisableEvents(master, I3C_BUS_BROADCAST_ADDR, ((uint8_t)kI3C_EventMR | (uint8_t)kI3C_… in I3C_MasterAdapterHandOffMasterShip()