Searched refs:stopBit (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/sample/config/uart/ |
H A D | uart_config.hcs | 11 stopBit = 0;
|
/ohos5.0/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() 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() 295 device->config.stopbits = (TLS_UART_STOPBITS_T)resource->stopBit; in GetUartDeviceResource()
|
/ohos5.0/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()
|
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/include/ |
H A D | uart_pl011_sample.h | 50 uint32_t stopBit; /* Default stop bits */ member
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-w800-combo-demo.md | 554 stopBit = 1; 562 stopBit = 1;
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-w800-combo-demo.md | 554 stopBit = 1; 562 stopBit = 1;
|