Hi @PGoud ,
the duration parameter (the content of the INTx_DURATION registers) is calculated from the ODR of the current device status: if the H3LIS331DL is in low power mode at the time of the interrupt event, the correspondent ODR will determine the minimum duration of the interrupt event to be recognized. This is the case of the Low-power-to-normal-mode transition.
Vice-versa, if the current operating mode is Normal mode, and the interrupt detects the Normal-to-Low-power transition, the duration will be calculated based on the normal mode ODR.
>> Is possible to manage to have the interrupt (INT1) only when Threshold/duration is passed?
Yes, this is the meaning of the INTx_DURATION registers' content: the interrupt will be raised after the device stays above the defined threshold for at least the chosen duration time, and till that time the operating mode of the device is the "starting" one.
-Eleon