Home
last modified time | relevance | path

Searched refs:stop_bits (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.4.0/XMCLib/drivers/src/
Dxmc_uart.c116 channel->PCR_ASCMode = (uint32_t)(((config->stop_bits - 1UL) << USIC_CH_PCR_ASCMode_STPB_Pos) | in XMC_UART_CH_Init()
/hal_infineon-3.4.0/mtb-hal-cat1/include/
Dcyhal_uart.h199 uint32_t stop_bits; //!< The number of stop bits (generally 0 or 1) member
/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_uart.h232 …uint8_t stop_bits; /**< Number of stop bits. \b Range: minimum= 1, maximum… member
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_uart.c513 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()