Home
last modified time | relevance | path

Searched full:standard (Results 1 – 25 of 175) sorted by relevance

1234567

/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dsdio_func_ids.h18 /* Standard SDIO Function Interfaces */
20 #define SDIO_FUNC_CODE_NONE 0x00 /* Not a SDIO standard interface */
21 #define SDIO_FUNC_CODE_UART 0x01 /* SDIO Standard UART */
22 #define SDIO_FUNC_CODE_BT_A 0x02 /* SDIO Type-A for Bluetooth standard interface */
23 #define SDIO_FUNC_CODE_BT_B 0x03 /* SDIO Type-B for Bluetooth standard interface */
24 #define SDIO_FUNC_CODE_GPS 0x04 /* SDIO GPS standard interface */
25 #define SDIO_FUNC_CODE_CAMERA 0x05 /* SDIO Camera standard interface */
26 #define SDIO_FUNC_CODE_PHS 0x06 /* SDIO PHS standard interface */
28 #define SDIO_FUNC_CODE_ATA 0x08 /* Embedded SDIO-ATA standard interface */
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/
H A Dtinycrypt.rst9 with a minimal set of standard cryptography primitives, as listed below. To better
11 from the standard specifications (see the Important Remarks section for some
22 * Standard Specification: NIST FIPS PUB 180-4.
28 * Standard Specification: RFC 2104.
34 * Standard Specification: NIST SP 800-90A.
40 * Standard Specification: NIST FIPS PUB 197.
46 * Standard Specification: NIST SP 800-38A.
52 * Standard Specification: NIST SP 800-38A.
58 * Standard Specification: NIST SP 800-38B.
64 * Standard Specification: NIST SP 800-38C.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Ddef.c19 * @defgroup sys_nonstandard Non-standard functions
21 * lwIP provides default implementations for non-standard functions.
101 * lwIP default implementation for strnstr() non-standard function.
124 * lwIP default implementation for stricmp() non-standard function.
159 * lwIP default implementation for strnicmp() non-standard function.
194 * lwIP default implementation for itoa() non-standard function.
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/
H A Dindex.rst17 Bluetooth Mesh is a new standard from Bluetooth SIG that was released in 2017. It enables many-to-m…
53 - Uses standard GATT service (one for Provisioning and one for Proxy)
66 …d manage network. Mesh Model Specification includes models defininig functionality that is standard
78 - Sensors - defines a standard way of interfacing with sensors
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Ddef.c19 * @defgroup sys_nonstandard Non-standard functions
21 * lwIP provides default implementations for non-standard functions.
101 * lwIP default implementation for strnstr() non-standard function.
124 * lwIP default implementation for stricmp() non-standard function.
159 * lwIP default implementation for strnicmp() non-standard function.
195 * lwIP default implementation for itoa() non-standard function.
H A Daltcp_alloc.c58 /** This standard allocator function creates an altcp pcb for
77 /** This standard allocator function creates an altcp pcb for
/nrf52832-nimble/rt-thread/components/CMSIS/
H A DREADME.txt7 * Project: Cortex Microcontroller Software Interface Standard (CMSIS)
16 The Cortex Microcontroller Software Interface Standard (CMSIS) provides a single standard across al…
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/
H A Dunistd.h14 #define STDIN_FILENO 0 /* standard input file descriptor */
15 #define STDOUT_FILENO 1 /* standard output file descriptor */
16 #define STDERR_FILENO 2 /* standard error file descriptor */
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/sys/
H A Dunistd.h16 #define STDIN_FILENO 0 /* standard input file descriptor */
17 #define STDOUT_FILENO 1 /* standard output file descriptor */
18 #define STDERR_FILENO 2 /* standard error file descriptor */
/nrf52832-nimble/rt-thread/documentation/
H A Droadmap-2.1.0.md9standard. There may be some pits inside. This issue is a big problem, since we chose the open sour…
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h101 NRF_GPIO_PIN_S0S1 = GPIO_PIN_CNF_DRIVE_S0S1, ///< !< Standard '0', standard '1'.
102 NRF_GPIO_PIN_H0S1 = GPIO_PIN_CNF_DRIVE_H0S1, ///< !< High-drive '0', standard '1'.
103 NRF_GPIO_PIN_S0H1 = GPIO_PIN_CNF_DRIVE_S0H1, ///< !< Standard '0', high-drive '1'.
105 NRF_GPIO_PIN_D0S1 = GPIO_PIN_CNF_DRIVE_D0S1, ///< !< Disconnect '0' standard '1'.
107 NRF_GPIO_PIN_S0D1 = GPIO_PIN_CNF_DRIVE_S0D1, ///< !< Standard '0', disconnect '1'.
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dstubs.c30 /* Standard IO device handles. */
35 /* Standard IO device name defines. */
55 /* Register standard Input Output devices. */ in _sys_open()
H A Dlibc_syms.c45 #error "[RT_USING_LIBC] Please use standard libc but not microlib."
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dmemp_std.h5 * 1) MEMPOOL - standard pools
10 * above, then will declare #2 & #3 to be just standard mempools.
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_msd.h98 MSD_CARD_TYPE_SD_V1_X, /**< Ver 1.X Standard Capacity SD Memory Card */
99 …MSD_CARD_TYPE_SD_V2_X, /**< Ver 2.00 or later Standard Capacity SD Memory…
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dindex.rst30 Note that BLE is not compatible with standard Bluetooth.
49 (complaint with the IPv6 or 6LoWPAN standard) to a Bluetooth device
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_msg.h61 this port. Most standard clients won't work if you change this! */
65 /* The remote port the SNMP agent sends traps to. Most standard trap sinks won't
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dmemp_std.h13 * 1) MEMPOOL - standard pools
18 * above, then will declare #2 & #3 to be just standard mempools.
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/src/
H A Dsfud_sfdp.c25 …on: Analyze the SFDP (Serial Flash Discoverable Parameters) which from JESD216/A/B (V1.X) standard.
36 * JEDEC Standard JESD216 Terms and definitions:
49 …ic flash parameter table length is 9 DWORDs (288-bit) on JESD216 (V1.0) initial release standard */
145 …/* The basic parameter header is mandatory, is defined by this standard, and starts at byte offset… in read_basic_header()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsnmp_agent.txt13 This is an old(er) standard but is still widely supported.
23 The standard lwIP stack management information base.
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Dpt-doc.txt148 -# by using standard C constructs, or
156 The standard C implementation requires only two bytes of state per
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dmemp_std.h13 * 1) MEMPOOL - standard pools
18 * above, then will declare #2 & #3 to be just standard mempools.
/nrf52832-nimble/rt-thread/components/libc/
H A DKconfig1 menu "POSIX layer and C standard library"
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/hal/
H A Dbasetype.h8 // Standard types for this architecture.
84 // Define the standard variable sizes
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/
H A Ddialog.h44 * with standard curses. The simplest fix (to make this work with standard

1234567