/SCP-firmware-master/product/synquacer/module/f_i2c/src/ |
A D | i2c_api.c | 21 uint32_t target_address, 29 uint32_t target_address, 62 uint32_t target_address, in i2c_api_recv_data_i() argument 103 uint32_t target_address, in f_i2c_api_recv_data() argument 110 if ((target_address <= 0x03) || (target_address >= 0x78)) in f_i2c_api_recv_data() 120 ch, target_address, address, data, length, 0x00000000); in f_i2c_api_recv_data() 127 uint32_t target_address, in i2c_api_send_data_i() argument 167 uint32_t target_address, in f_i2c_api_send_data() argument 174 if ((target_address == 0x01) || (target_address == 0x02) || in f_i2c_api_send_data() 175 (target_address == 0x03) || (target_address >= 0x78)) { in f_i2c_api_send_data() [all …]
|
/SCP-firmware-master/module/i2c/include/ |
A D | mod_i2c.h | 75 uint8_t target_address; member 167 uint8_t target_address, 193 uint8_t target_address, 226 uint8_t target_address,
|
/SCP-firmware-master/product/synquacer/module/f_i2c/include/ |
A D | i2c_api.h | 20 uint32_t target_address, 27 uint32_t target_address,
|
A D | mod_f_i2c.h | 67 uint32_t target_address, 89 uint32_t target_address,
|
/SCP-firmware-master/product/juno/scp_ramfw/ |
A D | config_juno_cdcel937.c | 66 .target_address = 0x6D, 86 .target_address = 0x6C, 104 .target_address = 0x6D, 122 .target_address = 0x6C, 140 .target_address = 0x6C,
|
A D | config_juno_xrp7724.c | 130 .target_address = 0x28,
|
/SCP-firmware-master/module/i2c/src/ |
A D | mod_i2c.c | 72 if (!fwk_expect(request->target_address < 0x80)) { in create_i2c_request() 110 uint8_t target_address, in transmit_as_controller() argument 123 .target_address = target_address, in transmit_as_controller() 133 uint8_t target_address, in receive_as_controller() argument 146 .target_address = target_address, in receive_as_controller() 156 uint8_t target_address, in transmit_then_receive_as_controller() argument 171 .target_address = target_address, in transmit_then_receive_as_controller()
|
/SCP-firmware-master/module/dw_apb_i2c/src/ |
A D | mod_dw_apb_i2c.c | 80 static int enable_i2c(struct dw_apb_i2c_ctx *ctx, uint8_t target_address) in enable_i2c() argument 94 i2c_reg->IC_TAR = (target_address & IC_TAR_ADDRESS); in enable_i2c() 155 if (transmit_request->target_address == 0) { in transmit_as_controller() 161 status = enable_i2c(ctx, transmit_request->target_address); in transmit_as_controller() 197 if (receive_request->target_address == 0) { in receive_as_controller() 207 status = enable_i2c(ctx, receive_request->target_address); in receive_as_controller()
|
/SCP-firmware-master/product/juno/module/juno_cdcel937/include/ |
A D | mod_juno_cdcel937.h | 51 uint8_t target_address; member
|
/SCP-firmware-master/product/juno/module/juno_xrp7724/include/ |
A D | mod_juno_xrp7724.h | 31 unsigned int target_address; member
|
/SCP-firmware-master/product/juno/module/juno_xrp7724/src/ |
A D | mod_juno_xrp7724.c | 187 module_ctx.config->target_address, in set_gpio() 766 module_config->target_address, in juno_xrp7724_sensor_process_request() 833 module_config->target_address, in juno_xrp7724_psu_process_request() 878 module_config->target_address, in juno_xrp7724_psu_process_request() 963 module_config->target_address, in juno_xrp7724_psu_process_request()
|
/SCP-firmware-master/product/juno/module/juno_cdcel937/src/ |
A D | mod_juno_cdcel937.c | 126 ctx->config->target_address, in set_block_access_length() 159 ctx->config->target_address, in write_configuration() 186 ctx->config->target_address, in read_configuration() 212 ctx->config->target_address, in read_configuration_y1()
|