Searched refs:SC_T (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/ |
D | sc.h | 230 __STATIC_INLINE void SC_SetTxRetry(SC_T *sc, uint32_t u32Count); 231 __STATIC_INLINE void SC_SetRxRetry(SC_T *sc, uint32_t u32Count); 244 __STATIC_INLINE void SC_SetTxRetry(SC_T *sc, uint32_t u32Count) in SC_SetTxRetry() 268 __STATIC_INLINE void SC_SetRxRetry(SC_T *sc, uint32_t u32Count) in SC_SetRxRetry() 283 uint32_t SC_IsCardInserted(SC_T *sc); 284 void SC_ClearFIFO(SC_T *sc); 285 void SC_Close(SC_T *sc); 286 void SC_Open(SC_T *sc, uint32_t u32CardDet, uint32_t u32PWR); 287 void SC_ResetReader(SC_T *sc); 288 void SC_SetBlockGuardTime(SC_T *sc, uint32_t u32BGT); [all …]
|
D | scuart.h | 336 void SCUART_Close(SC_T* sc); 337 uint32_t SCUART_Open(SC_T* sc, uint32_t u32Baudrate); 338 uint32_t SCUART_Read(SC_T* sc, uint8_t pu8RxBuf[], uint32_t u32ReadBytes); 339 uint32_t SCUART_SetLineConfig(SC_T* sc, uint32_t u32Baudrate, uint32_t u32DataWidth, uint32_t u32Pa… 340 void SCUART_SetTimeoutCnt(SC_T* sc, uint32_t u32TOC); 341 void SCUART_Write(SC_T* sc, uint8_t pu8TxBuf[], uint32_t u32WriteBytes);
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/ |
D | sc.h | 230 __STATIC_INLINE void SC_SetTxRetry(SC_T *sc, uint32_t u32Count); 231 __STATIC_INLINE void SC_SetRxRetry(SC_T *sc, uint32_t u32Count); 244 __STATIC_INLINE void SC_SetTxRetry(SC_T *sc, uint32_t u32Count) in SC_SetTxRetry() 268 __STATIC_INLINE void SC_SetRxRetry(SC_T *sc, uint32_t u32Count) in SC_SetRxRetry() 283 uint32_t SC_IsCardInserted(SC_T *sc); 284 void SC_ClearFIFO(SC_T *sc); 285 void SC_Close(SC_T *sc); 286 void SC_Open(SC_T *sc, uint32_t u32CardDet, uint32_t u32PWR); 287 void SC_ResetReader(SC_T *sc); 288 void SC_SetBlockGuardTime(SC_T *sc, uint32_t u32BGT); [all …]
|
D | scuart.h | 336 void SCUART_Close(SC_T* sc); 337 uint32_t SCUART_Open(SC_T* sc, uint32_t u32Baudrate); 338 uint32_t SCUART_Read(SC_T* sc, uint8_t pu8RxBuf[], uint32_t u32ReadBytes); 339 uint32_t SCUART_SetLineConfig(SC_T* sc, uint32_t u32Baudrate, uint32_t u32DataWidth, uint32_t u32Pa… 340 void SCUART_SetTimeoutCnt(SC_T* sc, uint32_t u32TOC); 341 void SCUART_Write(SC_T* sc, uint8_t pu8TxBuf[], uint32_t u32WriteBytes);
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/common/bsp/StdDriver/src/ |
D | sc.c | 41 uint32_t SC_IsCardInserted(SC_T *sc) in SC_IsCardInserted() 82 void SC_ClearFIFO(SC_T *sc) in SC_ClearFIFO() 97 void SC_Close(SC_T *sc) in SC_Close() 125 void SC_Open(SC_T *sc, uint32_t u32CardDet, uint32_t u32PWR) in SC_Open() 166 void SC_ResetReader(SC_T *sc) in SC_ResetReader() 237 void SC_SetBlockGuardTime(SC_T *sc, uint32_t u32BGT) in SC_SetBlockGuardTime() 253 void SC_SetCharGuardTime(SC_T *sc, uint32_t u32CGT) in SC_SetCharGuardTime() 269 void SC_StopAllTimer(SC_T *sc) in SC_StopAllTimer() 299 void SC_StartTimer(SC_T *sc, uint32_t u32TimerNum, uint32_t u32Mode, uint32_t u32ETUCount) in SC_StartTimer() 333 void SC_StopTimer(SC_T *sc, uint32_t u32TimerNum) in SC_StopTimer() [all …]
|
D | scuart.c | 33 void SCUART_Close(SC_T* sc) in SCUART_Close() 48 static uint32_t SCUART_GetClock(SC_T *sc) in SCUART_GetClock() 128 uint32_t SCUART_Open(SC_T* sc, uint32_t u32Baudrate) in SCUART_Open() 155 uint32_t SCUART_Read(SC_T* sc, uint8_t pu8RxBuf[], uint32_t u32ReadBytes) in SCUART_Read() 199 uint32_t SCUART_SetLineConfig(SC_T* sc, uint32_t u32Baudrate, uint32_t u32DataWidth, uint32_t u32Pa… in SCUART_SetLineConfig() 234 void SCUART_SetTimeoutCnt(SC_T* sc, uint32_t u32TOC) in SCUART_SetTimeoutCnt() 252 void SCUART_Write(SC_T* sc, uint8_t pu8TxBuf[], uint32_t u32WriteBytes) in SCUART_Write()
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/bsp/Device/Nuvoton/M2351/Include/ |
D | M2351.h | 498 #define SC0_S ((SC_T *) SC0_BASE) /*!< SC0 Pointer … 499 #define SC1_S ((SC_T *) SC1_BASE) /*!< SC1 Pointer … 500 #define SC2_S ((SC_T *) SC2_BASE) /*!< SC2 Pointer … 579 #define SC0_NS ((SC_T *) (SC0_BASE +NS_OFFSET)) /*!< SC0 P… 580 #define SC1_NS ((SC_T *) (SC1_BASE +NS_OFFSET)) /*!< SC1 P… 581 #define SC2_NS ((SC_T *) (SC2_BASE +NS_OFFSET)) /*!< SC2 P…
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Device/Nuvoton/M2354/Include/ |
D | M2354.h | 527 #define SC0_S ((SC_T *) SC0_BASE) /*!< SC0 Pointer … 528 #define SC1_S ((SC_T *) SC1_BASE) /*!< SC1 Pointer … 529 #define SC2_S ((SC_T *) SC2_BASE) /*!< SC2 Pointer … 619 #define SC0_NS ((SC_T *) (SC0_BASE +NS_OFFSET)) /*!< SC0 Poi… 620 #define SC1_NS ((SC_T *) (SC1_BASE +NS_OFFSET)) /*!< SC1 Poi… 621 #define SC2_NS ((SC_T *) (SC2_BASE +NS_OFFSET)) /*!< SC2 Poi…
|
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/common/bsp/Include/ |
D | sc_reg.h | 665 } SC_T; typedef
|