Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_spi/
Dmss_spi.h240 volatile uint32_t SLAVE_SELECT; member
Dmss_spi.c347 this_spi->hw_reg->SLAVE_SELECT |= ((uint32_t)1 << (uint32_t)slave); in MSS_SPI_set_slave_select()
380 this_spi->hw_reg->SLAVE_SELECT &= ~((uint32_t)1 << (uint32_t)slave); in MSS_SPI_clear_slave_select()
1300 slave_select = this_spi->hw_reg->SLAVE_SELECT; in recover_from_rx_overflow()
1353 this_spi->hw_reg->SLAVE_SELECT = slave_select; in recover_from_rx_overflow()