Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_service.c68 uint32_t base_addr; in SRTM_I2CService_ReadBus() local
77 base_addr = targetBus->base_addr; in SRTM_I2CService_ReadBus()
90 (void)adapter->switchchannel(adapter, base_addr, type, switch_addr, switch_channel); in SRTM_I2CService_ReadBus()
97 … status = adapter->read(adapter, base_addr, type, slaveAddr, buf, len, flags); // APP_SRTM_I2C_Read in SRTM_I2CService_ReadBus()
107 uint32_t base_addr; in SRTM_I2CService_WriteBus() local
116 base_addr = targetBus->base_addr; in SRTM_I2CService_WriteBus()
129 (void)adapter->switchchannel(adapter, base_addr, type, switch_addr, switch_channel); in SRTM_I2CService_WriteBus()
136 …status = adapter->write(adapter, base_addr, type, slaveAddr, buf, len, flags); // APP_SRTM_I2C_Wri… in SRTM_I2CService_WriteBus()
Dsrtm_i2c_service.h83 uint32_t base_addr; member
120 uint32_t base_addr,
127 uint32_t base_addr,
134 uint32_t base_addr,
/hal_nxp-latest/mcux/mcux-sdk/tools/imgutil/evkmcimx7ulp/
Dmkimg.sh28 …$IMGUTIL --combine base_addr=0x1FFD0000 ivt_offset=0x1000 config_offset=0x400 config_file=qcb.bin …
30 …$IMGUTIL --combine base_addr=0x1FFD0000 ivt_offset=0x1000 config_offset=0x400 config_file=qcb.bin …
32 …$IMGUTIL --combine base_addr=0x04000000 ivt_offset=0x1000 config_offset=0x400 config_file=qcb.bin …
34 …$IMGUTIL --combine base_addr=0x04000000 ivt_offset=0x1000 config_offset=0x400 config_file=qcb.bin …
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_init.h39 t_u32 base_addr; member