Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/sths34pf80_STdC/driver/
Dsths34pf80_reg.c28 uint8_t int_pulsed : 1; member
1997 tmp = (val.int_pulsed << 3) | (val.comp_type << 2) | (val.sel_abs << 1); in sths34pf80_algo_config_set()
2019 val->int_pulsed = (tmp >> 3) & 0x1U; in sths34pf80_algo_config_get()
2146 config.int_pulsed = val; in sths34pf80_int_or_pulsed_set()
2166 *val = config.int_pulsed; in sths34pf80_int_or_pulsed_get()