Lines Matching refs:target_cfg
41 struct i2c_target_config *target_cfg; member
232 if (target->target_attached && target->target_cfg->address == address) { in mcux_flexcomm_find_target_by_address()
276 addr->address = target->target_cfg->address; in mcux_flexcomm_setup_i2c_config_address()
300 target_cb = target->target_cfg->callbacks; in i2c_target_transfer_callback()
307 target_cb->read_requested(target->target_cfg, &txVal); in i2c_target_transfer_callback()
309 target_cb->read_processed(target->target_cfg, &txVal); in i2c_target_transfer_callback()
319 target_cb->write_requested(target->target_cfg); in i2c_target_transfer_callback()
331 target_cb->write_received(target->target_cfg, rxVal); in i2c_target_transfer_callback()
338 target_cb->stop(target->target_cfg); in i2c_target_transfer_callback()
393 target->target_cfg = target_config; in mcux_flexcomm_target_register()
431 target->target_cfg = NULL; in mcux_flexcomm_target_unregister()