Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_service.c67 i2c_bus_t targetBus; in SRTM_I2CService_ReadBus() local
76 targetBus = SRTM_I2C_SearchBus(adapter, busID); in SRTM_I2CService_ReadBus()
77 base_addr = targetBus->base_addr; in SRTM_I2CService_ReadBus()
78 switch_index = targetBus->switch_idx; in SRTM_I2CService_ReadBus()
79 type = targetBus->type; in SRTM_I2CService_ReadBus()
87 switch_channel = targetBus->switch_channel; in SRTM_I2CService_ReadBus()
106 i2c_bus_t targetBus; in SRTM_I2CService_WriteBus() local
115 targetBus = SRTM_I2C_SearchBus(adapter, busID); in SRTM_I2CService_WriteBus()
116 base_addr = targetBus->base_addr; in SRTM_I2CService_WriteBus()
117 switch_index = targetBus->switch_idx; in SRTM_I2CService_WriteBus()
[all …]