Searched refs:blocked (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/main/ |
D | Kconfig.projbuild | 18 Enable this option will allow the example to be blocked while the EEPROM is working
|
/hal_espressif-3.6.0/components/usb/ |
D | usb_host.c | 100 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/ |
D | wdts.rst | 11 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…
|
D | power_management.rst | 88 - FreeRTOS tasks blocked with finite timeouts
|
/hal_espressif-3.6.0/examples/peripherals/uart/uart_select/ |
D | README.md | 15 sockets, ...) where a ready resource can be served without being blocked by a busy resource.
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | README_legacy.rst | 45 … 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/ |
D | spi_flash_concurrency.rst | 29 … 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/ |
D | adc.rst | 120 …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…
|
D | spi_slave.rst | 86 …em into :cpp:func:`spi_slave_transmit`. The latter two functions will be blocked until the Host ha…
|
D | usb_host.rst | 211 …s as this will result in :cpp:func:`usb_host_client_handle_events` being blocked as well, thus pre…
|
D | spi_master.rst | 147 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/ |
D | wifi.rst | 147 - It is a blocked scan. 662 …blocked one, and the application task will be blocked until the scan is done. The blocked scan is …
|
D | freertos-smp.rst | 266 - Unblocking any blocked tasks that have timed out
|
/hal_espressif-3.6.0/components/freertos/ |
D | History.txt | 493 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
|