Searched refs:threshold (Results 1 – 2 of 2) sorted by relevance
248 #define CY_LVD_CHECK_TRIPSEL(threshold) (((threshold) == CY_LVD_THRESHOLD_1_2_V) || \ argument249 ((threshold) == CY_LVD_THRESHOLD_1_4_V) || \250 ((threshold) == CY_LVD_THRESHOLD_1_6_V) || \251 ((threshold) == CY_LVD_THRESHOLD_1_8_V) || \252 ((threshold) == CY_LVD_THRESHOLD_2_0_V) || \253 ((threshold) == CY_LVD_THRESHOLD_2_1_V) || \254 ((threshold) == CY_LVD_THRESHOLD_2_2_V) || \255 ((threshold) == CY_LVD_THRESHOLD_2_3_V) || \256 ((threshold) == CY_LVD_THRESHOLD_2_4_V) || \257 ((threshold) == CY_LVD_THRESHOLD_2_5_V) || \[all …]
2948 __STATIC_INLINE void XMC_SCU_POWER_EnableMonitor(uint8_t threshold, uint8_t interval) in XMC_SCU_POWER_EnableMonitor() argument2951 ((uint32_t)threshold << SCU_POWER_PWRMON_THRS_Pos) | in XMC_SCU_POWER_EnableMonitor()