Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-template-cat1/files/wiced_bluetooth/
Dcybsp_bt_config.c69 .stop_bits = CYBSP_BT_PLATFORM_CFG_BITS_STOP,
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/include/
Dcybt_platform_config.h100 uint32_t stop_bits; /**< the size of stop bits */ member
/hal_infineon-latest/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-latest/mtb-hal-cat1/include/
Dcyhal_uart.h198 uint32_t stop_bits; //!< The number of stop bits (generally 0 or 1) member
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_uart.h232 …uint8_t stop_bits; /**< Number of stop bits. \b Range: minimum= 1, maximum… member
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_debug_uart.c465 .stop_bits = 1, in cybt_debug_uart_init()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c827 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()