Home
last modified time | relevance | path

Searched refs:XMC_USIC1_CH1 (Results 1 – 6 of 6) sorted by relevance

/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_i2c.h127 #define XMC_I2C1_CH1 XMC_USIC1_CH1 /**< USIC1 channel 1 base address */
Dxmc_i2s.h102 #define XMC_I2S1_CH1 XMC_USIC1_CH1 /**< USIC1 channel 1 base address */
Dxmc_uart.h115 #define XMC_UART1_CH1 XMC_USIC1_CH1 /**< USIC1 channel 1 base address */
Dxmc_usic.h144 #define XMC_USIC1_CH1 ((XMC_USIC_CH_t *)USIC1_CH1_BASE) /**< USIC1 channel 1 base address */ macro
583 tmp = tmp || ((channel == XMC_USIC1_CH0) || (channel == XMC_USIC1_CH1)); in XMC_USIC_IsChannelValid()
Dxmc_spi.h132 #define XMC_SPI1_CH1 XMC_USIC1_CH1 /**< SPI1 channel 1 base address */
/hal_infineon-3.4.0/XMCLib/drivers/src/
Dxmc_usic.c102 else if((channel == XMC_USIC1_CH0) || (channel == XMC_USIC1_CH1)) in XMC_USIC_CH_Enable()