Searched refs:LPS25HB_INTERRUPT_CFG (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lps25hb_STdC/driver/ |
| D | lps25hb_reg.c | 1316 ret = lps25hb_read_reg(ctx, LPS25HB_INTERRUPT_CFG, (uint8_t *)®, 1); in lps25hb_sign_of_int_threshold_set() 1321 ret = lps25hb_write_reg(ctx, LPS25HB_INTERRUPT_CFG, (uint8_t *)®, 1); in lps25hb_sign_of_int_threshold_set() 1341 ret = lps25hb_read_reg(ctx, LPS25HB_INTERRUPT_CFG, (uint8_t *)®, 1); in lps25hb_sign_of_int_threshold_get() 1383 ret = lps25hb_read_reg(ctx, LPS25HB_INTERRUPT_CFG, (uint8_t *)®, 1); in lps25hb_int_notification_mode_set() 1388 ret = lps25hb_write_reg(ctx, LPS25HB_INTERRUPT_CFG, (uint8_t *)®, 1); in lps25hb_int_notification_mode_set() 1408 ret = lps25hb_read_reg(ctx, LPS25HB_INTERRUPT_CFG, (uint8_t *)®, 1); in lps25hb_int_notification_mode_get()
|
| D | lps25hb_reg.h | 278 #define LPS25HB_INTERRUPT_CFG 0x24U macro
|