Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/
Dfsl_component_serial_port_uart.h65 …serial_port_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or … member
85 …serial_port_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or … member
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/uart/
Dfsl_adapter_uart.h176 …hal_uart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop b… member
Dfsl_adapter_usart.c307 if (kHAL_UartTwoStopBit == config->stopBitCount) in HAL_UartInitCommon()
309 usartConfig.stopBitCount = kUSART_TwoStopBit; in HAL_UartInitCommon()
313 usartConfig.stopBitCount = kUSART_OneStopBit; in HAL_UartInitCommon()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_usart.c236 base->CFG = USART_CFG_PARITYSEL(config->parityMode) | USART_CFG_STOPLEN(config->stopBitCount) | in USART_Init()
318 config->stopBitCount = kUSART_OneStopBit; in USART_GetDefaultConfig()
Dfsl_usart.h214 …usart_stop_bit_count_t stopBitCount; /*!< Number of stop bits, 1 stop bit (default) or 2 stop bit… member
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.c759 .stopBitCount = kSerialManager_UartOneStopBit,
784 .stopBitCount = kSerialManager_UartOneStopBit, in DbgConsole_Init()