Searched refs:stop_bits (Results 1 – 4 of 4) sorted by relevance
116 channel->PCR_ASCMode = (uint32_t)(((config->stop_bits - 1UL) << USIC_CH_PCR_ASCMode_STPB_Pos) | in XMC_UART_CH_Init()
199 uint32_t stop_bits; //!< The number of stop bits (generally 0 or 1) member
232 …uint8_t stop_bits; /**< Number of stop bits. \b Range: minimum= 1, maximum… member
513 obj->config.stopBits = _cyhal_uart_convert_stopbits((uint8_t)cfg->stop_bits); in cyhal_uart_init()680 obj->config.stopBits = _cyhal_uart_convert_stopbits((uint8_t)cfg->stop_bits); in cyhal_uart_configure()