Searched refs:hts221_write_reg (Results 1 – 2 of 2) sorted by relevance
/hal_st-2.7.6/sensor/stmemsc/hts221_STdC/driver/ |
D | hts221_reg.c | 68 int32_t hts221_write_reg(stmdev_ctx_t *ctx, uint8_t reg, in hts221_write_reg() function 109 ret = hts221_write_reg(ctx, HTS221_AV_CONF, (uint8_t *) ®, 1); in hts221_humidity_avg_set() 191 ret = hts221_write_reg(ctx, HTS221_AV_CONF, (uint8_t *) ®, 1); in hts221_temperature_avg_set() 273 ret = hts221_write_reg(ctx, HTS221_CTRL_REG1, (uint8_t *) ®, 1); in hts221_data_rate_set() 338 ret = hts221_write_reg(ctx, HTS221_CTRL_REG1, (uint8_t *) ®, 1); in hts221_block_data_update_set() 381 ret = hts221_write_reg(ctx, HTS221_CTRL_REG2, (uint8_t *) ®, 1); in hts221_one_shoot_trigger_set() 531 ret = hts221_write_reg(ctx, HTS221_CTRL_REG1, (uint8_t *) ®, 1); in hts221_power_on_set() 574 ret = hts221_write_reg(ctx, HTS221_CTRL_REG2, (uint8_t *) ®, 1); in hts221_heater_set() 617 ret = hts221_write_reg(ctx, HTS221_CTRL_REG2, (uint8_t *) ®, 1); in hts221_boot_set() 689 ret = hts221_write_reg(ctx, HTS221_CTRL_REG3, (uint8_t *) ®, 1); in hts221_drdy_on_int_set() [all …]
|
D | hts221_reg.h | 320 int32_t hts221_write_reg(stmdev_ctx_t *ctx, uint8_t reg,
|