Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_sam.c64 static inline k_spinlock_key_t spi_spin_lock(const struct device *dev) in spi_spin_lock() function
450 key = spi_spin_lock(dev); in spi_sam_rx()
457 key = spi_spin_lock(dev); in spi_sam_rx()
478 key = spi_spin_lock(dev); in spi_sam_tx()
485 key = spi_spin_lock(dev); in spi_sam_tx()
507 key = spi_spin_lock(dev); in spi_sam_txrx()
514 key = spi_spin_lock(dev); in spi_sam_txrx()
Dspi_rtio.c286 static inline k_spinlock_key_t spi_spin_lock(struct spi_rtio *ctx) in spi_spin_lock() function
322 k_spinlock_key_t key = spi_spin_lock(ctx); in spi_rtio_next()