Home
last modified time | relevance | path

Searched full:after (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-tweak.in25 --enable-after|-E beforeopt option
26 Enable option directly after other option
27 --disable-after|-D beforeopt option
28 Disable option directly after other option
29 --module-after|-M beforeopt option
30 Turn option into module directly after other option
81 local after="$2"
85 sed -e "s:$before:$after:" "$infile" >"$tmpfile"
148 --*-after|-E|-D|-M)
204 --enable-after|-E)
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_twim.h92 bool hold_bus_uninit; ///< Hold pull up state on gpio pins after uninit.
107 #define NRFX_TWIM_FLAG_TX_POSTINC (1UL << 0) /**< TX buffer address incremented after tran…
108 #define NRFX_TWIM_FLAG_RX_POSTINC (1UL << 1) /**< RX buffer address incremented after tran…
109 #define NRFX_TWIM_FLAG_NO_XFER_EVT_HANDLER (1UL << 2) /**< Interrupt after each transfer is suppres…
120 NRFX_TWIM_EVT_ADDRESS_NACK, ///< Error event: NACK received after sending the address.
121 NRFX_TWIM_EVT_DATA_NACK ///< Error event: NACK received after sending a data byte.
263 * after the transfer has completed successfully (allowing
270 * @retval NRFX_ERROR_DRV_TWI_ERR_ANACK If NACK received after sending the address in polling mode.
271 * @retval NRFX_ERROR_DRV_TWI_ERR_DNACK If NACK received after sending a data byte in polling mode.
296 …* @retval NRFX_ERROR_DRV_TWI_ERR_ANACK If NACK received after sending the address in polling mo…
[all …]
H A Dnrfx_twi.h86 bool hold_bus_uninit; ///< Hold pull up state on gpio pins after uninit.
101 #define NRFX_TWI_FLAG_NO_XFER_EVT_HANDLER (1UL << 2) /**< Interrupt after each transfer is suppress…
110 NRFX_TWI_EVT_ADDRESS_NACK, ///< Error event: NACK received after sending the address.
111 NRFX_TWI_EVT_DATA_NACK ///< Error event: NACK received after sending a data byte.
246 * after the transfer has completed successfully (allowing
252 * @retval NRFX_ERROR_DRV_TWI_ERR_ANACK If NACK received after sending the address in polling mode.
253 * @retval NRFX_ERROR_DRV_TWI_ERR_DNACK If NACK received after sending a data byte in polling mode.
276 …* @retval NRFX_ERROR_DRV_TWI_ERR_ANACK If NACK received after sending the address in polling mo…
277 …* @retval NRFX_ERROR_DRV_TWI_ERR_DNACK If NACK received after sending a data byte in polling mo…
296 …* - @ref NRFX_TWI_FLAG_NO_XFER_EVT_HANDLER<span></span>: No user event handler after transfer comp…
[all …]
H A Dnrfx_nfct.h212 * After uninitialization, the instance is in disabled state.
219 * After this function completes, NFC readers are able to detect the tag.
226 * After this function returns, NFC readers are no longer able to connect
338 * - 79. NFCT: A false EVENTS_FIELDDETECTED event occurs after the field is lost.
340 …* To implement the first workaround, an instance of NRF_TIMER is used. After the NFC field is dete…
343 * after the field is turned off. Note that the NFCT register configuration is restored to defaults.
354 * To implement this workaround, an instance of NRF_TIMER is used. After the NFC field is detected,
355 * the timing module measures the necessary waiting period after which NFCT can be activated.
H A Dnrfx_usbd.h139 WAKEUP signal after exiting low power mode. */
398 * After calling this function USBD peripheral would be enabled.
402 * program after enabling USBD driver HFINT would be used for the USBD peripheral.
416 * After calling this function USBD peripheral would be disabled.
425 * After calling this function USBD peripheral should be fully functional
428 * Also only after calling this function host sees new connected device.
442 * after first transmission.
455 * would force it to enumerate device after calling @ref nrfx_usbd_start.
491 * After successful call of this function most of the USBD registers would be unavailable.
504 * After calling this function all the USBD registers would be available.
[all …]
H A Dnrfx_qspi.h158 * - interrupt mode (with handler) - event emission occurs after the last operation
181 * - interrupt mode (with handler) - event emission occurs after the last operation
184 * after executing the write function.
208 * - interrupt mode (with handler) - event emission occurs after the last operation
211 * after executing the erase function.
H A Dnrfx_spim.h121 uint8_t ss_duration; ///< Slave Select duration before and after transmission.
160 #define NRFX_SPIM_FLAG_TX_POSTINC (1UL << 0) /**< TX buffer address incremented after tran…
161 #define NRFX_SPIM_FLAG_RX_POSTINC (1UL << 1) /**< RX buffer address incremented after tran…
162 #define NRFX_SPIM_FLAG_NO_XFER_EVT_HANDLER (1UL << 2) /**< Interrupt after each transfer is suppres…
272 * - @ref NRFX_SPIM_FLAG_NO_XFER_EVT_HANDLER<span></span>: No user event handler after transfer
282 * @ref NRFX_SPIM_FLAG_NO_XFER_EVT_HANDLER, and @ref NRFX_SPIM_FLAG_REPEATED_XFER. After the
H A Dnrfx_uart.h160 * This function configures and enables UART. After this function GPIO pins are controlled by UART.
258 * buffer can be set immediately after starting the transfer and will be filled
267 * working, so after handling the error, an immediate repeated call to this nrfx_uart_rx()
314 * This function must be called to close the receiver after it has been explicitly enabled by
334 * generated. Function clears error sources after reading.
H A Dnrfx_pdm.h171 * When this function is called, the PDM interface is stopped after finishing
173 * The event handler function might be called once more after calling this function.
183 * Call this function after every buffer request event.
/nrf52832-nimble/rt-thread/components/drivers/include/ipc/
H A Dringblk_buf.h28 /* unused status when first initialize or after blk_free() */
30 /* initialized status after blk_alloc() */
32 /* put status after blk_put() */
34 /* get status after blk_get() */
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/
H A Dqconf.h126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() argument
137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dsha256.h98 * @warning The state buffer 'leftover' is left in memory after processing
100 * buffer, remind to erase it after the data has been processed
117 * @warning The state buffer 'leftover' is left in memory after processing
119 * buffer, remind to erase it after the data has been processed
H A Dcmac_mode.h133 * @return returns TC_CRYPTO_SUCCESS (1) after having configured the CMAC state
147 * @return returns TC_CRYPTO_SUCCESS (1) after having configured the CMAC state
157 * @return returns TC_CRYPTO_SUCCESS (1) after having initialized the CMAC state
167 * @return returns TC_CRYPTO_SUCCESS (1) after successfully updating the CMAC state
180 * @return returns TC_CRYPTO_SUCCESS (1) after successfully generating the tag
/nrf52832-nimble/rt-thread/examples/libc/
H A Dfile.c177 printf("%d: content after fseek(,,SEEK_SET) wrong\n", __LINE__); in libc_fseek()
204 printf("%d: content after fseeko(,,SEEK_SET) wrong\n", __LINE__); in libc_fseek()
231 printf("%d: content after fseek(,,SEEK_SET) wrong\n", __LINE__); in libc_fseek()
258 printf("%d: content after fseeko(,,SEEK_SET) wrong\n", __LINE__); in libc_fseek()
285 printf("%d: content after fseek(,,SEEK_SET) wrong\n", __LINE__); in libc_fseek()
312 printf("%d: content after fseeko(,,SEEK_SET) wrong\n", __LINE__); in libc_fseek()
363 printf("%d: fseek() after write characters failed\n", __LINE__); in libc_fseek()
377 printf("%d: fstat64() after fseeko() failed\n\n", __LINE__); in libc_fseek()
424 printf("%d: fseek after ungetc failed\n", __LINE__); in libc_fseek()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h154 progress reports. After compression, total_in holds the total size of
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
269 and with zero avail_out, it must be called again after making room in the
279 avail_in is zero after the call if enough output space has been provided
300 more input data, until it returns with Z_STREAM_END or an error. After
304 Z_FINISH can be used immediately after deflateInit if all the compression
387 example when the output buffer is full (avail_out == 0), or after each
389 must be called again after making room in the output buffer because there
396 zlib or gzip format, this will cause inflate() to return immediately after
405 plus 128 if inflate() returned immediately after decoding an end-of-block
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h154 progress reports. After compression, total_in holds the total size of
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
269 and with zero avail_out, it must be called again after making room in the
279 avail_in is zero after the call if enough output space has been provided
300 more input data, until it returns with Z_STREAM_END or an error. After
304 Z_FINISH can be used immediately after deflateInit if all the compression
387 example when the output buffer is full (avail_out == 0), or after each
389 must be called again after making room in the output buffer because there
396 zlib or gzip format, this will cause inflate() to return immediately after
405 plus 128 if inflate() returned immediately after decoding an end-of-block
[all …]
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_cputime.h89 /** evaluates to true if t1 is after t2 in time */
91 /** evaluates to true if t1 is after t2 in time */
93 /** evaluates to true if t1 is on or after t2 in time */
97 * Initialize the cputime module. This must be called after os_init is called
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h169 * This is intended to be called after the bt_mesh_prov input callback
180 * This is intended to be called after the bt_mesh_prov input callback
254 * After calling this API, the node will not automatically advertise as
273 * After calling this API, the node will not automatically advertise as
303 * network in flash, i.e. if the network was restored after calling
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dmdns.txt62 Call mdns_resp_restart() every time the network interface comes up after being
63 down, for example cable connected after being disconnected, administrative
64 interface comes up after being down, or the device wakes up from sleep.
/nrf52832-nimble/packages/NimBLE-latest/
H A DCODING_STANDARDS.md53 * Put space after keywords (for, if, return, switch, while).
101 * After a function declaration, the braces should be on a newline, i.e. do:
210 * No spaces after function names when calling a function, i.e, do:
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsavannah.txt58 after which you can edit your local files with bug fixes or new features and
75 'merged_from_A_to_B'. After merging, the tag is moved in the
78 IMPORTANT: AFTER COMMITTING A SUCCESFUL MERGE IN THE
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_sync_cb.rst10 occurs in under a second after the application starts. An application
28 drops all BLE connections and loses sync with the controller. After a
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_conn.c451 * passes after a partial packet is received, the connection is in ble_hs_conn_timer()
459 * handle so it can be terminated after the mutex is in ble_hs_conn_timer()
475 * time passes after a prep write is received, the queue is in ble_hs_conn_timer()
481 * handle so it can be terminated after the mutex is in ble_hs_conn_timer()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dmqtt.h118 * client has connected to the server after initiating a mqtt connection attempt by
143 * @param data User data, pointed object, data may not be referenced after callback return,
158 * @param topic Zero terminated Topic text string, topic may not be referenced after callback return
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dmqtt.h94 * client has connected to the server after initiating a mqtt connection attempt by
119 * @param data User data, pointed object, data may not be referenced after callback return,
134 * @param topic Zero terminated Topic text string, topic may not be referenced after callback return

12345678910>>...19