Searched refs:pstcMultiMode (Results 1 – 5 of 5) sorted by relevance
235 stc_uart_multimode_t* pstcMultiMode; ///<多主机模式配置 member
259 stc_lpuart_multimode_t* pstcMultiMode; ///<多主机模式配置 member
887 if(NULL != pstcConfig->pstcMultiMode) in Uart_Init()889 enRet = Uart_SetMultiMode(u8Idx,pstcConfig->pstcMultiMode); in Uart_Init()
943 if(NULL != pstcConfig->pstcMultiMode) in LPUart_Init()945 enRet = LPUart_SetMultiMode(u8Idx,pstcConfig->pstcMultiMode); in LPUart_Init()
264 stcConfig.pstcMultiMode = &stcMulti; in hc32_configure()
Completed in 16 milliseconds