Lines Matching refs:channel
667 #define _ELC_EVENT_SPI_RXI(channel) ELC_EVENT_SPI##channel##_RXI argument
668 #define _ELC_EVENT_SPI_TXI(channel) ELC_EVENT_SPI##channel##_TXI argument
669 #define _ELC_EVENT_SPI_TEI(channel) ELC_EVENT_SPI##channel##_TEI argument
670 #define _ELC_EVENT_SPI_ERI(channel) ELC_EVENT_SPI##channel##_ERI argument
672 #define ELC_EVENT_SPI_RXI(channel) _ELC_EVENT_SPI_RXI(channel) argument
673 #define ELC_EVENT_SPI_TXI(channel) _ELC_EVENT_SPI_TXI(channel) argument
674 #define ELC_EVENT_SPI_TEI(channel) _ELC_EVENT_SPI_TEI(channel) argument
675 #define ELC_EVENT_SPI_ERI(channel) _ELC_EVENT_SPI_ERI(channel) argument
684 ELC_EVENT_SPI_RXI(DT_INST_PROP(index, channel)); \
686 ELC_EVENT_SPI_TXI(DT_INST_PROP(index, channel)); \
688 ELC_EVENT_SPI_TEI(DT_INST_PROP(index, channel)); \
690 ELC_EVENT_SPI_ERI(DT_INST_PROP(index, channel)); \
799 .channel = DT_INST_PROP(index, channel), \