Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/smbus/
A Dhpm_smbus.c84 … stat = i2c_master_seq_receive(ptr, (const uint16_t)slave_address, &buf[3], 1, i2c_frist_frame); in hpm_smbus_master_read_byte_in_command()
86 … stat = i2c_master_seq_receive(ptr, (const uint16_t)slave_address, &buf[4], 1, i2c_last_frame); in hpm_smbus_master_read_byte_in_command()
113 … stat = i2c_master_seq_receive(ptr, (const uint16_t)slave_address, &buf[3], 2, i2c_frist_frame); in hpm_smbus_master_read_word_in_command()
115 … stat = i2c_master_seq_receive(ptr, (const uint16_t)slave_address, &buf[5], 1, i2c_last_frame); in hpm_smbus_master_read_word_in_command()
162 … stat = i2c_master_seq_receive(ptr, (const uint16_t)slave_address, &buf[3], 1, i2c_frist_frame); in hpm_smbus_master_read_block_in_command()
164 … stat = i2c_master_seq_receive(ptr, (const uint16_t)slave_address, &buf[4], size, i2c_next_frame); in hpm_smbus_master_read_block_in_command()
166 …stat = i2c_master_seq_receive(ptr, (const uint16_t)slave_address, &buf[size + 4], 1, i2c_last_fram… in hpm_smbus_master_read_block_in_command()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_i2c_drv.h634 hpm_stat_t i2c_master_seq_receive(I2C_Type *ptr, const uint16_t device_address,
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_i2c_drv.c930 hpm_stat_t i2c_master_seq_receive(I2C_Type *ptr, const uint16_t device_address, in i2c_master_seq_receive() function

Completed in 10 milliseconds