Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c1464 uint32_t alarmHysteresis; in HAL_DTS_ConfigAlarmA() local
1478 alarmHysteresis = DTS_ConvertFromCelsiusDegree(pAlarmParams->Hysteresis); in HAL_DTS_ConfigAlarmA()
1480 (alarmHysteresis << DTS_TSALARMA_CFGR_HYSTA_THRESH_Pos); in HAL_DTS_ConfigAlarmA()
1545 uint32_t alarmHysteresis; in HAL_DTS_ConfigAlarmB() local
1559 alarmHysteresis = DTS_ConvertFromCelsiusDegree(pAlarmParams->Hysteresis); in HAL_DTS_ConfigAlarmB()
1561 (alarmHysteresis << DTS_TSALARMB_CFGR_HYSTB_THRESH_Pos); in HAL_DTS_ConfigAlarmB()