Skip to main content

esp_int_wdt_cpu_init

Function esp_int_wdt_cpu_init 

Source
pub unsafe extern "C" fn esp_int_wdt_cpu_init()
Expand description

@brief Enable the interrupt watchdog on the current CPU.

This function is automatically called during application startup for each CPU that has enabled the interrupt watchdog in menuconfig.

@note esp_int_wdt_init() must be called first before calling this function