temp_async_set_window_monitor

Set temperature window monitor threshold.

int32_t temp_async_set_window_monitor(
    struct temp_async_descriptor *const descr,
    const int32_t lower,
    const int32_t upper
)

Parameters

descr

Type: struct temp_async_descriptor Struct *const

Temperature Sensor Descriptor

lower

Type: const int32_t

Lower temperature value threshold (Celsius)

upper

Type: const int32_t

Upper temperature value threshold (Celsius)

Returns

Type: int32_t