Home
last modified time | relevance | path

Searched full:extended (Results 1 – 25 of 103) sorted by relevance

12345

/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_mempool.h77 * Indicates an extended mempool. Address can be safely cast to
86 * whenever a block is freed to the corresponding extended mempool. Note: The
91 * @param ome The extended mempool that a block is being
177 * Initializes an extended memory pool. Extended attributes (e.g., callbacks)
181 * @param mpe The extended memory pool to initialize.
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_api.rst78 With Extended Advertising enabled (should be executed after advertise-configure):
84 With Extended Advertising disabled:
95 With Extended Advertising enabled:
102 With Extended Advertising disabled:
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DFEATURES9 - Extended features: IP forwarding over multiple network interfaces
10 - Extended TCP features: congestion control, RTT estimation and fast recovery/fast retransmit, send…
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml200 # NOTE: 'the' controller always supports extended reject indicate and thus
246 This option is used to enable/disable the extended scanner filter
269 This option is used to enable/disable support for Extended
270 Advertising Feature. That means extended scanner, advertiser
/nrf52832-nimble/nordic/nrfx/
H A DCHANGELOG.md73 - Extended HALs for GPIO, PPI, SAADC, and USBD.
99 - Extended input pin configuration in the GPIOTE driver.
117 - Added extended SPIM support.
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dmem.c25 * Generic mempool allocation function. Used with basic and extended mempools.
87 * Mallocs a block of memory and initializes an extended mempool to use it.
89 * @param mpe The extended mempool to initialize.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_startup.c258 * 0x0000000000001000 LE Extended Advertising Report Event in ble_hs_startup_le_set_evmask_tx()
259 * 0x0000000000010000 LE Extended Scan Timeout Event in ble_hs_startup_le_set_evmask_tx()
260 * 0x0000000000020000 LE Extended Advertising Set Terminated Event in ble_hs_startup_le_set_evmask_tx()
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dhci_common.h503 /* --- LE set extended advertising parameters (OCF 0x0036) */
520 /* --- LE set extended advertising data (OCF 0x0037) */
531 /* --- LE set extended scan response data (OCF 0x0038) */
541 /* --- LE set extended advertising enable (OCF 0x0039) */
562 /* --- LE set extended scan parameters (OCF 0x0041) */
567 /* --- LE set extended scan enable (OCF 0x0042) */
570 /* --- LE extended create connection (OCF 0x0043) */
987 /* LE Extended Advertising Report Event */
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_scan.h239 /* Initialize the extended scanner when we start initiating */
244 /* Called to parse extended advertising*/
H A Dble_ll_hci.h60 /* Returns true if Extended Advertising HCI commands are in use */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/makefsdata/
H A Dreadme.txt4 There is also a plain C console application doing the same and extended a bit.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/
H A Dreadme.txt4 There is also a plain C console application doing the same and extended a bit.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2.h122 they really need them extended, it's simple enough to add support for
190 they really need them extended, it's simple enough to add support for
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_asn1.c64 /* extended format is not used by SNMP so we do not accept those values */ in snmp_ans1_enc_tlv()
68 …/* any other value as auto is not accepted for type (we always use one byte because extended synta… in snmp_ans1_enc_tlv()
99 data = 0x80 | length_bytes_required; /* extended length definition, 1 length byte follows */ in snmp_ans1_enc_tlv()
365 /* extended format is not used by SNMP so we do not accept those values */ in snmp_asn1_dec_tlv()
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Ddcr_gcc.S58 * XO = extended opcode - 323
103 * XO = extended opcode - 451
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/
H A Dsyscfg.yml30 # Enable Extended Advertising
H A Dpkg.yml21 pkg.description: Extended Advertising sample application.
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_simd.h1417 \param [in] x values added to the sign-extended to 16-bit values.
1418 \param [in] y two 8-bit values to be extracted and sign-extended.
1420 val2[23:16] have been extracted and sign-extended prior to the addition.
1435 \param [in] x values added to the zero-extended to 16-bit values.
1436 \param [in] y two 8-bit values to be extracted and zero-extended.
1438 val2[23:16] have been extracted and zero-extended prior to the addition.
1452 \param [in] x two 8-bit values in val[7:0] and val[23:16] to be sign-extended.
1453 \return the 8-bit values sign-extended to 16-bit values.\n
1454 sign-extended value of val[7:0] in the low halfword of the return value.\n
1455 sign-extended value of val[23:16] in the high halfword of the return value.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_asn1.c64 /* extended format is not used by SNMP so we do not accept those values */ in snmp_ans1_enc_tlv()
68 …/* any other value as auto is not accepted for type (we always use one byte because extended synta… in snmp_ans1_enc_tlv()
99 data = 0x80 | length_bytes_required; /* extended length definition, 1 length byte follows */ in snmp_ans1_enc_tlv()
432 /* extended format is not used by SNMP so we do not accept those values */ in snmp_asn1_dec_tlv()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A D00history.txt122 Added proper case conversion to extended character.
160 Extended format syntax of f_printf().
/nrf52832-nimble/packages/NimBLE-latest/nimble/
H A Dsyscfg.yml51 This enables extended advertising feature.
/nrf52832-nimble/rt-thread/components/drivers/sdio/
H A Dmmc.c116 * Read extended CSD.
183 * Decode extended CSD.
487 * Fetch and process extended CSD. in mmcsd_mmc_init_card()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/option/
H A Dccsbcs.c313 /* Latin Extended-A */ in ff_wtoupper()
315 /* Latin Extended-B */ in ff_wtoupper()
335 /* Latin Extended Additional */ in ff_wtoupper()
337 /* Greek Extended */ in ff_wtoupper()
349 /* Latin Extended-C */ in ff_wtoupper()
/nrf52832-nimble/packages/NimBLE-latest/
H A DREADME.md137 [ ] Extended Advertising Feature Support
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dasm.h212 * Some cp0 registers were extended to 64bit for MIPS III.

12345