Searched defs:select (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.5.0/components/perfmon/include/ |
D | xtensa_perfmon_masks.h | 32 int select; /*!< Selected counter */ member 42 int select; /*!< Selected counter */ member
|
/hal_espressif-3.5.0/examples/system/select/ |
D | CMakeLists.txt | 6 project(select) project
|
/hal_espressif-3.5.0/components/perfmon/test/ |
D | test_perfmon_ansi.c | 84 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/ |
D | xtensa_perfmon_apis.c | 70 void xtensa_perfmon_view_cb(void *params, uint32_t select, uint32_t mask, uint32_t value) in xtensa_perfmon_view_cb()
|
D | xtensa_perfmon_access.c | 20 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/ |
D | vfs_lwip.c | 56 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout) in select() function
|
D | no_vfs_syscalls.c | 75 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/ |
D | esp_local_ctrl.py | 387 select = 0 variable
|
/hal_espressif-3.5.0/components/vfs/ |
D | vfs_console.c | 149 int console_tcflush(int fd, int select) in console_tcflush()
|
D | vfs_usb_serial_jtag.c | 339 static int usb_serial_jtag_tcflush(int fd, int select) in usb_serial_jtag_tcflush()
|
D | vfs_uart.c | 942 static int uart_tcflush(int fd, int select) in uart_tcflush()
|
D | vfs.c | 1149 int tcflush(int fd, int select) in tcflush()
|
/hal_espressif-3.5.0/components/usb/ |
D | hub.c | 559 int select; in enum_stage_transfer_check() local
|
D | usbh.c | 1003 …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()
|