|
void | XMC_UART_CH_ClearStatusFlag (XMC_USIC_CH_t *const channel, const uint32_t flag) |
|
void | XMC_UART_CH_DisableDataTransmission (XMC_USIC_CH_t *const channel) |
|
void | XMC_UART_CH_DisableEvent (XMC_USIC_CH_t *const channel, const uint32_t event) |
|
void | XMC_UART_CH_DisableInputDigitalFilter (XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) |
|
void | XMC_UART_CH_DisableInputInversion (XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) |
|
void | XMC_UART_CH_DisableInputSync (XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) |
|
void | XMC_UART_CH_EnableDataTransmission (XMC_USIC_CH_t *const channel) |
|
void | XMC_UART_CH_EnableEvent (XMC_USIC_CH_t *const channel, const uint32_t event) |
|
void | XMC_UART_CH_EnableInputDigitalFilter (XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) |
|
void | XMC_UART_CH_EnableInputInversion (XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) |
|
void | XMC_UART_CH_EnableInputSync (XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input) |
|
uint16_t | XMC_UART_CH_GetReceivedData (XMC_USIC_CH_t *const channel) |
|
uint32_t | XMC_UART_CH_GetStatusFlag (XMC_USIC_CH_t *const channel) |
|
void | XMC_UART_CH_Init (XMC_USIC_CH_t *const channel, const XMC_UART_CH_CONFIG_t *const config) |
|
void | XMC_UART_CH_SelectInterruptNodePointer (XMC_USIC_CH_t *const channel, const XMC_UART_CH_INTERRUPT_NODE_POINTER_t interrupt_node, const uint32_t service_request) |
|
XMC_UART_CH_STATUS_t | XMC_UART_CH_SetBaudrate (XMC_USIC_CH_t *const channel, uint32_t rate, uint32_t oversampling) |
|
void | XMC_UART_CH_SetFrameLength (XMC_USIC_CH_t *const channel, const uint8_t frame_length) |
|
void | XMC_UART_CH_SetInputSamplingFreq (XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input, const XMC_UART_CH_INPUT_SAMPLING_FREQ_t sampling_freq) |
|
void | XMC_UART_CH_SetInputSource (XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input, const uint8_t source) |
|
void | XMC_UART_CH_SetInterruptNodePointer (XMC_USIC_CH_t *const channel, const uint8_t service_request) |
|
void | XMC_UART_CH_SetPulseLength (XMC_USIC_CH_t *const channel, const uint8_t pulse_length) |
|
void | XMC_UART_CH_SetSamplePoint (XMC_USIC_CH_t *const channel, const uint32_t sample_point) |
|
void | XMC_UART_CH_SetWordLength (XMC_USIC_CH_t *const channel, const uint8_t word_length) |
|
void | XMC_UART_CH_Start (XMC_USIC_CH_t *const channel) |
|
XMC_UART_CH_STATUS_t | XMC_UART_CH_Stop (XMC_USIC_CH_t *const channel) |
|
void | XMC_UART_CH_Transmit (XMC_USIC_CH_t *const channel, const uint16_t data) |
|
void | XMC_UART_CH_TriggerServiceRequest (XMC_USIC_CH_t *const channel, const uint32_t service_request_line) |
|