Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/SAMR34/
Dspi-board.c80 while( ( SERCOM_SPI_INTFLAG_DRE & hri_sercomspi_read_INTFLAG_reg( SERCOM4 ) ) == 0 ) in SpiInOut()
90 while( ( SERCOM_SPI_INTFLAG_RXC & hri_sercomspi_read_INTFLAG_reg( SERCOM4 ) ) == 0 ) in SpiInOut()
/loramac-node-2.7.6/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c2688 uint32_t iflag = hri_sercomspi_read_INTFLAG_reg(hw); in _spi_m_sync_trans()
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h404 static inline hri_sercomspi_intflag_reg_t hri_sercomspi_read_INTFLAG_reg(const void *const hw) in hri_sercomspi_read_INTFLAG_reg() function