Searched refs:parity_type (Results 1 – 3 of 3) sorted by relevance
300 ul_reg_val |= p_usart_opt->char_length | p_usart_opt->parity_type | in usart_init_rs232()412 ul_reg_val |= p_usart_opt->char_length | p_usart_opt->parity_type | in usart_init_sync_master()450 ul_reg_val |= p_usart_opt->char_length | p_usart_opt->parity_type | in usart_init_sync_slave()578 if (!p_usart_opt || ((p_usart_opt->parity_type != US_MR_PAR_EVEN) && in usart_init_iso7816()579 (p_usart_opt->parity_type != US_MR_PAR_ODD))) { in usart_init_iso7816()614 ul_reg_val |= p_usart_opt->parity_type; in usart_init_iso7816()
107 uint32_t parity_type; member142 uint32_t parity_type; member
114 usart_settings.parity_type = opt->paritytype; in usart_serial_init()