Home
last modified time | relevance | path

Searched refs:SPIMSS_TransSetup (Results 1 – 1 of 1) sorted by relevance

/bsp/maxim/libraries/MAX32660PeriphDriver/Source/
A Dspimss.c69 static int SPIMSS_TransSetup(mxc_spimss_regs_t *spi, spimss_req_t *req, int master);
158 int SPIMSS_TransSetup(mxc_spimss_regs_t *spi, spimss_req_t *req, int master) in SPIMSS_TransSetup() function
248 if ((error = SPIMSS_TransSetup(spi, req, 1)) != E_NO_ERROR) { in SPIMSS_MasterTrans()
273 if ((error = SPIMSS_TransSetup(spi, req,0)) != E_NO_ERROR) { in SPIMSS_SlaveTrans()
292 if ((error = SPIMSS_TransSetup(spi, req, 1) )!= E_NO_ERROR) { in SPIMSS_MasterTransAsync()
314 if ((error = SPIMSS_TransSetup(spi, req, 0)) != E_NO_ERROR) { in SPIMSS_SlaveTransAsync()

Completed in 4 milliseconds