Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_sam0.c79 SERCOM_SPI_CTRLB_Type ctrlb = {.reg = 0}; in spi_sam0_configure() local
119 ctrlb.bit.RXEN = 1; in spi_sam0_configure()
126 ctrlb.bit.CHSIZE = 0; in spi_sam0_configure()
133 if (regs->CTRLA.reg != ctrla.reg || regs->CTRLB.reg != ctrlb.reg || in spi_sam0_configure()
138 regs->CTRLB = ctrlb; in spi_sam0_configure()