File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed
targets/TARGET_Analog_Devices/TARGET_ADUCM4X50/TARGET_ADUCM4050/api Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -287,41 +287,6 @@ int spi_master_write(spi_t *obj, int value)
287
287
}
288
288
289
289
290
- /** Check if a value is available to read
291
- *
292
- * @param[in] obj The SPI peripheral to check
293
- * @return non-zero if a value is available
294
- */
295
- int spi_slave_receive (spi_t * obj )
296
- {
297
- return 0 ;
298
- }
299
-
300
-
301
- /** Get a received value out of the SPI receive buffer in slave mode
302
- *
303
- * Blocks until a value is available
304
- * @param[in] obj The SPI peripheral to read
305
- * @return The value received
306
- */
307
- int spi_slave_read (spi_t * obj )
308
- {
309
- return 0 ;
310
- }
311
-
312
-
313
- /** Write a value to the SPI peripheral in slave mode
314
- *
315
- * Blocks until the SPI peripheral can be written to
316
- * @param[in] obj The SPI peripheral to write
317
- * @param[in] value The value to write
318
- */
319
- void spi_slave_write (spi_t * obj , int value )
320
- {
321
- return ;
322
- }
323
-
324
-
325
290
/** Write a block out in master mode and receive a value
326
291
*
327
292
* The total number of bytes sent and recieved will be the maximum of
You can’t perform that action at this time.
0 commit comments