Home
last modified time | relevance | path

Searched full:whether (Results 1 – 25 of 1167) sorted by relevance

12345678910>>...47

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_ppi.c26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
60 * @brief Check whether a channel is a programmable channel and can be used by an application.
74 * @brief Check whether channels can be used by an application.
89 * @brief Check whether a channel can be used by an application.
103 * @brief Check whether a channel group can be used by an application.
118 * @brief Check whether a channel is allocated.
163 * @brief Check whether a group is allocated.
H A Dnrfx_nfct.c26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
107 /* Macro for checking whether the NFCT interrupt is active. */
128 …* @brief Internal auxiliary function for checking whether the program is running on the NRF52840 c…
140 …* @brief Internal auxiliary function for checking whether the program is running on the first samp…
154 …* @brief Internal auxiliary function for checking whether the program is running on the final vers…
311 // Start the timer second time to validate whether the tag has locked to the field. in nrfx_nfct_activate_check()
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Dcontext_gcc.S59 cmpi cr0,0,r4,0x0 /* whether is 0 */
69 cmpi cr0,0,r3,0x0 /* whether is 0 */
167 cmpi cr0,0,r6,0x1 /* whether is 1 */
194 cmpi cr0,0,r6,0x1 /* whether is 1 */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml42 Specifies whether the host can depend on the kernel being present.
97 Whether to collapse incoming L2CAP fragments into a minimal set of
137 Whether the out-of-band pairing algorithm is advertised. (0/1)
145 Whether man-in-the-middle protection is advertised during
150 Whether keypress support is advertised during pairing. (0/1)
399 Whether to enable host-side flow control. This should only be
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dlgpl.txt23 can use it too, but we suggest you first think carefully about whether
40 For example, if you distribute copies of the library, whether gratis
73 When a program is linked with a library, whether statically or using
147 writing it). Whether that is true depends on what the Library does
255 Whether this is true is especially significant if the work can be
262 file is unrestricted, regardless of whether it is legally a derivative
269 whether or not they are linked directly with the Library itself.
376 conditions are imposed on you (whether by court order, agreement or
/nrf52832-nimble/rt-thread/
H A DLICENSE19 direction or management of such entity, whether by contract or
35 "Work" shall mean the work of authorship, whether in Source or
40 "Derivative Works" shall mean any work, whether in Source or Object
154 whether in tort (including negligence), contract, or otherwise,
/nrf52832-nimble/packages/NimBLE-latest/
H A DLICENSE19 direction or management of such entity, whether by contract or
35 "Work" shall mean the work of authorship, whether in Source or
40 "Derivative Works" shall mean any work, whether in Source or Object
154 whether in tort (including negligence), contract, or otherwise,
/nrf52832-nimble/rt-thread/components/vbus/share_hdr/
H A Dvbus_api.h37 /* whether the writer is blocked on this ring. For RTT, it means the
41 * Note that we don't record whether there are reading thread blocked. When
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Decc_platform_specific.h21 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
50 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
H A Decc_dh.h24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
53 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
H A Decc_dsa.h24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
54 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h568 * Whether the received command is a notification or an
601 * Whether the transmitted command is a notification or an
633 /** Whether the peer was previously subscribed to notifications. */
636 /** Whether the peer is currently subscribed to notifications. */
639 /** Whether the peer was previously subscribed to indications. */
642 /** Whether the peer is currently subscribed to indications. */
827 * Indicates whether an advertisement procedure is currently in progress.
970 * Indicates whether a discovery procedure is currently in progress.
1088 * Indicates whether a connect procedure is currently in progress.
H A Dble_hs_id.h81 * whether the retrieved address is a
113 * @param privacy (0/1) Whether to use a private address.
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/
H A DLICENSE32 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
57 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Decc_platform_specific.c21 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
50 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
H A Dhmac.c27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
70 * adversaries would be able to learn whether the key_size is in tc_hmac_set_key()
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dringbuffer.c57 /* whether has enough space */ in rt_ringbuffer_put()
160 /* whether has enough data */ in rt_ringbuffer_get()
203 /* whether has enough space */ in rt_ringbuffer_putchar()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dip6_zone.h75 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
161 * Determine whether an IPv6 address has a constrained scope, and as such is
203 * Test whether an IPv6 address is "zone-compatible" with a network interface.
204 * That is, test whether the network interface is part of the zone associated
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/
H A Duip_netif.h22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
68 /** whether the network interface is 'up'. this is
69 * a software flag used to control whether this network
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_nfct.h26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
200 …FIG_PARITY = NFCT_TXD_FRAMECONFIG_PARITY_Msk, /**< Indicates whether parity is added i…
201 …FIG_DISCARD_START = NFCT_TXD_FRAMECONFIG_DISCARDMODE_Msk, /**< Indicates whether unused bits are d…
202 …FIG_SOF = NFCT_TXD_FRAMECONFIG_SOF_Msk, /**< Indicates whether SoF symbol is add…
203 …FIG_CRC16 = NFCT_TXD_FRAMECONFIG_CRCMODETX_Msk /**< Indicates whether CRC is added in t…
211 …NRF_NFCT_RX_FRAME_CONFIG_PARITY = NFCT_RXD_FRAMECONFIG_PARITY_Msk, /**< Indicates whether parity…
212 …NRF_NFCT_RX_FRAME_CONFIG_SOF = NFCT_RXD_FRAMECONFIG_SOF_Msk, /**< Indicates whether SoF sy…
213 …NRF_NFCT_RX_FRAME_CONFIG_CRC16 = NFCT_RXD_FRAMECONFIG_CRCMODERX_Msk /**< Indicates whether CRC is…
H A Dnrf_adc.h26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
207 * @brief Function for checking whether the ADC is busy.
209 * This function checks whether the ADC converter is busy with a conversion.
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/
H A Dmb_m.c24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
373 /* Get whether the Modbus Master is run in master mode.*/
378 /* Set whether the Modbus Master is run in master mode.*/
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A Dconfigure1679 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1717 # Try to link conftest.$ac_ext, and return whether this succeeded.
1763 # Tests whether HEADER exists and can be compiled using the include files in
1794 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1831 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1873 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1940 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1978 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2015 # Try to link conftest.$ac_ext, and return whether this succeeded.
2061 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Decp.c27 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
55 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dmagic.h38 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
64 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

12345678910>>...47