Hi @irshad_2503
The function Wdg_43_Instance0_SetTriggerCondition(TIME_OUT) sets the trigger condition for the watchdog timer. The parameter TIME_OUT is the value that the watchdog timer counts down from. When the watchdog timer reaches zero, a reset is triggered.
In your case, TIME_OUT is set to 0xFD0, 4048 in decimal. This value is not in milliseconds but in watchdog timer ticks. The actual time it takes for the watchdog timer to count down from TIME_OUT to zero depends on the clock frequency of the watchdog timer.
B.R.
VaneB