Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_i2c.h132 #define XMC_I2C2_CH1 XMC_USIC2_CH1 /**< USIC2 channel 1 base address */
Dxmc_i2s.h107 #define XMC_I2S2_CH1 XMC_USIC2_CH1 /**< USIC2 channel 1 base address */
Dxmc_uart.h120 #define XMC_UART2_CH1 XMC_USIC2_CH1 /**< USIC2 channel 1 base address */
Dxmc_usic.h150 #define XMC_USIC2_CH1 ((XMC_USIC_CH_t *)USIC2_CH1_BASE) /**< USIC2 channel 1 base address */ macro
586 tmp = tmp || ((channel == XMC_USIC2_CH0) || (channel == XMC_USIC2_CH1)); in XMC_USIC_IsChannelValid()
Dxmc_spi.h137 #define XMC_SPI2_CH1 XMC_USIC2_CH1 /**< SPI2 channel 1 base address */
/hal_infineon-3.4.0/XMCLib/drivers/src/
Dxmc_usic.c108 else if((channel == XMC_USIC2_CH0) || (channel == XMC_USIC2_CH1)) in XMC_USIC_CH_Enable()