Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h735 #define SERCOM_SPI_INTENSET_SSL (_U(0x1) << SERCOM_SPI_INTENSET_SSL_Pos) macro
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h219 ((Sercom *)hw)->SPI.INTENSET.reg = SERCOM_SPI_INTENSET_SSL; in hri_sercomspi_set_INTEN_SSL_bit()
224 return (((Sercom *)hw)->SPI.INTENSET.reg & SERCOM_SPI_INTENSET_SSL) >> SERCOM_SPI_INTENSET_SSL_Pos; in hri_sercomspi_get_INTEN_SSL_bit()
230 ((Sercom *)hw)->SPI.INTENCLR.reg = SERCOM_SPI_INTENSET_SSL; in hri_sercomspi_write_INTEN_SSL_bit()
232 ((Sercom *)hw)->SPI.INTENSET.reg = SERCOM_SPI_INTENSET_SSL; in hri_sercomspi_write_INTEN_SSL_bit()
238 ((Sercom *)hw)->SPI.INTENCLR.reg = SERCOM_SPI_INTENSET_SSL; in hri_sercomspi_clear_INTEN_SSL_bit()