Home
last modified time | relevance | path

Searched refs:UartPl011IsBusy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/include/
H A Duart_pl011_sample.h203 static inline bool UartPl011IsBusy(struct UartRegisterMap *regMap) in UartPl011IsBusy() function
212 while (UartPl011IsBusy(regMap)) {} in UartPl011Write()
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c261 while (UartPl011IsBusy(regMap)) {} in DeinitUartDevice()