Lines Matching refs:input
617 …CH_SetInputSource(XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input, const uint8_t sou… in XMC_UART_CH_SetInputSource() argument
619 …channel->DXCR[input] = (uint32_t)(channel->DXCR[input] & (~(USIC_CH_DX0CR_INSW_Msk|USIC_CH_DX0CR_D… in XMC_UART_CH_SetInputSource()
620 XMC_USIC_CH_SetInputSource(channel, (XMC_USIC_CH_INPUT_t)input, source); in XMC_UART_CH_SetInputSource()
712 …oid XMC_UART_CH_EnableInputInversion(XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) in XMC_UART_CH_EnableInputInversion() argument
714 XMC_USIC_CH_EnableInputInversion(channel, (XMC_USIC_CH_INPUT_t)input); in XMC_UART_CH_EnableInputInversion()
731 …id XMC_UART_CH_DisableInputInversion(XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) in XMC_UART_CH_DisableInputInversion() argument
733 XMC_USIC_CH_DisableInputInversion(channel, (XMC_USIC_CH_INPUT_t)input); in XMC_UART_CH_DisableInputInversion()
749 …XMC_UART_CH_EnableInputDigitalFilter(XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) in XMC_UART_CH_EnableInputDigitalFilter() argument
751 XMC_USIC_CH_EnableInputDigitalFilter(channel, (XMC_USIC_CH_INPUT_t)input); in XMC_UART_CH_EnableInputDigitalFilter()
767 …MC_UART_CH_DisableInputDigitalFilter(XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) in XMC_UART_CH_DisableInputDigitalFilter() argument
769 XMC_USIC_CH_DisableInputDigitalFilter(channel, (XMC_USIC_CH_INPUT_t)input); in XMC_UART_CH_DisableInputDigitalFilter()
784 …INE void XMC_UART_CH_EnableInputSync(XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) in XMC_UART_CH_EnableInputSync() argument
786 XMC_USIC_CH_EnableInputSync(channel, (XMC_USIC_CH_INPUT_t)input); in XMC_UART_CH_EnableInputSync()
802 …NE void XMC_UART_CH_DisableInputSync(XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) in XMC_UART_CH_DisableInputSync() argument
804 XMC_USIC_CH_DisableInputSync(channel, (XMC_USIC_CH_INPUT_t)input); in XMC_UART_CH_DisableInputSync()
823 const XMC_UART_CH_INPUT_t input, in XMC_UART_CH_SetInputSamplingFreq() argument
826 …XMC_USIC_CH_SetInputSamplingFreq(channel, (XMC_USIC_CH_INPUT_t)input, (XMC_USIC_CH_INPUT_SAMPLING_… in XMC_UART_CH_SetInputSamplingFreq()