Lines Matching refs:UUART_T
444 void UUART_ClearIntFlag(UUART_T* uuart, uint32_t u32Mask);
445 uint32_t UUART_GetIntFlag(UUART_T* uuart, uint32_t u32Mask);
446 void UUART_Close(UUART_T* uuart);
447 void UUART_DisableInt(UUART_T* uuart, uint32_t u32Mask);
448 void UUART_EnableInt(UUART_T* uuart, uint32_t u32Mask);
449 uint32_t UUART_Open(UUART_T* uuart, uint32_t u32baudrate);
450 uint32_t UUART_Read(UUART_T* uuart, uint8_t pu8RxBuf[], uint32_t u32ReadBytes);
451 uint32_t UUART_SetLine_Config(UUART_T* uuart, uint32_t u32baudrate, uint32_t u32data_width, uint32_…
452 uint32_t UUART_Write(UUART_T* uuart, uint8_t pu8TxBuf[], uint32_t u32WriteBytes);
453 void UUART_EnableWakeup(UUART_T* uuart, uint32_t u32WakeupMode);
454 void UUART_DisableWakeup(UUART_T* uuart);
455 void UUART_EnableFlowCtrl(UUART_T* uuart);
456 void UUART_DisableFlowCtrl(UUART_T* uuart);