Searched refs:LPUART_T (Results 1 – 4 of 4) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/inc/ |
| D | lpuart.h | 389 static __INLINE void LPUART_CLEAR_RTS(LPUART_T* lpuart); 390 static __INLINE void LPUART_SET_RTS(LPUART_T* lpuart); 403 __STATIC_INLINE void LPUART_CLEAR_RTS(LPUART_T* lpuart) in LPUART_CLEAR_RTS() 420 __STATIC_INLINE void LPUART_SET_RTS(LPUART_T* lpuart) in LPUART_SET_RTS() 481 void LPUART_ClearIntFlag(LPUART_T* lpuart, uint32_t u32InterruptFlag); 482 void LPUART_Close(LPUART_T* lpuart); 483 void LPUART_DisableFlowCtrl(LPUART_T* lpuart); 484 void LPUART_DisableInt(LPUART_T* lpuart, uint32_t u32InterruptFlag); 485 void LPUART_EnableFlowCtrl(LPUART_T* lpuart); 486 void LPUART_EnableInt(LPUART_T* lpuart, uint32_t u32InterruptFlag); [all …]
|
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | lpuart.c | 40 void LPUART_ClearIntFlag(LPUART_T* lpuart, uint32_t u32InterruptFlag) in LPUART_ClearIntFlag() 81 void LPUART_Close(LPUART_T* lpuart) in LPUART_Close() 96 void LPUART_DisableFlowCtrl(LPUART_T* lpuart) in LPUART_DisableFlowCtrl() 119 void LPUART_DisableInt(LPUART_T* lpuart, uint32_t u32InterruptFlag) in LPUART_DisableInt() 135 void LPUART_EnableFlowCtrl(LPUART_T* lpuart) in LPUART_EnableFlowCtrl() 165 void LPUART_EnableInt(LPUART_T* lpuart, uint32_t u32InterruptFlag) in LPUART_EnableInt() 182 void LPUART_Open(LPUART_T* lpuart, uint32_t u32baudrate) in LPUART_Open() 189 if(lpuart==(LPUART_T*)LPUART0) in LPUART_Open() 235 uint32_t LPUART_Read(LPUART_T* lpuart, uint8_t pu8RxBuf[], uint32_t u32ReadBytes) in LPUART_Read() 298 void LPUART_SetLine_Config(LPUART_T* lpuart, uint32_t u32baudrate, uint32_t u32data_width, uint32_t… in LPUART_SetLine_Config() [all …]
|
| /hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/ |
| D | lpuart_reg.h | 761 } LPUART_T; typedef
|
| D | M2L31.h | 539 #define LPUART0 ((LPUART_T *) LPUART0_BASE)
|