Searched refs:anavdel (Results 1 – 1 of 1) sorted by relevance
416 uint32_t anavdel; in XMC_SCU_SupplyMonitorInit() local419 anavdel = 0UL; in XMC_SCU_SupplyMonitorInit()421 anavdel |= (uint32_t)((obj-> ext_supply_threshold) << SCU_ANALOG_ANAVDEL_VDEL_SELECT_Pos); in XMC_SCU_SupplyMonitorInit()422 anavdel |= (uint32_t)((obj->ext_supply_monitor_speed) << SCU_ANALOG_ANAVDEL_VDEL_TIM_ADJ_Pos); in XMC_SCU_SupplyMonitorInit()426 anavdel |= (uint32_t)SCU_ANALOG_ANAVDEL_VDEL_EN_Msk; in XMC_SCU_SupplyMonitorInit()428 SCU_ANALOG->ANAVDEL = (uint16_t) anavdel; in XMC_SCU_SupplyMonitorInit()