Searched refs:stopBit (Results 1 - 6 of 6) sorted by relevance
/drivers/hdf_core/adapter/platform/uart/ |
H A D | uart_bes.h | 29 uint32_t stopBit; /* Default stop bits */ member
|
H A D | uart_stm32f4xx.c | 111 USART_STOP_BIT stopBit;
member 385 if (dri->GetUint8(resourceNode, "stopBit", &resource->stopBit, 0) != HDF_SUCCESS) {
in GetUartHcs() 432 resource->stopBit = HCS_PROP(node, stopBit); \
470 device->initTypedef.StopBits = g_stopBitMap[resource->stopBit];
in GetUartDeviceResource() 510 device->initTypedef.StopBits = g_stopBitMap[resource->stopBit];
in GetUartDeviceResource()
|
H A D | uart_bes.c | 472 resource->stopBit = HCS_PROP(node, stopBit); \ 503 device->config.stop = resource->stopBit; in GetUartDeviceResource() 542 if (dri->GetUint32(resourceNode, "stopBit", &resource->stopBit, 0) != HDF_SUCCESS) { in GetUartDeviceResource() 543 HDF_LOGE("uart config read stopBit fail"); in GetUartDeviceResource() 559 device->config.stop = resource->stopBit; in GetUartDeviceResource()
|
H A D | uart_wm.c | 31 uint32_t stopBit; /* Default stop bits */ member 284 if (dri->GetUint32(resourceNode, "stopBit", &resource->stopBit, 0) != HDF_SUCCESS) { in GetUartDeviceResource() 285 HDF_LOGE("uart config read stopBit fail"); in GetUartDeviceResource() 295 device->config.stopbits = (TLS_UART_STOPBITS_T)resource->stopBit; in GetUartDeviceResource()
|
/drivers/hdf_core/framework/sample/platform/uart/src/ |
H A D | uart_sample.c | 174 UartPl011SetDataFormat(regMap, resource->wlen, resource->parity, resource->stopBit); in InitUartDevice() 222 if (dri->GetUint32(resourceNode, "stopBit", &resource->stopBit, 0) != HDF_SUCCESS) { in GetUartDeviceResource() 223 HDF_LOGE("uart config read stopBit fail"); in GetUartDeviceResource()
|
/drivers/hdf_core/framework/sample/platform/uart/include/ |
H A D | uart_pl011_sample.h | 50 uint32_t stopBit; /* Default stop bits */ member
|
Completed in 6 milliseconds