Home
last modified time | relevance | path

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

/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/spi/
Dspi_driver.c548 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_write_bytes()
563 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_write_bytes()
597 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_read_bytes()
626 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_clr_tx()
634 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_clr_rx()
660 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_write_bytes_async()
846 spi_hal_disable_tx_fifo_int(hal); in spi_isr_common()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/common/hal/include/
Dspi_hal.h55 #define spi_hal_disable_tx_fifo_int(hal) spi_ll_disable_tx_fifo_int((hal)->hw) macro