Lines Matching refs:UUART_T
494 void UUART_ClearIntFlag(UUART_T* uuart, uint32_t u32Mask);
495 uint32_t UUART_GetIntFlag(UUART_T* uuart, uint32_t u32Mask);
496 void UUART_Close(UUART_T* uuart);
497 void UUART_DisableInt(UUART_T* uuart, uint32_t u32Mask);
498 void UUART_EnableInt(UUART_T* uuart, uint32_t u32Mask);
499 uint32_t UUART_Open(UUART_T* uuart, uint32_t u32baudrate);
500 uint32_t UUART_Read(UUART_T* uuart, uint8_t pu8RxBuf[], uint32_t u32ReadBytes);
501 uint32_t UUART_SetLine_Config(UUART_T* uuart, uint32_t u32baudrate, uint32_t u32data_width, uint32_…
502 uint32_t UUART_Write(UUART_T* uuart, uint8_t pu8TxBuf[], uint32_t u32WriteBytes);
503 void UUART_EnableWakeup(UUART_T* uuart, uint32_t u32WakeupMode);
504 void UUART_DisableWakeup(UUART_T* uuart);
505 void UUART_EnableFlowCtrl(UUART_T* uuart);
506 void UUART_DisableFlowCtrl(UUART_T* uuart);