Searched refs:paritytype (Results 1 – 5 of 5) sorted by relevance
285 opt->paritytype > 7 || in usart_init_rs232()302 usart->mr |= opt->paritytype << AVR32_USART_MR_PAR_OFFSET | in usart_init_rs232()337 opt->paritytype > 7 || in usart_init_rs232_tx_only()354 usart->mr |= opt->paritytype << AVR32_USART_MR_PAR_OFFSET | in usart_init_rs232_tx_only()417 opt->paritytype > 7 || in usart_init_sync_master()434 usart->mr |= opt->paritytype << AVR32_USART_MR_PAR_OFFSET | in usart_init_sync_master()470 opt->paritytype > 7 || in usart_init_sync_slave()487 usart->mr |= opt->paritytype << AVR32_USART_MR_PAR_OFFSET | in usart_init_sync_slave()554 opt->paritytype > 1) in usart_init_iso7816()588 usart->mr |= opt->paritytype << AVR32_USART_MR_PAR_OFFSET | in usart_init_iso7816()
138 unsigned char paritytype; member163 unsigned char paritytype; member
145 static int wm_uart_parity_set(TLS_UART_REGS_T *UARTx, TLS_UART_PMODE_T paritytype) in wm_uart_parity_set() argument149 if (paritytype == TLS_UART_PMODE_DISABLED) in wm_uart_parity_set()151 else if (paritytype == TLS_UART_PMODE_EVEN) in wm_uart_parity_set()156 else if (paritytype == TLS_UART_PMODE_ODD) in wm_uart_parity_set()
79 uint32_t paritytype; member104 uart_settings.ul_mode = opt->paritytype; in usart_serial_init()110 usart_settings.parity_type = opt->paritytype; in usart_serial_init()
202 .paritytype = l_parity, in avr32uc3_uart_configure()
Completed in 14 milliseconds