mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'docs/update_comment_of_idle_core_mask' into 'master'
docs: update comment of member idle_core_mask See merge request espressif/esp-idf!24043
This commit is contained in:
commit
8d64cbc422
@ -20,7 +20,7 @@ extern "C" {
|
||||
*/
|
||||
typedef struct {
|
||||
uint32_t timeout_ms; /**< TWDT timeout duration in milliseconds */
|
||||
uint32_t idle_core_mask; /**< Mask of the cores who's idle task should be subscribed on initialization */
|
||||
uint32_t idle_core_mask; /**< Bitmask of the core whose idle task should be subscribed on initialization where 1 << i means that core i's idle task will be monitored by the TWDT */
|
||||
bool trigger_panic; /**< Trigger panic when timeout occurs */
|
||||
} esp_task_wdt_config_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user