Home
last modified time | relevance | path

Searched defs:select (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.5.0/components/perfmon/include/
Dxtensa_perfmon_masks.h32 int select; /*!< Selected counter */ member
42 int select; /*!< Selected counter */ member
/hal_espressif-3.5.0/examples/system/select/
DCMakeLists.txt6 project(select) project
/hal_espressif-3.5.0/components/perfmon/test/
Dtest_perfmon_ansi.c84 static void test_callback(void *params, uint32_t select, uint32_t mask, uint32_t value) in test_callback()
/hal_espressif-3.5.0/components/perfmon/
Dxtensa_perfmon_apis.c70 void xtensa_perfmon_view_cb(void *params, uint32_t select, uint32_t mask, uint32_t value) in xtensa_perfmon_view_cb()
Dxtensa_perfmon_access.c20 esp_err_t xtensa_perfmon_init(int id, uint16_t select, uint16_t mask, int kernelcnt, int tracelevel) in xtensa_perfmon_init()
/hal_espressif-3.5.0/components/lwip/port/esp32/
Dvfs_lwip.c56 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout) in select() function
Dno_vfs_syscalls.c75 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout) in select() function
/hal_espressif-3.5.0/examples/protocols/esp_local_ctrl/scripts/
Desp_local_ctrl.py387 select = 0 variable
/hal_espressif-3.5.0/components/vfs/
Dvfs_console.c149 int console_tcflush(int fd, int select) in console_tcflush()
Dvfs_usb_serial_jtag.c339 static int usb_serial_jtag_tcflush(int fd, int select) in usb_serial_jtag_tcflush()
Dvfs_uart.c942 static int uart_tcflush(int fd, int select) in uart_tcflush()
Dvfs.c1149 int tcflush(int fd, int select) in tcflush()
/hal_espressif-3.5.0/components/usb/
Dhub.c559 int select; in enum_stage_transfer_check() local
Dusbh.c1003 …sbh_hub_enum_fill_str_desc(usb_device_handle_t dev_hdl, const usb_str_desc_t *str_desc, int select) in usbh_hub_enum_fill_str_desc()