Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h737 #define SERCOM_SPI_INTENSET_ERROR (_U(0x1) << SERCOM_SPI_INTENSET_ERROR_Pos) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h243 ((Sercom *)hw)->SPI.INTENSET.reg = SERCOM_SPI_INTENSET_ERROR; in hri_sercomspi_set_INTEN_ERROR_bit()
248 …return (((Sercom *)hw)->SPI.INTENSET.reg & SERCOM_SPI_INTENSET_ERROR) >> SERCOM_SPI_INTENSET_ERROR… in hri_sercomspi_get_INTEN_ERROR_bit()
254 ((Sercom *)hw)->SPI.INTENCLR.reg = SERCOM_SPI_INTENSET_ERROR; in hri_sercomspi_write_INTEN_ERROR_bit()
256 ((Sercom *)hw)->SPI.INTENSET.reg = SERCOM_SPI_INTENSET_ERROR; in hri_sercomspi_write_INTEN_ERROR_bit()
262 ((Sercom *)hw)->SPI.INTENCLR.reg = SERCOM_SPI_INTENSET_ERROR; in hri_sercomspi_clear_INTEN_ERROR_bit()