Searched defs:HAL_UART_DEV (Results 1 – 1 of 1) sorted by relevance
213 struct HAL_UART_DEV { struct214 struct UART_REG *pReg; /**< registers base address */217 eCLOCK_Name sclkID;218 uint32_t sclkGateID;219 uint32_t pclkGateID;221 IRQn_Type irqNum;222 bool isAutoFlow;223 ePM_RUNTIME_ID runtimeID;224 DMA_REQ_Type dmaTxReqNum; /**< peri dma tx request num */225 DMA_REQ_Type dmaRxReqNum; /**< peri dma rx request num */[all …]
Completed in 5 milliseconds