Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi/
A Dspi.c696 enum status_code spi_transceive_buffer_wait( in spi_transceive_buffer_wait() function
780 return spi_transceive_buffer_wait(module, tx_data, rx_data, 1); in spi_transceive_wait()
809 return spi_transceive_buffer_wait(module, NULL, rx_data, length); in spi_read_buffer_wait()
834 return spi_transceive_buffer_wait(module, tx_data, NULL, length); in spi_write_buffer_wait()
A Dspi.h514 enum status_code spi_transceive_buffer_wait(
/bsp/samd21/sam_d2x_asflib/common/services/adp/sam0/
A Dadp_interface_spi.c83 spi_transceive_buffer_wait(&edbg_spi, tx_data, rx_data, length); in adp_interface_transceive()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/
A Dspi.h1339 enum status_code spi_transceive_buffer_wait(
A Dspi.c1093 enum status_code spi_transceive_buffer_wait( in spi_transceive_buffer_wait() function

Completed in 17 milliseconds