Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/net/socket/select/
DCMakeLists.txt5 project(select) project
/Zephyr-Core-3.4.0/include/zephyr/posix/sys/
Dselect.h27 static inline int select(int nfds, fd_set *readfds, in select() function
/Zephyr-Core-3.4.0/include/zephyr/net/
Dsocket_select.h114 static inline int select(int nfds, zsock_fd_set *readfds, in select() function
/Zephyr-Core-3.4.0/doc/build/kconfig/
Dtips.rst229 .. _good_select_use:
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/audio/
Dhas.h298 int (*select)(uint8_t index, bool sync); member
/Zephyr-Core-3.4.0/drivers/gpio/
Dgpio_smartbond.c45 uint32_t select; member
/Zephyr-Core-3.4.0/samples/boards/bbc_microbit/pong/src/
Dmain.c81 static const struct pong_selection *select; variable