Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_pl011_sample.c13 bool uartEnabled = UartPl011IsEnabled(regMap); in UartPl011SetLcrBits()
25 bool uartEnabled = UartPl011IsEnabled(regMap); in UartPl011UpdateLcr()
58 bool uartEnabled = UartPl011IsEnabled(regMap); in UartPl011SetDataFormat()
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/include/
H A Duart_pl011_sample.h198 static inline bool UartPl011IsEnabled(struct UartRegisterMap *regMap) in UartPl011IsEnabled() function