Home
last modified time | relevance | path

Searched defs:regMap (Results 1 - 4 of 4) sorted by relevance

/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_dispatch_sample.c22 struct UartRegisterMap *regMap = (struct UartRegisterMap *)device->resource.physBase; in SampleDispatchWrite() local
H A Duart_pl011_sample.c11 void UartPl011SetLcrBits(struct UartRegisterMap *regMap, uint32_t bits) in UartPl011SetLcrBits() argument
23 static void UartPl011UpdateLcr(struct UartRegisterMap *regMap) in UartPl011UpdateLcr() argument
34 UartPl011Error UartPl011SetBaudrate(struct UartRegisterMap *regMap, uint32_ argument
56 UartPl011SetDataFormat(struct UartRegisterMap *regMap, uint32_t wordLen, uint32_t parity, uint32_t stopBits) UartPl011SetDataFormat() argument
71 UartPl011ResetRegisters(struct UartRegisterMap *regMap) UartPl011ResetRegisters() argument
[all...]
H A Duart_sample.c87 struct UartRegisterMap *regMap = NULL; in SampleUartHostWrite() local
110 struct UartRegisterMap *regMap = NULL; in SampleUartHostSetBaud() local
159 struct UartRegisterMap *regMap = (struct UartRegisterMap *)resource->physBase; in InitUartDevice() local
259 struct UartRegisterMap *regMap = (struct UartRegisterMap *)device->resource.physBase; DeinitUartDevice() local
[all...]
/drivers/hdf_core/framework/sample/platform/uart/include/
H A Duart_pl011_sample.h188 static inline void UartPl011Enable(struct UartRegisterMap *regMap) in UartPl011Enable() argument
193 static inline void UartPl011Disable(struct UartRegisterMap *regMap) in UartPl011Disable() argument
198 static inline bool UartPl011IsEnabled(struct UartRegisterMap *regMap) in UartPl011IsEnabled() argument
203 static inline bool UartPl011IsBusy(struct UartRegisterMap *regMap) in UartPl011IsBusy() argument
210 static inline void UartPl011Write(struct UartRegisterMap *regMap, uint8_ argument
222 UartPl011EnableFifo(struct UartRegisterMap *regMap) UartPl011EnableFifo() argument
[all...]

Completed in 2 milliseconds