Lines Matching defs:uspi
43 uint32_t USPI_Open(USPI_T *uspi, uint32_t u32MasterSlave, uint32_t u32SPIMode, uint32_t u32DataWid… in USPI_Open()
109 void USPI_Close(USPI_T *uspi) in USPI_Close()
119 void USPI_ClearRxBuf(USPI_T *uspi) in USPI_ClearRxBuf()
129 void USPI_ClearTxBuf(USPI_T *uspi) in USPI_ClearTxBuf()
139 void USPI_DisableAutoSS(USPI_T *uspi) in USPI_DisableAutoSS()
153 void USPI_EnableAutoSS(USPI_T *uspi, uint32_t u32SSPinMask, uint32_t u32ActiveLevel) in USPI_EnableAutoSS()
165 uint32_t USPI_SetBusClock(USPI_T *uspi, uint32_t u32BusClock) in USPI_SetBusClock()
189 uint32_t USPI_GetBusClock(USPI_T *uspi) in USPI_GetBusClock()
222 void USPI_EnableInt(USPI_T *uspi, uint32_t u32Mask) in USPI_EnableInt()
313 void USPI_DisableInt(USPI_T *uspi, uint32_t u32Mask) in USPI_DisableInt()
404 uint32_t USPI_GetIntFlag(USPI_T *uspi, uint32_t u32Mask) in USPI_GetIntFlag()
510 void USPI_ClearIntFlag(USPI_T *uspi, uint32_t u32Mask) in USPI_ClearIntFlag()
597 uint32_t USPI_GetStatus(USPI_T *uspi, uint32_t u32Mask) in USPI_GetStatus()
658 void USPI_EnableWakeup(USPI_T *uspi) in USPI_EnableWakeup()
668 void USPI_DisableWakeup(USPI_T *uspi) in USPI_DisableWakeup()