Home
last modified time | relevance | path

Searched refs:ASM330LHBG1_INT_CFG1 (Results 1 – 2 of 2) sorted by relevance

/hal_st-latest/sensor/stmemsc/asm330lhbg1_STdC/driver/
Dasm330lhbg1_reg.c3260 ret = asm330lhbg1_read_reg(ctx, ASM330LHBG1_INT_CFG1, (uint8_t *) &int_cfg1, 1); in asm330lhbg1_pin_int1_route_set()
3299 ret = asm330lhbg1_write_reg(ctx, ASM330LHBG1_INT_CFG1, (uint8_t *) &int_cfg1, 1); in asm330lhbg1_pin_int1_route_set()
3440 ret = asm330lhbg1_read_reg(ctx, ASM330LHBG1_INT_CFG1, (uint8_t *) &int_cfg1, 1); in asm330lhbg1_pin_int2_route_set()
3480 ret = asm330lhbg1_write_reg(ctx, ASM330LHBG1_INT_CFG1, (uint8_t *) &int_cfg1, 1); in asm330lhbg1_pin_int2_route_set()
4111 ret = asm330lhbg1_read_reg(ctx, ASM330LHBG1_INT_CFG1, (uint8_t *)&int_cfg1, 1); in asm330lhbg1_act_mode_set()
4115 ret = asm330lhbg1_write_reg(ctx, ASM330LHBG1_INT_CFG1, (uint8_t *)&int_cfg1, 1); in asm330lhbg1_act_mode_set()
4134 ret = asm330lhbg1_read_reg(ctx, ASM330LHBG1_INT_CFG1, (uint8_t *)&int_cfg1, 1); in asm330lhbg1_act_mode_get()
Dasm330lhbg1_reg.h759 #define ASM330LHBG1_INT_CFG1 0x58U macro