/hal_espressif-2.7.6/components/cxx/ |
D | cxx_guards.cpp | 48 uint8_t pending; //!< nonzero if initialization is in progress member 101 } while(g->pending); in wait_for_guard_obj() 125 if (g->pending) { in __cxa_guard_acquire() 143 if (g->pending) { in __cxa_guard_acquire() 165 g->pending = 1; in __cxa_guard_acquire() 183 assert(g->pending && "tried to release a guard which wasn't acquired"); in __cxa_guard_release() 184 g->pending = 0; in __cxa_guard_release() 204 assert(g->pending && "tried to release a guard which is not acquired"); in __cxa_guard_abort() 205 g->pending = 0; in __cxa_guard_abort()
|
/hal_espressif-2.7.6/components/openssl/include/internal/ |
D | ssl_methods.h | 30 read, send, pending, \ argument 43 pending, \
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/ |
D | lpn.c | 246 group_zero(lpn->pending); in clear_friendship() 342 group_zero(lpn->pending); in req_sent() 635 bt_mesh_atomic_test_bit(lpn->pending, i)) { in lpn_group_del() 705 bt_mesh_atomic_set_bit(lpn->pending, i); in sub_update() 713 group_zero(lpn->pending); in sub_update() 721 group_zero(lpn->pending); in sub_update() 914 group_set(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm() 915 group_zero(lpn->pending); in bt_mesh_lpn_friend_sub_cfm() 919 group_clear(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm() 922 if (bt_mesh_atomic_test_and_clear_bit(lpn->pending, i) && in bt_mesh_lpn_friend_sub_cfm()
|
D | net.h | 202 BLE_MESH_ATOMIC_DEFINE(pending, LPN_GROUPS);
|
/hal_espressif-2.7.6/components/driver/ |
D | sdmmc_host.c | 598 uint32_t pending = SDMMC.mintsts.val & 0xFFFF; in sdmmc_isr() local 599 SDMMC.rintsts.val = pending; in sdmmc_isr() 600 event.sdmmc_status = pending; in sdmmc_isr() 606 if (pending != 0 || dma_pending != 0) { in sdmmc_isr()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ucd.c | 626 BOOLEAN pending = FALSE; in l2c_ucd_check_pending_info_req() local 650 pending = TRUE; in l2c_ucd_check_pending_info_req() 665 pending = TRUE; in l2c_ucd_check_pending_info_req() 673 return (pending); in l2c_ucd_check_pending_info_req()
|
/hal_espressif-2.7.6/components/esp_wifi/include/ |
D | esp_mesh.h | 1155 esp_err_t esp_mesh_get_tx_pending(mesh_tx_pending_t *pending); 1166 esp_err_t esp_mesh_get_rx_pending(mesh_rx_pending_t *pending);
|
/hal_espressif-2.7.6/components/nghttp/ |
D | nghttp.rst | 28 **nghttp2_session_send**: Sends pending frames to the remote peer
|
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/ |
D | spi_features.rst | 38 task releases the lock, the lock will also try to resume the ISR if there are pending
|
D | twai.rst | 246 - Load messages pending transmission from the driver's TX queue and write them into the TX buffer.
|
/hal_espressif-2.7.6/docs/en/api-reference/protocols/ |
D | esp_https_server.rst | 16 * "send", "receive" and "pending" function overrides - secure socket handling
|
/hal_espressif-2.7.6/components/app_trace/ |
D | Kconfig | 52 int "Size of the pending data buffer"
|
/hal_espressif-2.7.6/examples/protocols/http_server/ws_echo_server/ |
D | README.md | 71 D (17652) httpd_txrx: httpd_recv_with_opt: pending length = 110
|
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | esp_timer.rst | 12 …ity needs to be built on top of the hardware timer to manage the list of pending events can dispat…
|
D | intr_alloc.rst | 38 interrupt for DevA is still pending, but because the int line never went low (DevA kept it high
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | lwip.rst | 257 - ``FIONREAD`` returns the number of bytes of pending data already received in the socket's network… 305 … default behaviour is to set each timer "on demand" so it is only enabled when an event is pending.
|
D | app_trace.rst | 51 …12 bytes of the recent trace data, so if there is less then 512 bytes of pending data at the momen…
|
D | mesh.rst | 531 …f a sequence number which corresponds to the child node's data packet that is pending transmission.
|
/hal_espressif-2.7.6/components/openssl/library/ |
D | ssl_lib.c | 574 ret = SSL_METHOD_CALL(pending, ssl); in SSL_pending()
|
/hal_espressif-2.7.6/components/mbedtls/ |
D | Kconfig | 251 This allows other code to run on the CPU while an AES operation is pending.
|
/hal_espressif-2.7.6/components/freertos/port/xtensa/ |
D | readme_xtensa.txt | 551 Equal priority interrupts concurrently pending are handled in an
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 359 This value defines in seconds how soon any pending changes are actually
|
/hal_espressif-2.7.6/components/freertos/ |
D | History.txt | 1631 the pending interrupt. 2232 been missed, or a task is moved from the pending ready list into a 2450 + A "pending ready" queue has been introduced that enables interrupts to
|