the software WDT is implemented inside the SDK from espressif, and is using a Timer.the Hardware WDT is implemented in the silicon of the ESP chip, and is running independent form every software.
ESP.wdtEnable(timeout), ESP.wdtDisable(), ESP.wdtFeed()