Home
last modified time | relevance | path

Searched full:reliable (Results 1 – 23 of 23) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_rtc.c60 bool reliable; /**< Reliable mode flag. */ member
90 m_cb[p_instance->instance_id].reliable = p_config->reliable; in nrfx_rtc_init()
182 if (m_cb[p_instance->instance_id].reliable) in nrfx_rtc_cc_set()
267 if (m_cb[p_instance->instance_id].reliable) in nrfx_rtc_max_ticks_get()
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_rtc.h100 bool reliable; /**< Reliable mode flag. */ member
108 .reliable = NRFX_RTC_DEFAULT_CONFIG_RELIABLE, \
165 …* behind. If RTCn_CONFIG_RELIABLE is 1 for the given instance, the Reliable mode handles tha…
239 * If Reliable mode is enabled, the provided maximum latency is taken into account
241 * If Reliable mode is disabled, the return value equals the counter resolution.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml251 Enables the Reliable Writes GATT procedure. (0/1)
271 GATT Reliable Write procedure. (0/1)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml153 reliable messages.
159 reliable messages.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DFAQ324 for), using the "gzip" transfer encoding is probably more reliable due to
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gattc.c616 ble_gattc_log_proc_init("write reliable; "); in ble_gattc_log_write_reliable()
3854 * $write reliable *
3901 * write-reliable-characteristic-value proc.
3979 * write-reliable-characteristic-value proc.
4000 * write-reliable-cahracteristic-values proc.
4067 * write-reliable-characteristic-values proc.
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmb.h83 * a low jitter. ASCII is slower and more reliable on slower links (E.g. modems)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_conn_test.c724 /*** Write reliable. */ in TEST_CASE()
H A Dble_gatt_write_test.c725 /* Initiate a write reliable procedure. */ in TEST_CASE()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h438 * Initiates GATT procedure: Reliable Writes. This function consumes the
H A Dble_gap.h812 * *not* a reliable method to restart advertising:
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt75 TCP provides a reliable byte stream to the upper layer protocols. It
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dbtshell.c891 console_printf("characteristic write reliable complete; " in btshell_on_write_reliable()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dopt.h178 * reliable. */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h1265 An Adler-32 checksum is almost as reliable as a CRC32 but can be computed
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h1265 An Adler-32 checksum is almost as reliable as a CRC32 but can be computed
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Dmain.html35 TCP provides a reliable byte stream to the upper layer protocols. It breaks the byte stream into ap…
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dopt.h293 * reliable. */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dopt.h355 * reliable. */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG2564 faster and more reliable communication between api_lib and tcpip.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DCHANGELOG3491 faster and more reliable communication between api_lib and tcpip.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCHANGELOG3708 faster and more reliable communication between api_lib and tcpip.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Dff.c911 sector = 0xFFFFFFFF; /* Invalidate window if data is not reliable */ in move_window()