Searched refs:stop_bits (Results 1 – 7 of 7) sorted by relevance
69 .stop_bits = CYBSP_BT_PLATFORM_CFG_BITS_STOP,
100 uint32_t stop_bits; /**< the size of stop bits */ member
116 channel->PCR_ASCMode = (uint32_t)(((config->stop_bits - 1UL) << USIC_CH_PCR_ASCMode_STPB_Pos) | in XMC_UART_CH_Init()
198 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
465 .stop_bits = 1, in cybt_debug_uart_init()
827 obj->config.stopBits = _cyhal_uart_convert_stopbits((uint8_t)cfg->stop_bits); in cyhal_uart_init()1050 obj->config.stopBits = _cyhal_uart_convert_stopbits((uint8_t)cfg->stop_bits); in cyhal_uart_configure()