Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/main/
DKconfig.projbuild18 Enable this option will allow the example to be blocked while the EEPROM is working
/hal_espressif-3.6.0/components/usb/
Dusb_host.c100 uint32_t blocked: 1; member
134 uint32_t blocked: 1; member
681 client_obj->dynamic.flags.blocked || in usb_host_client_deregister()
725 client_obj->dynamic.flags.blocked = 1; in usb_host_client_handle_events()
729 client_obj->dynamic.flags.blocked = 0; in usb_host_client_handle_events()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dwdts.rst11 instances where FreeRTOS task switching is blocked for a prolonged period of
18 The interrupt watchdog makes sure the FreeRTOS task switching interrupt isn't blocked for a long ti…
20 can't get any CPU runtime. A blocked task switching interrupt can happen because a program runs int…
Dpower_management.rst88 - FreeRTOS tasks blocked with finite timeouts
/hal_espressif-3.6.0/examples/peripherals/uart/uart_select/
DREADME.md15 sockets, ...) where a ready resource can be served without being blocked by a busy resource.
/hal_espressif-3.6.0/components/spi_flash/
DREADME_legacy.rst45 … initiates a flash write or erase operation, the other CPU is put into a blocked state, and all no…
47 If one CPU initiates a flash write or erase operation, the other CPU is put into a blocked state to…
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dspi_flash_concurrency.rst29 … initiates a flash write or erase operation, the other CPU is put into a blocked state, and all no…
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dadc.rst120 …on when using together, which means the :cpp:func:`adc2_get_raw` may get blocked until Wi-Fi stops…
129 …can not work under Singel Read Mode simultaneously. One of them will get blocked until another one…
Dspi_slave.rst86 …em into :cpp:func:`spi_slave_transmit`. The latter two functions will be blocked until the Host ha…
Dusb_host.rst211 …s as this will result in :cpp:func:`usb_host_client_handle_events` being blocked as well, thus pre…
Dspi_master.rst147 All the tasks that use interrupt transactions can be blocked by the queue. At this point, they will…
/hal_espressif-3.6.0/docs/en/api-guides/
Dwifi.rst147 - It is a blocked scan.
662blocked one, and the application task will be blocked until the scan is done. The blocked scan is …
Dfreertos-smp.rst266 - Unblocking any blocked tasks that have timed out
/hal_espressif-3.6.0/components/freertos/
DHistory.txt493 even if the event the blocked task is waiting for has not occurred, or the
494 blocked task's timeout has not expired.
916 + Ensure tasks that are blocked indefinitely report their state as Blocked
1964 + BUG FIX: Corrected behaviour when tasks that are blocked indefinitely
2015 blocked indefinitely if configINCLUDE_vTaskSuspend is defined.
2246 one task is blocked on a semaphore or queue, the task with the highest