Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/XMCLib/drivers/src/
Dxmc1_scu.c488 void XMC_SCU_SetRawTempLimits(const uint32_t lower_temp, const uint32_t upper_temp) in XMC_SCU_SetRawTempLimits() argument
491 SCU_ANALOG->ANATSEIL = (uint16_t)(lower_temp & SCU_ANALOG_ANATSEIL_TSE_IL_Msk); in XMC_SCU_SetRawTempLimits()
Dxmc4_scu.c411 void XMC_SCU_SetRawTempLimits(const uint32_t lower_temp, const uint32_t upper_temp) in XMC_SCU_SetRawTempLimits() argument
416 SCU_GENERAL->DTEMPLIM = (lower_temp & SCU_GENERAL_DTEMPLIM_LOWER_Msk); in XMC_SCU_SetRawTempLimits()
/hal_infineon-3.7.0/XMCLib/drivers/inc/
Dxmc1_scu.h954 void XMC_SCU_SetRawTempLimits(const uint32_t lower_temp, const uint32_t upper_temp);
Dxmc4_scu.h1177 void XMC_SCU_SetRawTempLimits(const uint32_t lower_temp, const uint32_t upper_temp);