Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/XMCLib/drivers/inc/
Dxmc_i2c.h131 #define XMC_I2C2_CH0 XMC_USIC2_CH0 /**< USIC2 channel 0 base address */
Dxmc_i2s.h106 #define XMC_I2S2_CH0 XMC_USIC2_CH0 /**< USIC2 channel 0 base address */
Dxmc_usic.h149 #define XMC_USIC2_CH0 ((XMC_USIC_CH_t *)USIC2_CH0_BASE) /**< USIC2 channel 0 base address */ macro
586 tmp = tmp || ((channel == XMC_USIC2_CH0) || (channel == XMC_USIC2_CH1)); in XMC_USIC_IsChannelValid()
Dxmc_uart.h119 #define XMC_UART2_CH0 XMC_USIC2_CH0 /**< USIC2 channel 0 base address */
Dxmc_spi.h136 #define XMC_SPI2_CH0 XMC_USIC2_CH0 /**< SPI2 channel 0 base address */
/hal_infineon-3.7.0/XMCLib/drivers/src/
Dxmc_usic.c108 else if((channel == XMC_USIC2_CH0) || (channel == XMC_USIC2_CH1)) in XMC_USIC_CH_Enable()