/nrf52832-nimble/rt-thread/libcpu/v850/70f34/ |
H A D | macdefs.inc | 13 ; IO : 17 ; IO : 59 ; IO : 63 ; IO : 82 ; IO : 86 ; IO : 112 ; IO : 116 ; IO :
|
/nrf52832-nimble/rt-thread/ |
H A D | README.md | 5 [](https://github.com/RT-Th… 6 [](https://github.c… 9 [](https://… 10 [](https://githu…
|
H A D | README_zh.md | 3 [](https://github.c… 6 [](https://… 7 [](https://githu…
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_sm_lgcy_test.c | 37 * 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 D | ble_sm_test_util.c | 1392 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 D | ble_sm_sc_test.c | 37 * 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 D | ble_hs.h | 153 /** 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 D | ble_sm_sc.c | 52 * 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 D | ble_sm_lgcy.c | 38 /* 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 D | os-ecos.h | 21 //#include <cyg/io/io.h> 68 //#include <cyg/io/flash.h>
|
H A D | os-rtthread.h | 21 //#include <cyg/io/io.h> 66 //#include <cyg/io/flash.h>
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/fileio/ |
H A D | fileio.h | 49 // 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 D | vmm_context.c | 45 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 D | vmm_iomap.c | 2 * VMM IO map table
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | sdio_func_ids.h | 30 /* manufacturer id, product io */
|
H A D | mtd_nand.h | 27 #define RT_MTD_EIO 3 /* generic IO issue */
|
H A D | mmcsd_card.h | 149 #define CARD_TYPE_SDIO_COMBO 3 /* SD combo (IO+mem) card */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/ |
H A D | stubs.c | 30 /* Standard IO device handles. */ 35 /* Standard IO device name defines. */
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/ |
H A D | wqueue.h | 18 // 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 D | sio.h | 31 * 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 D | sio.h | 31 * 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 D | sio.h | 31 * 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 D | test_sockets.c | 344 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 D | portserial.c | 56 * set 485 mode receive and transmit control IO in xMBPortSerialInit()
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | mmu.c | 190 /* IO memory region */ in rt_hw_mmu_init()
|