/*==================================================================================================
* DEFINES AND MACROS
==================================================================================================*/
/* Macros that indicate FLEXIO channels used by SPI */
#ifndef FLEXIO_0_CH_0_USED
#define FLEXIO_0_CH_0_USED
#else
#error "CHANNEL_0 cannot be used by SPI driver to configure as TX and CLK channels. Channel locked by another driver!"
#endif
#ifndef FLEXIO_0_CH_0_USED
#define FLEXIO_0_CH_0_USED
#else
#error "CHANNEL_0 cannot be used by SPI driver to configure as RX and CS channels. Channel locked by another driver!"
#endif
/* Macros that indicate FLEXIO pins used by SPI */
#ifndef FLEXIO_0_PIN_0_USED
#define FLEXIO_0_PIN_0_USED
#else
#error "PIN_0 cannot be used by SPI driver to configure for TX channel. PIN locked by another driver!"
#endif
#ifndef FLEXIO_0_PIN_0_USED
#define FLEXIO_0_PIN_0_USED
#else
#error "PIN_0 cannot be used by SPI driver to configure for RX channel. PIN locked by another driver!"
#endif
#ifndef FLEXIO_0_PIN_0_USED
#define FLEXIO_0_PIN_0_USED
#else
#error "PIN_0 cannot be used by SPI driver to configure for CLK channel. PIN locked by another driver!"
#endif