Searched refs:hri_sercomspi_clear_INTFLAG_reg (Results 1 – 3 of 3) sorted by relevance
84 hri_sercomspi_clear_INTFLAG_reg( SERCOM4, SERCOM_SPI_INTFLAG_DRE ); in SpiInOut()94 hri_sercomspi_clear_INTFLAG_reg( SERCOM4, SERCOM_SPI_INTFLAG_RXC ); in SpiInOut()
2590 hri_sercomspi_clear_INTFLAG_reg(hw, SERCOM_SPI_INTFLAG_TXC | SERCOM_SPI_INTFLAG_DRE); in _spi_wait_bus_idle()2661 hri_sercomspi_clear_INTFLAG_reg(hw, SERCOM_SPI_INTFLAG_ERROR); in _spi_err_check()2862 hri_sercomspi_clear_INTFLAG_reg(hw, SERCOM_SPI_INTFLAG_TXC); in _spi_s_sync_is_ss_deactivated()2876 hri_sercomspi_clear_INTFLAG_reg(hw, SERCOM_SPI_INTFLAG_ERROR); in _spi_s_sync_is_error()
409 static inline void hri_sercomspi_clear_INTFLAG_reg(const void *const hw, hri_sercomspi_intflag_reg_… in hri_sercomspi_clear_INTFLAG_reg() function