Home
last modified time | relevance | path

Searched defs:no (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/esp_system/include/
Desp_debug_helpers.h116 static inline __attribute__((deprecated)) esp_err_t esp_set_watchpoint(int no, void *adr, int size,… in esp_set_watchpoint()
125 static inline __attribute__((deprecated)) void esp_clear_watchpoint(int no) in esp_clear_watchpoint()
/hal_espressif-3.7.0/components/esp_hw_support/
Dintr_alloc.c381 int no = 0; in get_available_int() local