Searched refs:SC_T (Results 1 – 6 of 6) sorted by relevance
/hal_nuvoton-2.7.6/m48x/StdDriver/inc/ |
D | sc.h | 188 __STATIC_INLINE void SC_SetTxRetry(SC_T *sc, uint32_t u32Count); 189 __STATIC_INLINE void SC_SetRxRetry(SC_T *sc, uint32_t u32Count); 197 __STATIC_INLINE void SC_SetTxRetry(SC_T *sc, uint32_t u32Count) in SC_SetTxRetry() 222 __STATIC_INLINE void SC_SetRxRetry(SC_T *sc, uint32_t u32Count) in SC_SetRxRetry() 243 uint32_t SC_IsCardInserted(SC_T *sc); 244 void SC_ClearFIFO(SC_T *sc); 245 void SC_Close(SC_T *sc); 246 void SC_Open(SC_T *sc, uint32_t u32CardDet, uint32_t u32PWR); 247 void SC_ResetReader(SC_T *sc); 248 void SC_SetBlockGuardTime(SC_T *sc, uint32_t u32BGT); [all …]
|
D | scuart.h | 248 void SCUART_Close(SC_T* sc); 249 uint32_t SCUART_Open(SC_T* sc, uint32_t u32baudrate); 250 uint32_t SCUART_Read(SC_T* sc, uint8_t pu8RxBuf[], uint32_t u32ReadBytes); 251 uint32_t SCUART_SetLineConfig(SC_T* sc, uint32_t u32Baudrate, uint32_t u32DataWidth, uint32_t u32Pa… 252 void SCUART_SetTimeoutCnt(SC_T* sc, uint32_t u32TOC); 253 void SCUART_Write(SC_T* sc,uint8_t pu8TxBuf[], uint32_t u32WriteBytes);
|
/hal_nuvoton-2.7.6/m48x/StdDriver/src/ |
D | scuart.c | 11 static uint32_t SCUART_GetClock(SC_T *sc); 31 void SCUART_Close(SC_T* sc) in SCUART_Close() 44 static uint32_t SCUART_GetClock(SC_T *sc) in SCUART_GetClock() 109 uint32_t SCUART_Open(SC_T* sc, uint32_t u32baudrate) in SCUART_Open() 133 uint32_t SCUART_Read(SC_T* sc, uint8_t pu8RxBuf[], uint32_t u32ReadBytes) in SCUART_Read() 172 uint32_t SCUART_SetLineConfig(SC_T* sc, uint32_t u32Baudrate, uint32_t u32DataWidth, uint32_t u32Pa… in SCUART_SetLineConfig() 205 void SCUART_SetTimeoutCnt(SC_T* sc, uint32_t u32TOC) in SCUART_SetTimeoutCnt() 219 void SCUART_Write(SC_T* sc,uint8_t pu8TxBuf[], uint32_t u32WriteBytes) in SCUART_Write()
|
D | sc.c | 36 uint32_t SC_IsCardInserted(SC_T *sc) in SC_IsCardInserted() 71 void SC_ClearFIFO(SC_T *sc) in SC_ClearFIFO() 85 void SC_Close(SC_T *sc) in SC_Close() 113 void SC_Open(SC_T *sc, uint32_t u32CardDet, uint32_t u32PWR) in SC_Open() 152 void SC_ResetReader(SC_T *sc) in SC_ResetReader() 225 void SC_SetBlockGuardTime(SC_T *sc, uint32_t u32BGT) in SC_SetBlockGuardTime() 236 void SC_SetCharGuardTime(SC_T *sc, uint32_t u32CGT) in SC_SetCharGuardTime() 248 void SC_StopAllTimer(SC_T *sc) in SC_StopAllTimer() 278 void SC_StartTimer(SC_T *sc, uint32_t u32TimerNum, uint32_t u32Mode, uint32_t u32ETUCount) in SC_StartTimer() 321 void SC_StopTimer(SC_T *sc, uint32_t u32TimerNum) in SC_StopTimer() [all …]
|
/hal_nuvoton-2.7.6/m48x/Devices/M480/Include/ |
D | M480.h | 440 #define SC0 ((SC_T *) SC0_BASE) 441 #define SC1 ((SC_T *) SC1_BASE) 442 #define SC2 ((SC_T *) SC2_BASE)
|
D | sc_reg.h | 704 } SC_T; typedef
|