/nrf52832-nimble/nordic/cmsis/include/ |
H A D | cmsis_armcc.h | 184 #if (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) 262 #endif /* (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) */ 436 #if (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) 466 #if (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) 648 #endif /* (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) */
|
H A D | cmsis_gcc.h | 530 #if (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) in __RBIT() 557 #if (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) 819 #endif /* (__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U) */
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/httpd-fs/ |
H A D | stats.shtml | 4 <table width="300" border="0">
|
H A D | files.shtml | 4 <table width="300">
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 268 a value of 300 means 30 seconds. 269 value: 300 277 milliseconds, so e.g. a value of 300 means 3 seconds.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_os_test.c | 218 /* Initiate the general discovery procedure with a 300 ms timeout. */ in ble_os_disc_test_task_handler() 220 rc = ble_hs_test_util_disc(BLE_OWN_ADDR_PUBLIC, 300, &disc_params, in ble_os_disc_test_task_handler()
|
H A D | ble_att_svr_test.c | 1131 rc = ble_hs_test_util_rx_att_find_info_req(conn_handle, 200, 300); in TEST_CASE() 1141 rc = ble_hs_test_util_rx_att_find_info_req(conn_handle, 200, 300); in TEST_CASE() 1246 conn_handle, 200, 300, 0x2800, ble_att_svr_test_attr_r_1, in TEST_CASE() 1259 conn_handle, 200, 300, 0x2800, ble_att_svr_test_attr_r_1, in TEST_CASE() 1393 rc = ble_hs_test_util_rx_att_read_type_req16(conn_handle, 200, 300, in ble_att_svr_test_misc_read_type() 1543 conn_handle, 200, 300, BLE_ATT_UUID_PRIMARY_SERVICE); in TEST_CASE()
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | adk.c | 167 buffer, size, 300); in rt_usbh_adk_read() 193 (void*)buffer, size, 300); in rt_usbh_adk_write()
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/ |
H A D | config.h | 25 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400}
|
/nrf52832-nimble/rt-thread/examples/kernel/ |
H A D | mbox_send_wait.c | 128 return 300; in _tc_mbox_send_wait()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/syscfg/ |
H A D | syscfg.h | 600 #define MYNEWT_VAL_BLE_RPA_TIMEOUT (300) 809 #define MYNEWT_VAL_BLE_MESH_LPN_POLL_TIMEOUT (300)
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | README | 68 - zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | termios_test.c | 52 BAUD_RATE(300); in _check_baud_rate()
|
/nrf52832-nimble/nordic/nrfx/soc/ |
H A D | nrfx_atomic.c | 37 #if ((__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U))
|
H A D | nrfx_atomic_internal.h | 42 #if ((__CORTEX_M >= 0x03U) || (__CORTEX_SC >= 300U)) == 0
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 371 value: 300
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/ |
H A D | uffs_fileem_wrap.c | 74 {66, 1, 15, 1 << 7}, /* block 66, page 1, offset 300, bit 7 */ \
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll.h | 246 #define BLE_LL_MAFS (300) /* usecs */
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | install-sh | 324 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/syscfg/ |
H A D | syscfg.h | 869 #define MYNEWT_VAL_BLE_RPA_TIMEOUT (300)
|
/nrf52832-nimble/rt-thread/components/drivers/sdio/ |
H A D | mmc.c | 165 * value. For the cards tested, 300ms has proven enough. If necessary, in mmc_get_ext_csd()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/include/syscfg/ |
H A D | syscfg.h | 666 #define MYNEWT_VAL_BLE_RPA_TIMEOUT (300)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | transport.c | 58 * We use 400 since 300 is a common send duration for standard HCI, and we 918 * each packet (default is 300ms). in ack_timeout()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/ |
H A D | makefsdata.c | 57 …ssor contains all the state needed by the low-level compressor so it's a pretty big struct (~300k).
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | pymenuconfig.py | 560 dlg.minsize(500, 300)
|