Home
last modified time | relevance | path

Searched full:supported (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/
H A Dsyscalls.c43 /* return "not supported" */ in _execve_r()
51 /* return "not supported" */ in _fcntl_r()
59 /* return "not supported" */ in _fork_r()
67 /* return "not supported" */ in _fstat_r()
83 /* return "not supported" */ in _isatty_r()
91 /* return "not supported" */ in _kill_r()
99 /* return "not supported" */ in _link_r()
192 /* return "not supported" */ in _times_r()
213 /* return "not supported" */ in _wait_r()
263 /* return "not supported" */ in _gettimeofday_r()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_mib2_icmp.c115 case 18: /* icmpOutParmProbs: not supported -> always 0 */ in icmp_get_value()
118 case 19: /* icmpOutSrcQuenchs: not supported -> always 0 */ in icmp_get_value()
121 case 20: /* icmpOutRedirects: not supported -> always 0 */ in icmp_get_value()
130 case 23: /* icmpOutTimestamps: not supported -> always 0 */ in icmp_get_value()
133 case 24: /* icmpOutTimestampReps: not supported -> always 0 */ in icmp_get_value()
136 case 25: /* icmpOutAddrMasks: not supported -> always 0 */ in icmp_get_value()
139 case 26: /* icmpOutAddrMaskReps: not supported -> always 0 */ in icmp_get_value()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_mib2_icmp.c115 case 18: /* icmpOutParmProbs: not supported -> always 0 */ in icmp_get_value()
118 case 19: /* icmpOutSrcQuenchs: not supported -> always 0 */ in icmp_get_value()
121 case 20: /* icmpOutRedirects: not supported -> always 0 */ in icmp_get_value()
130 case 23: /* icmpOutTimestamps: not supported -> always 0 */ in icmp_get_value()
133 case 24: /* icmpOutTimestampReps: not supported -> always 0 */ in icmp_get_value()
136 case 25: /* icmpOutAddrMasks: not supported -> always 0 */ in icmp_get_value()
139 case 26: /* icmpOutAddrMaskReps: not supported -> always 0 */ in icmp_get_value()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml123 supported outgoing segment count (BT_MESH_TX_SEG_MAX).
168 requirement is 2 segments (24 bytes) whereas the maximum supported
174 Maximum number of segments supported for outgoing messages.
241 The contribution of the supported Receive Window used in
299 Receive Window in milliseconds supported by the Friend node.
310 Size of the Subscription List that can be supported by a
443 Supported Output OOB Actions
459 Supported Input OOB Actions
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_spim.h125 * Supported only for hardware controlled Slave Select.*/
247 * @retval NRFX_ERROR_NOT_SUPPORTED If requested configuration is not supported
268 * Post-incrementation of buffer addresses. Supported only by SPIM.
270 * flag if the transfer is triggered externally by PPI. Supported only by SPIM. Use
273 * completion. This also means no interrupt at the end of the transfer. Supported only by SPIM.
288 * transfers are set up when SPIM is not active. Supported only by SPIM.
300 * @retval NRFX_ERROR_NOT_SUPPORTED If the provided parameters are not supported.
333 * @retval NRFX_ERROR_NOT_SUPPORTED If the provided parameters are not supported.
H A Dnrfx_twim.h313 * @note TXRX and TXTX transfers are supported only in non-blocking mode.
316 …TWIM_FLAG_RX_POSTINC<span></span>: Post-incrementation of buffer addresses. Supported only by TWIM.
318 …the transfer. Use this flag if the transfer is triggered externally by PPI. Supported only by TWIM.
326 * when TWIM is not active. Supported only by TWIM.
348 * @retval NRFX_ERROR_NOT_SUPPORTED If the provided parameters are not supported.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dppp.txt7 1 - Supported PPP protocols and features
16 1 Supported PPP protocols and features
19 Supported Low level protocols:
26 Supported auth protocols:
33 Supported address protocols:
37 Supported encryption protocols:
40 Supported compression or miscellaneous protocols, for serial links only:
226 * service_name, PPPoE service name discriminator (not supported yet)
227 * concentrator_name, PPPoE concentrator name discriminator (not supported yet)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dppp.txt7 1 - Supported PPP protocols and features
16 1 Supported PPP protocols and features
19 Supported Low level protocols:
26 Supported auth protocols:
33 Supported address protocols:
37 Supported encryption protocols:
40 Supported compression or miscellaneous protocols, for serial links only:
226 * service_name, PPPoE service name discriminator (not supported yet)
227 * concentrator_name, PPPoE concentrator name discriminator (not supported yet)
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_hci.c218 * Read local supported features
230 * BR/EDR not supported (bit 5) in ble_ll_hci_rd_local_supp_feat()
231 * LE supported (controller) (bit 6) in ble_ll_hci_rd_local_supp_feat()
240 * Read local supported commands
349 /* If phy not supported, return error */ in ble_ll_hci_chk_phy_masks()
428 * let's use host suggestion, unless they exceed max supported values in ble_ll_hci_le_wr_sugg_data_len()
464 * HCI read maximum data length command. Returns the controllers max supported
486 * HCI read local supported features command. Returns the features
487 * supported by the controller.
497 /* Add list of supported features. */ in ble_ll_hci_le_read_local_features()
[all …]
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/
H A Dsfud_def.h83 * all defined supported command
195 SFUD_ERR_NOT_FOUND = 1, /**< not found or not supported */
229 …uint8_t erase_4k; /**< 4 kilobyte erase is supported throughout the dev…
239 } eraser[SFUD_SFDP_ERASE_TYPE_MAX_NUM]; /**< supported eraser types table */
240 …//TODO lots of fast read-related stuff (like modes supported and number of wait states/dummy cycle…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Derrno.h142 #define EPROTONOSUPPORT 93 /* Protocol not supported */
143 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */
144 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
145 #define EPFNOSUPPORT 96 /* Protocol family not supported */
146 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml118 description: 'The maximum supported received PDU size'
121 description: 'The maximum supported transmit PDU size'
192 # Configuration for LL supported features.
198 # about the LL features supported by the controller.
247 policy feature. Currently, this feature is not supported by the
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Derrno.h142 #define EPROTONOSUPPORT 93 /* Protocol not supported */
143 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */
144 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
145 #define EPFNOSUPPORT 96 /* Protocol family not supported */
146 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Darch.h173 #define EPROTONOSUPPORT 93 /* Protocol not supported */
174 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */
175 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
176 #define EPFNOSUPPORT 96 /* Protocol family not supported */
177 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/src/
H A Dsfud_sfdp.c128 …SFUD_INFO("Error: This reversion(V%d.%d) SFDP is not supported.", sfdp->major_rev, sfdp->minor_rev… in read_sfdp_header()
165 … SFUD_INFO("Error: This reversion(V%d.%d) JEDEC basic flash parameter header is not supported.", in read_basic_header()
210 /* get block/sector 4 KB erase supported and command */ in read_basic_table()
215 …SFUD_DEBUG("4 KB Erase is supported throughout the device. Command is 0x%02X.", sfdp->erase_4k_cmd… in read_basic_table()
222 SFUD_INFO("Error: Uniform 4 KB erase supported information error."); in read_basic_table()
299 SFUD_INFO("Error: The flash capacity is grater than 32 Gb/ 4 GB! Not Supported."); in read_basic_table()
365 /* only used when flash supported SFDP */ in sfud_sfdp_get_suitable_eraser()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/
H A Dsyscfg.yml20 description: "Initial supported new alert category bitmask."
24 description: "Initial supported unread alert category bitmask."
/nrf52832-nimble/nordic/nrfx/
H A DREADME.md10 contains definitions of register structures and bitfields for all supported
13 ## Supported SoCs
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/src/
H A Dble_svc_ans.c35 /* Supported categories bitmasks */
85 /** Supported New Alert Catagory
88 * alert are supported in the server.
104 /** Supported Unread Alert Catagory
107 * unread alert are supported in the server.
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Daudio.h55 /* Supported Sampling Rates */
69 /* Supported Bit Rates */
87 /* Supported Mixer Units controls */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dppp_opts.h248 * CBCP_SUPPORT==1: Support CBCP. CURRENTLY NOT SUPPORTED! DO NOT SET!
255 * ECP_SUPPORT==1: Support ECP. CURRENTLY NOT SUPPORTED! DO NOT SET!
262 * DEMAND_SUPPORT==1: Support dial on demand. CURRENTLY NOT SUPPORTED! DO NOT SET!
278 * Currently only supported for PPPoS.
299 /* VJ compression is only supported for TCP over IPv4 over PPPoS. */
/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.
50 SNMP requirement of 484 octets are supported if the
159 Objects located above the .internet hierarchy aren't supported.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dpmap.h14 /* The following procedures are supported by the protocol:
38 * This procedure only is supported on rpc/udp and calls via
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/
H A Dble_phy.c85 /* "Rail" power level if outside supported range */
468 /* "Rail" power level if outside supported range */ in ble_phy_txpwr_set()
493 /* "Rail" power level if outside supported range */ in ble_phy_txpower_round()
591 * Called to return the maximum data pdu payload length supported by the
595 * @return uint8_t Maximum data channel PDU payload size supported
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dppp_opts.h260 * CBCP_SUPPORT==1: Support CBCP. CURRENTLY NOT SUPPORTED! DO NOT SET!
267 * ECP_SUPPORT==1: Support ECP. CURRENTLY NOT SUPPORTED! DO NOT SET!
274 * DEMAND_SUPPORT==1: Support dial on demand. CURRENTLY NOT SUPPORTED! DO NOT SET!
290 * Currently only supported for PPPoS.
311 /* VJ compression is only supported for TCP over IPv4 over PPPoS. */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h78 /** Maximum size of Output OOB supported */
80 /** Supported Output OOB Actions */
83 /* Maximum size of Input OOB supported */
85 /** Supported Input OOB Actions */

12345678910>>...12