Home
last modified time | relevance | path

Searched refs:stopBit (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/sample/config/uart/
H A Duart_config.hcs11 stopBit = 0;
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_bes.h29 uint32_t stopBit; /* Default stop bits */ member
H A Duart_stm32f4xx.c111 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 Duart_bes.c472 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 Duart_wm.c31 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 Duart_sample.c174 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 Duart_pl011_sample.h50 uint32_t stopBit; /* Default stop bits */ member
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-w800-combo-demo.md554 stopBit = 1;
562 stopBit = 1;
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-w800-combo-demo.md554 stopBit = 1;
562 stopBit = 1;