Lines Matching defs:uspi
43 uint32_t USPI_Open(USPI_T *uspi, uint32_t u32MasterSlave, uint32_t u32SPIMode, uint32_t u32DataWid… in USPI_Open()
113 void USPI_Close(USPI_T *uspi) in USPI_Close()
123 void USPI_ClearRxBuf(USPI_T *uspi) in USPI_ClearRxBuf()
133 void USPI_ClearTxBuf(USPI_T *uspi) in USPI_ClearTxBuf()
143 void USPI_DisableAutoSS(USPI_T *uspi) in USPI_DisableAutoSS()
157 void USPI_EnableAutoSS(USPI_T *uspi, uint32_t u32SSPinMask, uint32_t u32ActiveLevel) in USPI_EnableAutoSS()
169 uint32_t USPI_SetBusClock(USPI_T *uspi, uint32_t u32BusClock) in USPI_SetBusClock()
197 uint32_t USPI_GetBusClock(USPI_T *uspi) in USPI_GetBusClock()
234 void USPI_EnableInt(USPI_T *uspi, uint32_t u32Mask) in USPI_EnableInt()
325 void USPI_DisableInt(USPI_T *uspi, uint32_t u32Mask) in USPI_DisableInt()
416 uint32_t USPI_GetIntFlag(USPI_T *uspi, uint32_t u32Mask) in USPI_GetIntFlag()
522 void USPI_ClearIntFlag(USPI_T *uspi, uint32_t u32Mask) in USPI_ClearIntFlag()
609 uint32_t USPI_GetStatus(USPI_T *uspi, uint32_t u32Mask) in USPI_GetStatus()
670 void USPI_EnableWakeup(USPI_T *uspi) in USPI_EnableWakeup()
680 void USPI_DisableWakeup(USPI_T *uspi) in USPI_DisableWakeup()