Home
last modified time | relevance | path

Searched refs:stopBitCount (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/
Dfsl_component_serial_port_uart.h64 …serial_port_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or … member
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/components/uart/
Dfsl_adapter_uart.h173 …hal_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop b… member
Dfsl_adapter_usart.c304 if (kHAL_UartTwoStopBit == config->stopBitCount) in HAL_UartInitCommon()
306 usartConfig.stopBitCount = kUSART_TwoStopBit; in HAL_UartInitCommon()
310 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInitCommon()
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_usart.h148 …usart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
Dfsl_usart.c233 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init()
312 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.c719 .stopBitCount = kSerialManager_UartOneStopBit,
749 .stopBitCount = kSerialManager_UartOneStopBit, in DbgConsole_Init()