Home
last modified time | relevance | path

Searched refs:UartHostSetAttribute (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_if.c101 return UartHostSetAttribute((struct UartHost *)handle, attribute); in UartSetAttribute()
H A Duart_service.c128 return UartHostSetAttribute(host, attribute); in UartIoSetAttribute()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h120 static inline int32_t UartHostSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostSetAttribute() function
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Duart_dev.c146 ret = UartHostSetAttribute(host, &attr); in UartCfgAttr()