|
void | XMC_I2S_CH_ClearStatusFlag (XMC_USIC_CH_t *const channel, const uint32_t flag) |
|
void | XMC_I2S_CH_ConfigureShiftClockOutput (XMC_USIC_CH_t *const channel, const XMC_I2S_CH_BRG_SHIFT_CLOCK_OUTPUT_t clock_output) |
|
void | XMC_I2S_CH_DisableDataTransmission (XMC_USIC_CH_t *const channel) |
|
void | XMC_I2S_CH_DisableDelayCompensation (XMC_USIC_CH_t *const channel) |
|
void | XMC_I2S_CH_DisableEvent (XMC_USIC_CH_t *const channel, const uint32_t event) |
|
void | XMC_I2S_CH_DisableInputInversion (XMC_USIC_CH_t *const channel, const XMC_I2S_CH_INPUT_t input) |
|
void | XMC_I2S_CH_DisableMasterClock (XMC_USIC_CH_t *const channel) |
|
void | XMC_I2S_CH_EnableDataTransmission (XMC_USIC_CH_t *const channel) |
|
void | XMC_I2S_CH_EnableDelayCompensation (XMC_USIC_CH_t *const channel) |
|
void | XMC_I2S_CH_EnableEvent (XMC_USIC_CH_t *const channel, const uint32_t event) |
|
void | XMC_I2S_CH_EnableInputInversion (XMC_USIC_CH_t *const channel, const XMC_I2S_CH_INPUT_t input) |
|
void | XMC_I2S_CH_EnableMasterClock (XMC_USIC_CH_t *const channel) |
|
uint16_t | XMC_I2S_CH_GetReceivedData (XMC_USIC_CH_t *const channel) |
|
uint32_t | XMC_I2S_CH_GetStatusFlag (XMC_USIC_CH_t *const channel) |
|
void | XMC_I2S_CH_Init (XMC_USIC_CH_t *const channel, const XMC_I2S_CH_CONFIG_t *const config) |
|
void | XMC_I2S_CH_Receive (XMC_USIC_CH_t *const channel, const XMC_I2S_CH_CHANNEL_t channel_number) |
|
void | XMC_I2S_CH_SelectInterruptNodePointer (XMC_USIC_CH_t *const channel, const XMC_I2S_CH_INTERRUPT_NODE_POINTER_t interrupt_node, const uint32_t service_request) |
|
XMC_I2S_CH_STATUS_t | XMC_I2S_CH_SetBaudrate (XMC_USIC_CH_t *const channel, const uint32_t rate) |
|
void | XMC_I2S_CH_SetBitOrderLsbFirst (XMC_USIC_CH_t *const channel) |
|
void | XMC_I2S_CH_SetBitOrderMsbFirst (XMC_USIC_CH_t *const channel) |
|
void | XMC_I2S_CH_SetFrameLength (XMC_USIC_CH_t *const channel, const uint8_t frame_length) |
|
void | XMC_I2S_CH_SetInputSource (XMC_USIC_CH_t *const channel, const XMC_I2S_CH_INPUT_t input, const uint8_t source) |
|
void | XMC_I2S_CH_SetInterruptNodePointer (XMC_USIC_CH_t *const channel, const uint8_t service_request) |
|
void | XMC_I2S_CH_SetSystemWordLength (XMC_USIC_CH_t *const channel, uint32_t sclk_cycles_system_word_length) |
|
void | XMC_I2S_CH_SetWordLength (XMC_USIC_CH_t *const channel, const uint8_t word_length) |
|
void | XMC_I2S_CH_Start (XMC_USIC_CH_t *const channel) |
|
XMC_I2S_CH_STATUS_t | XMC_I2S_CH_Stop (XMC_USIC_CH_t *const channel) |
|
void | XMC_I2S_CH_Transmit (XMC_USIC_CH_t *const channel, const uint16_t data, const XMC_I2S_CH_CHANNEL_t channel_number) |
|
void | XMC_I2S_CH_TriggerServiceRequest (XMC_USIC_CH_t *const channel, const uint32_t service_request_line) |
|
void | XMC_I2S_CH_WordAddressSignalPolarity (XMC_USIC_CH_t *const channel, const XMC_I2S_CH_WA_POLARITY_t wa_inversion) |
|