Home
last modified time | relevance | path

Searched refs:hri_sercomspi_clear_INTFLAG_reg (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/SAMR34/
Dspi-board.c84 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()
/loramac-node-2.7.6/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c2590 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()
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h409 static inline void hri_sercomspi_clear_INTFLAG_reg(const void *const hw, hri_sercomspi_intflag_reg_… in hri_sercomspi_clear_INTFLAG_reg() function