Searched refs:debug_mode (Results 1 – 3 of 3) sorted by relevance
121 void XMC_RTC_SetDebugMode(const XMC_RTC_DEBUG_MODE_t debug_mode) in XMC_RTC_SetDebugMode() argument125 RTC->CTR = (regval | (uint32_t)debug_mode); in XMC_RTC_SetDebugMode()
321 __STATIC_INLINE void XMC_WDT_SetDebugMode(const XMC_WDT_DEBUG_MODE_t debug_mode) in XMC_WDT_SetDebugMode() argument323 WDT->CTR = (WDT->CTR & (uint32_t)~WDT_CTR_DSP_Msk) | (uint32_t)debug_mode; in XMC_WDT_SetDebugMode()
94 void XMC_RTC_SetDebugMode(const XMC_RTC_DEBUG_MODE_t debug_mode);