Lines Matching refs:you
9 Please note that running as a slave implies that you need to keep up
18 SPI slave device part, which is the module that you have to write if
19 you want to run SPI CAIF on a new hardware. This part takes care of
26 In order to implement a SPI device you will, as a minimum,
33 you a chance to set up your hardware to be ready to receive
73 Chose a suitable name (helps debugging if you use several CAIF
130 /* Normally the DMA or the SPI framework will call you back
131 * in something similar to this. The only thing you need to
139 /* Store transfer info. For a normal implementation you should
140 * set up your DMA here and make sure that you are ready to
152 /* If xfer is true then you should assert the SPI_INT to indicate to
153 * the master that you are ready to receive the data from the master
154 * SPI. If xfer is false then you should de-assert SPI_INT to indicate
164 * Here you should release your SPI device resources.
170 /* Here you should initialize your SPI device by providing the
172 * done, you can register your device with the
175 * the place where you should set up your GPIOs, interrupts and SPI