Home
last modified time | relevance | path

Searched defs:yield (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/freertos/test/
Dtest_isr_latency.c36 BaseType_t yield; in software_isr_using_parameter_vportyield() local
48 BaseType_t yield; in software_isr_using_no_argument_vportyield() local
Dtest_float_in_isr.c24 BaseType_t yield; in software_isr() local
/hal_espressif-3.6.0/components/spi_flash/include/
Desp_spi_flash.h389 spi_flash_os_yield_t yield; /**< yield to the OS during flash erase */ member
Desp_flash.h78 esp_err_t (*yield)(void *arg, uint32_t* out_status); member
Dspi_flash_chip_driver.h195 esp_err_t (*yield)(esp_flash_t *chip, uint32_t wip); member
/hal_espressif-3.6.0/components/driver/
Dsdio_slave.c461 portBASE_TYPE yield = pdFALSE; in sdio_intr_host() local
551 portBASE_TYPE yield = pdFALSE; in sdio_intr_send() local
703 portBASE_TYPE yield = 0; in sdio_intr_recv() local
/hal_espressif-3.6.0/components/usb/
Dusb_host.c189 bool yield = false; in _unblock_client() local
215 bool yield = false; in _unblock_lib() local
275 bool yield = _unblock_lib(in_isr); in notif_callback() local
350 bool yield = _unblock_client(client_obj, in_isr); in pipe_callback() local
Dhcd.c768 …c hcd_port_event_t _intr_hdlr_hprt(port_t *port, usbh_hal_port_event_t hal_port_event, bool *yield) in _intr_hdlr_hprt()
838 static hcd_pipe_event_t _intr_hdlr_chan(pipe_t *pipe, usbh_hal_chan_t *chan_obj, bool *yield) in _intr_hdlr_chan()
920 bool yield = false; in intr_hdlr_main() local
Dusbh.c255 bool yield = false; in default_pipe_callback() local