Searched refs:SCICCR (Results 1 – 3 of 3) sorted by relevance
49 uart->sci_regs->SCICCR.all = 0x0007; in c28x_configure()66 uart->sci_regs->SCICCR.bit.SCICHAR = 4; in c28x_configure()69 uart->sci_regs->SCICCR.bit.SCICHAR = 5; in c28x_configure()72 uart->sci_regs->SCICCR.bit.SCICHAR = 6; in c28x_configure()75 uart->sci_regs->SCICCR.bit.SCICHAR = 7; in c28x_configure()78 uart->sci_regs->SCICCR.bit.SCICHAR = 7; in c28x_configure()84 uart->sci_regs->SCICCR.bit.STOPBITS = 0; in c28x_configure()87 uart->sci_regs->SCICCR.bit.STOPBITS = 1; in c28x_configure()90 uart->sci_regs->SCICCR.bit.STOPBITS = 0; in c28x_configure()100 uart->sci_regs->SCICCR.bit.PARITY = 0; in c28x_configure()[all …]
73 SciaRegs.SCICCR.all =0x0007; // 1 stop bit, No loopback in SCI_open()
226 …union SCICCR_REG SCICCR; // Communications control r… member
Completed in 9 milliseconds