cancel
Showing results for 
Search instead for 
Did you mean: 

RTOS

tinymanta
Associate II
Posted on December 21, 2012 at 15:33

#define IS_SPI_ALL_PERIPH(PERIPH) (((PERIPH) == SPI1) || \
((PERIPH) == SPI2) || \
((PERIPH) == SPI3))


#define IS_SPI_ALL_PERIPH(PERIPH) (((PERIPH) == SPI1) || \
((PERIPH) == SPI2) || \
((PERIPH) == SPI3))

#stm32l1 #spi #blatant-imposter
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Posted on December 21, 2012 at 16:04

This account is not associated with me.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
M0NKA
Senior
Posted on December 21, 2012 at 16:20

well at least your fan base is growing ;)

Posted on December 21, 2012 at 18:53

''This account is not associated with me''

As if there were any possible shadow of a doubt!!
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.