Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c46 QueueHandle_t rx_cnting_sem; member
163 host->rx_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()
234 if (host->rx_cnting_sem) vSemaphoreDelete(host->rx_cnting_sem); in spi_slave_hd_deinit()
462 ret = xSemaphoreGiveFromISR(host->rx_cnting_sem, &awoken); in spi_slave_hd_append_rx_isr()
594 BaseType_t ret = xSemaphoreTake(host->rx_cnting_sem, timeout); in spi_slave_hd_append_trans()