Home
last modified time | relevance | path

Searched refs:SERCOM_SPI_CTRLA_CPOL (Results 1 – 18 of 18) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/spi/
A Dspi.h517 SPI_TRANSFER_MODE_2 = SERCOM_SPI_CTRLA_CPOL,
519 SPI_TRANSFER_MODE_3 = SERCOM_SPI_CTRLA_CPHA | SERCOM_SPI_CTRLA_CPOL,
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dsercom.h246 #define SERCOM_SPI_CTRLA_CPOL (0x1ul << SERCOM_SPI_CTRLA_CPOL_Pos) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dsercom.h256 #define SERCOM_SPI_CTRLA_CPOL (0x1ul << SERCOM_SPI_CTRLA_CPOL_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsercom.h206 #define SERCOM_SPI_CTRLA_CPOL (_U_(0x1) << SERCOM_SPI_CTRLA_CPOL_Pos) macro
/bsp/microchip/same54/bsp/include/component/
A Dsercom.h206 #define SERCOM_SPI_CTRLA_CPOL (_U_(0x1) << SERCOM_SPI_CTRLA_CPOL_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dsercom.h206 #define SERCOM_SPI_CTRLA_CPOL (_U_(0x1) << SERCOM_SPI_CTRLA_CPOL_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dsercom.h206 #define SERCOM_SPI_CTRLA_CPOL (_U_(0x1) << SERCOM_SPI_CTRLA_CPOL_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dsercom.h234 #define SERCOM_SPI_CTRLA_CPOL SERCOM_SPI_CTRLA_CPOL_Msk /**< \de… macro
/bsp/microchip/samc21/bsp/hri/
A Dhri_sercom_c21.h2552 ((Sercom *)hw)->SPI.CTRLA.reg |= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_set_CTRLA_CPOL_bit()
2561 tmp = (tmp & SERCOM_SPI_CTRLA_CPOL) >> SERCOM_SPI_CTRLA_CPOL_Pos; in hri_sercomspi_get_CTRLA_CPOL_bit()
2570 tmp &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_write_CTRLA_CPOL_bit()
2580 ((Sercom *)hw)->SPI.CTRLA.reg &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_clear_CTRLA_CPOL_bit()
2588 ((Sercom *)hw)->SPI.CTRLA.reg ^= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_toggle_CTRLA_CPOL_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_sercom_l10.h2574 ((Sercom *)hw)->SPI.CTRLA.reg |= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_set_CTRLA_CPOL_bit()
2583 tmp = (tmp & SERCOM_SPI_CTRLA_CPOL) >> SERCOM_SPI_CTRLA_CPOL_Pos; in hri_sercomspi_get_CTRLA_CPOL_bit()
2592 tmp &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_write_CTRLA_CPOL_bit()
2602 ((Sercom *)hw)->SPI.CTRLA.reg &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_clear_CTRLA_CPOL_bit()
2610 ((Sercom *)hw)->SPI.CTRLA.reg ^= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_toggle_CTRLA_CPOL_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_sercom_d51.h2600 ((Sercom *)hw)->SPI.CTRLA.reg |= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_set_CTRLA_CPOL_bit()
2609 tmp = (tmp & SERCOM_SPI_CTRLA_CPOL) >> SERCOM_SPI_CTRLA_CPOL_Pos; in hri_sercomspi_get_CTRLA_CPOL_bit()
2618 tmp &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_write_CTRLA_CPOL_bit()
2628 ((Sercom *)hw)->SPI.CTRLA.reg &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_clear_CTRLA_CPOL_bit()
2636 ((Sercom *)hw)->SPI.CTRLA.reg ^= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_toggle_CTRLA_CPOL_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_sercom_e54.h2600 ((Sercom *)hw)->SPI.CTRLA.reg |= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_set_CTRLA_CPOL_bit()
2609 tmp = (tmp & SERCOM_SPI_CTRLA_CPOL) >> SERCOM_SPI_CTRLA_CPOL_Pos; in hri_sercomspi_get_CTRLA_CPOL_bit()
2618 tmp &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_write_CTRLA_CPOL_bit()
2628 ((Sercom *)hw)->SPI.CTRLA.reg &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_clear_CTRLA_CPOL_bit()
2636 ((Sercom *)hw)->SPI.CTRLA.reg ^= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_toggle_CTRLA_CPOL_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_sercom_d51.h2600 ((Sercom *)hw)->SPI.CTRLA.reg |= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_set_CTRLA_CPOL_bit()
2609 tmp = (tmp & SERCOM_SPI_CTRLA_CPOL) >> SERCOM_SPI_CTRLA_CPOL_Pos; in hri_sercomspi_get_CTRLA_CPOL_bit()
2618 tmp &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_write_CTRLA_CPOL_bit()
2628 ((Sercom *)hw)->SPI.CTRLA.reg &= ~SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_clear_CTRLA_CPOL_bit()
2636 ((Sercom *)hw)->SPI.CTRLA.reg ^= SERCOM_SPI_CTRLA_CPOL; in hri_sercomspi_toggle_CTRLA_CPOL_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/sercom/
A Dhpl_sercom.c2268 ctrla &= ~(SERCOM_SPI_CTRLA_CPOL | SERCOM_SPI_CTRLA_CPHA); in _spi_set_mode()
/bsp/microchip/samc21/bsp/hpl/sercom/
A Dhpl_sercom.c2315 ctrla &= ~(SERCOM_SPI_CTRLA_CPOL | SERCOM_SPI_CTRLA_CPHA); in _spi_set_mode()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/sercom/
A Dhpl_sercom.c2268 ctrla &= ~(SERCOM_SPI_CTRLA_CPOL | SERCOM_SPI_CTRLA_CPHA); in _spi_set_mode()
/bsp/microchip/saml10/bsp/hpl/sercom/
A Dhpl_sercom.c2268 ctrla &= ~(SERCOM_SPI_CTRLA_CPOL | SERCOM_SPI_CTRLA_CPHA); in _spi_set_mode()
/bsp/microchip/same54/bsp/hpl/sercom/
A Dhpl_sercom.c2341 ctrla &= ~(SERCOM_SPI_CTRLA_CPOL | SERCOM_SPI_CTRLA_CPHA); in _spi_set_mode()

Completed in 242 milliseconds