Home
last modified time | relevance | path

Searched full:io (Results 1 – 25 of 69) sorted by relevance

123

/nrf52832-nimble/rt-thread/libcpu/v850/70f34/
H A Dmacdefs.inc13 ; IO :
17 ; IO :
59 ; IO :
63 ; IO :
82 ; IO :
86 ; IO :
112 ; IO :
116 ; IO :
/nrf52832-nimble/rt-thread/
H A DREADME.md5 [![GitHub](https://img.shields.io/github/license/RT-Thread/rt-thread.svg)](https://github.com/RT-Th…
6 [![GitHub release](https://img.shields.io/github/release/RT-Thread/rt-thread.svg)](https://github.c…
9 [![GitHub pull-requests](https://img.shields.io/github/issues-pr/RT-Thread/rt-thread.svg)](https://…
10 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://githu…
H A DREADME_zh.md3 [![GitHub release](https://img.shields.io/github/release/RT-Thread/rt-thread.svg)](https://github.c…
6 [![GitHub pull-requests](https://img.shields.io/github/issues-pr/RT-Thread/rt-thread.svg)](https://…
7 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://githu…
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_sm_lgcy_test.c37 * Initiator IO capabilities: 4
38 * Responder IO capabilities: 3
171 * Initiator IO capabilities: 4
172 * Responder IO capabilities: 0
306 * Initiator IO capabilities: 3
307 * Responder IO capabilities: 3
429 * Initiator IO capabilities: 4
430 * Responder IO capabilities: 2
553 * Initiator IO capabilities: 3
554 * Responder IO capabilities: 3
[all …]
H A Dble_sm_test_util.c1392 struct ble_sm_io io; in ble_sm_test_util_io_inject_bad() local
1414 io.action = i; in ble_sm_test_util_io_inject_bad()
1415 rc = ble_sm_inject_io(conn_handle, &io); in ble_sm_test_util_io_inject_bad()
1470 /* Ensure response not sent until user performs IO. */ in ble_sm_test_util_io_check_post()
2375 /* Peer performs IO first; peer initiates pairing. */ in ble_sm_test_util_peer_lgcy_good()
2380 /* Peer performs IO first; we initiate with security request. */ in ble_sm_test_util_peer_lgcy_good()
2385 /* We perform IO first; peer initiates pairing. */ in ble_sm_test_util_peer_lgcy_good()
2390 /* We perform IO first; we initiate with security request. */ in ble_sm_test_util_peer_lgcy_good()
2789 /* Peer performs IO first; peer initiates pairing. */ in ble_sm_test_util_peer_sc_good()
2794 /* Peer performs IO first; we initiate with security request. */ in ble_sm_test_util_peer_sc_good()
[all …]
H A Dble_sm_sc_test.c37 * Initiator IO capabilities: 3
38 * Responder IO capabilities: 3
179 * Initiator IO capabilities: 0
180 * Responder IO capabilities: 2
784 * Initiator IO capabilities: 2
785 * Responder IO capabilities: 0
1389 * Initiator IO capabilities: 1
1390 * Responder IO capabilities: 1
1533 * Initiator IO capabilities: 3
1534 * Responder IO capabilities: 4
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs.h153 /** DisplayOnly IO capability */
156 /** DisplayYesNo IO capability */
159 /** KeyboardOnly IO capability */
162 /** NoInputNoOutput IO capability */
165 /** KeyboardDisplay Only IO capability */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_sm_sc.c52 * This table expresses the required initiator IO action. Inputs are:
53 * o Responder IO capabilities (from pair response).
54 * o Initiator IO capabilities (from pair request).
67 * This table expresses the required responder IO action. Inputs are:
68 * o Responder IO capabilities (from pair response).
69 * o Initiator IO capabilities (from pair request).
H A Dble_sm_lgcy.c38 /* This is the initiator passkey action action dpeneding on the io
50 /* This is the responder passkey action action depending on the io
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dos-ecos.h21 //#include <cyg/io/io.h>
68 //#include <cyg/io/flash.h>
H A Dos-rtthread.h21 //#include <cyg/io/io.h>
66 //#include <cyg/io/flash.h>
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/fileio/
H A Dfileio.h49 // IO subsystem for POSIX and EL/IX compatability.
254 // IO vector descriptors
386 #define CYG_SYNCMODE_IO_FILE 0x0010 // lock file during io ops
387 #define CYG_SYNCMODE_IO_FILESYSTEM 0x0020 // lock fs during io ops
388 #define CYG_SYNCMODE_IO_MOUNTPOINT 0x0040 // lock mte during io ops
392 #define CYG_SYNCMODE_IO_SHIFT (4) // shift for IO to file bits
/nrf52832-nimble/rt-thread/components/vmm/
H A Dvmm_context.c45 rt_kprintf("Linux domain: kernel: %d, user: %d, io: %d\n" in vmm_context_init_domain()
47 domain->kernel, domain->user, domain->io, in vmm_context_init_domain()
51 domain->io == domain->vmm) in vmm_context_init_domain()
H A Dvmm_iomap.c2 * VMM IO map table
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dsdio_func_ids.h30 /* manufacturer id, product io */
H A Dmtd_nand.h27 #define RT_MTD_EIO 3 /* generic IO issue */
H A Dmmcsd_card.h149 #define CARD_TYPE_SDIO_COMBO 3 /* SD combo (IO+mem) card */
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dstubs.c30 /* Standard IO device handles. */
35 /* Standard IO device name defines. */
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/
H A Dwqueue.h18 // https://vichargrave.github.io/articles/2013-01/multithreaded-work-queue-in-cpp
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsio.h31 * This is the interface to the platform specific serial IO module
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsio.h31 * This is the interface to the platform specific serial IO module
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsio.h31 * This is the interface to the platform specific serial IO module
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/api/
H A Dtest_sockets.c344 force execution of the partial IO vector send case */ in test_sockets_msgapi_tcp()
448 /* send/receive our datagram of IO vectors 10 times */ in test_sockets_msgapi_udp_send_recv_loop()
485 /* initialize IO vectors with data */ in test_sockets_msgapi_udp()
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Dportserial.c56 * set 485 mode receive and transmit control IO in xMBPortSerialInit()
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dmmu.c190 /* IO memory region */ in rt_hw_mmu_init()

123