Home
last modified time | relevance | path

Searched refs:UartHostGetAttribute (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_if.c96 return UartHostGetAttribute((struct UartHost *)handle, attribute); in UartGetAttribute()
H A Duart_service.c101 ret = UartHostGetAttribute(host, &attribute); in UartIoGetAttribute()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h112 static inline int32_t UartHostGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostGetAttribute() function