Home
last modified time | relevance | path

Searched full:non (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_spu.h64 /** @brief SPU Non-Secure Callable (NSC) region size. */
67 NRF_SPU_NSC_SIZE_DISABLED = 0, ///< Not defined as a non-secure callable region.
68 NRF_SPU_NSC_SIZE_32B = 1, ///< Non-Secure Callable region with a 32-byte size
69 NRF_SPU_NSC_SIZE_64B = 2, ///< Non-Secure Callable region with a 64-byte size
70 NRF_SPU_NSC_SIZE_128B = 3, ///< Non-Secure Callable region with a 128-byte size
71 NRF_SPU_NSC_SIZE_256B = 4, ///< Non-Secure Callable region with a 256-byte size
72 NRF_SPU_NSC_SIZE_512B = 5, ///< Non-Secure Callable region with a 512-byte size
73 NRF_SPU_NSC_SIZE_1024B = 6, ///< Non-Secure Callable region with a 1024-byte size
74 NRF_SPU_NSC_SIZE_2048B = 7, ///< Non-Secure Callable region with a 2048-byte size
75 NRF_SPU_NSC_SIZE_4096B = 8 ///< Non-Secure Callable region with a 4096-byte size
[all …]
H A Dnrf_nvmc.h46 * @brief Hardware access layer for managing the Non-Volatile Memory Controller (NVMC) peripheral.
48 * This driver allows writing to the non-volatile memory (NVM) regions
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/
H A Dpts-gap.txt25 TC_BROB_BCST_BV_01_C PASS b adv conn=non
26 TC_BROB_BCST_BV_02_C PASS b adv conn=non
31 b adv conn=non disc=non own_addr_type=rpa_pub
41 TC_DISC_NONM_BV_01_C PASS b adv conn=non disc=non
42 TC_DISC_NONM_BV_02_C PASS b adv conn=und disc=non
46 b adv conn=non disc=ltd
52 b adv conn=non disc=gen
63 verify that PTS has note: "Non discoverable mode"
65 verify that PTS has note: "Non discoverable mode"
84 TC_CONN_NCON_BV_01_C PASS b adv conn=non
[all …]
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc_V6.h83 \brief Get Control Register (non-secure)
84 \details Returns the content of the non-secure Control Register when in secure mode.
85 \return non-secure Control Register value
110 \brief Set Control Register (non-secure)
111 \details Writes the given value to the non-secure Control Register when in secure state.
137 \brief Get IPSR Register (non-secure)
138 \details Returns the content of the non-secure IPSR Register when in secure state.
167 \brief Get APSR Register (non-secure)
168 \details Returns the content of the non-secure APSR Register when in secure state.
197 \brief Get xPSR Register (non-secure)
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/
H A Dext_advertiser.c79 /* use defaults for non-set params */ in start_ext_max_events()
174 /* use defaults for non-set params */ in start_legacy_duration()
226 /* this is simple non-connectable scannable instance using legacy PUDs that
238 /* use defaults for non-set params */ in start_scannable_legacy_ext()
320 /* use defaults for non-set params */ in start_scannable_ext()
369 /* this is simple non-connectable instance that runs forever */
378 /* use defaults for non-set params */ in start_non_connectable_ext()
410 console_printf("instance %u started (non-con non-scan)\n", instance); in start_non_connectable_ext()
/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/porting/nimble/include/hal/
H A Dhal_timer.h86 * @return 0 on success, non-zero error code on failure
117 * @return 0 on success, non-zero error code on failure
130 * @return 0 on success, non-zero error code on failure.
141 * @return 0 on success, non-zero error code on failure.
153 * @return 0 on success, non-zero error code on failure.
/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.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs_id.h44 * 1: non-resolvable private
54 * non-resolvable private) is inferred from the most-significant byte of the
61 * valid static random or non-resolvable
82 * non-resolvable private address. Pass NULL
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/
H A Dstat.h28 #define _FNBIO 0x1000 /* non blocking I/O (sys5 style) */
30 #define _FNONBLOCK 0x4000 /* non blocking I/O (POSIX style) */
31 #define _FNDELAY _FNONBLOCK /* non blocking I/O (4.2 style) */
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/
H A Dunistd.h31 #define _FNBIO 0x1000 /* non blocking I/O (sys5 style) */
33 #define _FNONBLOCK 0x4000 /* non blocking I/O (POSIX style) */
34 #define _FNDELAY _FNONBLOCK /* non blocking I/O (4.2 style) */
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/sys/
H A Dunistd.h33 #define _FNBIO 0x1000 /* non blocking I/O (sys5 style) */
35 #define _FNONBLOCK 0x4000 /* non blocking I/O (POSIX style) */
36 #define _FNDELAY _FNONBLOCK /* non blocking I/O (4.2 style) */
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duip-fw.h120 * A non-error message that indicates that a packet should be
128 * A non-error message that indicates that something went OK.
135 * A non-error message that indicates that a packet was forwarded.
142 * A non-error message that indicates that a zero-length packet
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_uart.h240 * @note @ref NRFX_UART_EVT_TX_DONE event will be generated in non-blocking mode.
257 * The receive buffer pointer is double buffered in non-blocking mode. The secondary
276 * successfully started (in case of non-blocking mode).
279 * in non-blocking mode).
323 * @note @ref NRFX_UART_EVT_TX_DONE event will be generated in non-blocking mode.
333 …* @note Function should be used in blocking mode only. In case of non-blocking mode, an error even…
H A Dnrfx_uarte.h257 * @note @ref NRFX_UARTE_EVT_TX_DONE event will be generated in non-blocking mode.
273 * The receive buffer pointer is double buffered in non-blocking mode. The secondary
292 * in non-blocking mode).
316 * @note @ref NRFX_UARTE_EVT_RX_DONE event will be generated in non-blocking mode.
326 …* @note Function should be used in blocking mode only. In case of non-blocking mode, an error even…
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dnetifapi.h3 * netif API (to be used from non-TCPIP threads)
111 * To be called from non-TCPIP threads
127 * To be called from non-TCPIP threads
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dnetifapi.h3 * netif API (to be used from non-TCPIP threads)
112 * To be called from non-TCPIP threads
144 * To be called from non-TCPIP threads
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_mib2_system.c92 * @param str if non-NULL then copy str pointer
108 * @param ocstr if non-NULL then copy str pointer
150 * @param ocstr if non-NULL then copy str pointer
191 * @param ocstr if non-NULL then copy str pointer
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/src/
H A Dble_svc_ans.c309 * @return 0 on success, non-zero error code otherwise.
337 * @return 0 on success, non-zero error code otherwise.
367 * @return 0 on success, non-zero error code otherwise.
403 * @return 0 on success, non-zer0 error code otherwise.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_mib2_system.c92 * @param str if non-NULL then copy str pointer
108 * @param ocstr if non-NULL then copy str pointer
150 * @param ocstr if non-NULL then copy str pointer
191 * @param ocstr if non-NULL then copy str pointer
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dserial.h54 #define NRZ_NORMAL 0 /* Non Return to Zero : normal mode */
55 #define NRZ_INVERTED 1 /* Non Return to Zero : inverted mode */
/nrf52832-nimble/rt-thread/tools/
H A Dkconfiglib.py162 In this example, A && B && C && D (the prompt condition) needs to be non-n for
178 select*ing* symbol. 'select' does not respect visibility, so non-visible
181 For non-bool/tristate symbols, it only matters whether the visibility is n or
182 non-n: m visibility acts the same as y visibility.
210 sym.visibility is non-0 (non-n) to see whether the user value will have an
225 following the 'next' pointer. Usually, a non-None 'list' pointer indicates a
226 menu or Choice, but menu nodes for symbols can sometimes have a non-None 'list'
1193 # non-choice symbols, as selects don't affect choice
1444 To get the string value of non-bool/tristate symbols, use
1446 all non-bool/tristate symbols have the tristate value 0 (n).
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_hs_id.rst21 | Non-resolvable private (NRPA) | Randomly generated address. …
30 Non-identity addresses are used by devices supporting BLE privacy. A device using the privacy featu…
31 its own address to a newly-generated non-identity address. By cycling its address, the device makes…
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dccm_mode.h42 * 1) Both non-empty payload and associated data (it encrypts and
45 * 2) Non-empty payload and empty associated data (it encrypts and
47 * 3) Non-empty associated data and empty payload (it degenerates to
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dlgpl.txt71 libraries into non-free programs.
84 of an advantage over competing non-free programs. These disadvantages
91 a de-facto standard. To achieve this, non-free programs must be
93 library does the same job as widely used non-free libraries. In this
97 In other cases, permission to use a particular library in non-free
100 non-free programs enables many more people to use the whole GNU

12345678910>>...16