Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c45 QueueHandle_t tx_cnting_sem; member
162 host->tx_cnting_sem = xSemaphoreCreateCounting(config->queue_size, config->queue_size); in spi_slave_hd_init()
164 if (!host->tx_cnting_sem || !host->rx_cnting_sem) { in spi_slave_hd_init()
233 if (host->tx_cnting_sem) vSemaphoreDelete(host->tx_cnting_sem); in spi_slave_hd_deinit()
422 ret = xSemaphoreGiveFromISR(host->tx_cnting_sem, &awoken); in spi_slave_hd_append_tx_isr()
588 BaseType_t ret = xSemaphoreTake(host->tx_cnting_sem, timeout); in spi_slave_hd_append_trans()