Home
last modified time | relevance | path

Searched refs:UartHostWrite (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_dev_sample.c104 ret = UartHostWrite(host, tmpBuf, count); in UartSampleWrite()
108 return UartHostWrite(host, (uint8_t *)buf, count); in UartSampleWrite()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Duart_dev.c124 ret = UartHostWrite(host, tmpBuf, count); in UartDevWrite()
128 return UartHostWrite(host, (uint8_t *)buf, count); in UartDevWrite()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_if.c81 return UartHostWrite((struct UartHost *)handle, data, size); in UartWrite()
H A Duart_service.c65 return UartHostWrite(host, buf, size); in UartIoWrite()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h88 static inline int32_t UartHostWrite(struct UartHost *host, uint8_t *data, uint32_t size) in UartHostWrite() function