/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/ |
H A D | ble_att.rst | 7 The Attribute Protocol (ATT) is a mid-level protocol that all BLE devices use to exchange data. Dat… 9 must support both the client and server functionality of the ATT protocol. The only devices which d… 10 are the most basic ones: broadcasters and observers (i.e., beaconing devices and listening devices).
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 15 - **Device authentication**: Verification that the two devices have the 24 capabilities of the devices. 27 devices does not have a display capable of displaying a six digit 31 - **Numeric Comparison**: designed for scenarios where both devices are 37 mechanism is used to both discover the devices as well as to exchange
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/ |
H A D | ble_hw.c | 90 * @return int Number of devices allowed in whitelist 99 * Enable the whitelisted devices 108 * Disables the whitelisted devices 220 * @return int Number of devices allowed in resolving list
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | system_nrf51.c | 34 #define __SYSTEM_CLOCK (16000000UL) /*!< nRF51 devices use a fixed System Clock Frequency … 61 https://www.nordicsemi.com/. The side effect of executing these instructions in the devices in SystemInit() 62 that do not need it is that the new peripherals in the second generation devices (LPCOMP for in SystemInit() 78 …following code to eliminate excessive current in sleep mode with RAM retention in nRF51802 devices, in SystemInit()
|
H A D | nrf.h | 48 /* Define NRF52_SERIES for common use in nRF52 series devices. Only if not previously defined. */ 55 /* Define NRF91_SERIES for common use in nRF91 series devices. */
|
H A D | nrf52_to_nrf52840.h | 38 …nt your SW from not compiling with the name changes between nRF51 or nRF52832 and nRF52840 devices. 59 /* The hysteresis control enumerated values has changed name for nRF52840 devices. */
|
H A D | nrf52_to_nrf52810.h | 38 …nt your SW from not compiling with the name changes between nRF51 or nRF52832 and nRF52810 devices.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/ |
H A D | ble_hw.c | 210 * @return int Number of devices allowed in whitelist 219 * Enable the whitelisted devices 229 * Disables the whitelisted devices 234 /* Disable all whitelist devices */ in ble_hw_whitelist_disable() 469 * @return int Number of devices allowed in resolving list
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/ |
H A D | ble_hw.c | 204 * @return int Number of devices allowed in whitelist 213 * Enable the whitelisted devices 223 * Disables the whitelisted devices 228 /* Disable all whitelist devices */ in ble_hw_whitelist_disable() 459 * @return int Number of devices allowed in resolving list
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/devfs/ |
H A D | devfs.c | 22 rt_device_t *devices; member 152 root_dirent->devices = (rt_device_t *)(root_dirent + 1); in dfs_device_fs_open() 160 root_dirent->devices[count] = (rt_device_t)object; in dfs_device_fs_open() 275 object = (rt_object_t)root_dirent->devices[root_dirent->read_index + index]; in dfs_device_fs_getdents()
|
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/ |
H A D | x1000.h | 154 /* AHB0 BUS Devices Base */ 164 /* AHB1 BUS Devices Base */ 177 /* AHB2 BUS Devices Base */ 192 /* APB BUS Devices Base */
|
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/ |
H A D | x1000.h | 139 /* AHB0 BUS Devices Base */ 149 /* AHB1 BUS Devices Base */ 162 /* AHB2 BUS Devices Base */ 175 /* APB BUS Devices Base */
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 31 Bluetooth Mesh defines few features (roles) for devices in network. Those are: 79 - Time and Scenes - defines a set of functionalities related to time and saved states on devices
|
H A D | sample.rst | 17 … have unique Device UUID so config amend and rebuild is needed for each of the devices that will be
|
/nrf52832-nimble/rt-thread/components/drivers/pm/ |
H A D | pm.c | 21 * This function will suspend all registered devices 37 * This function will resume all registered devices 54 * This function will update the frequency of all registered devices 126 /* suspend all of devices with PM feature */ in rt_pm_enter()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/infra/ |
H A D | cyg_type.h | 254 // Define types for access plain, on-the-metal memory or devices. 337 // Secondary block devices may use per-unit configuration data 338 // for e.g. interpreting partition layout. Few devices are expected 339 // to fall into this category. Note that these devices, as well as 340 // some char devices, may not actually be usable until interrupts 343 // Char devices are everything else: serial, ethernet, CAN, ...
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | mmcsd_card.h | 107 * SDIO function devices 163 struct rt_sdio_function *sdio_function[SDIO_MAX_FUNCTIONS + 1]; /* SDIO functions (devices) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | FILES | 22 devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ |
H A D | FILES | 23 devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 8 The TinyCrypt Library provides an implementation for targeting constrained devices 10 serve applications targeting constrained devices, TinyCrypt implementations differ 107 serve applications targeting constrained devices in general. Some of these
|
/nrf52832-nimble/rt-thread/libcpu/avr32/uc3/ |
H A D | exception_gcc.S | 11 * - Supported devices: All AVR32 devices with an INTC module can be used.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_hw.h | 100 /* Disables resolving list devices */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | README | 50 lwIP has grown into an excellent TCP/IP stack for embedded devices,
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | README | 37 lwIP has grown into an excellent TCP/IP stack for embedded devices,
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/ |
H A D | uffs_fileem.c | 96 // check wrap_inited so that multiple devices can share the same driver in femu_InitDevice()
|