flash/nor/stmqspi: Replace macros with static inline functions
authorMarc Schink <dev@zapb.de>
Mon, 1 Feb 2021 20:23:35 +0000 (21:23 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Wed, 10 Mar 2021 21:36:20 +0000 (21:36 +0000)
commit210b7d2d1644c5c3dd1e59ffa684af56e3be498f
tree76dc21a32dc7e984507f236fe61a54db16a3a5c5
parent8132b77d612e88167e8f0c7bdc6aa9df3661fd4e
flash/nor/stmqspi: Replace macros with static inline functions

There is no good reason to use macros instead of static inline functions. The
current code is hard maintain. For example, it changes variables outside of the
macro scope. Also, it is conflicting with the C coding style.

Change-Id: I5ac9d2ae076ef73c176d4e32b2e7e0a99fa875ab
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: http://openocd.zylin.com/6046
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/flash/nor/stmqspi.c