Lines Matching defs:channel
114 void XMC_I2C_CH_Init(XMC_USIC_CH_t *const channel, const XMC_I2C_CH_CONFIG_t *const config) in XMC_I2C_CH_Init()
139 void XMC_I2C_CH_SetSlaveAddress(XMC_USIC_CH_t *const channel, const uint16_t address) in XMC_I2C_CH_SetSlaveAddress()
151 uint16_t XMC_I2C_CH_GetSlaveAddress(const XMC_USIC_CH_t *const channel) in XMC_I2C_CH_GetSlaveAddress()
168 XMC_I2C_CH_STATUS_t XMC_I2C_CH_SetBaudrate(XMC_USIC_CH_t *const channel, uint32_t rate) in XMC_I2C_CH_SetBaudrate()
199 XMC_I2C_CH_STATUS_t XMC_I2C_CH_SetBaudrateEx(XMC_USIC_CH_t *const channel, uint32_t rate, bool norm… in XMC_I2C_CH_SetBaudrateEx()
238 void XMC_I2C_CH_MasterStart(XMC_USIC_CH_t *const channel, const uint16_t addr, const XMC_I2C_CH_CMD… in XMC_I2C_CH_MasterStart()
267 void XMC_I2C_CH_MasterRepeatedStart(XMC_USIC_CH_t *const channel, const uint16_t addr, const XMC_I2… in XMC_I2C_CH_MasterRepeatedStart()
296 void XMC_I2C_CH_MasterStop(XMC_USIC_CH_t *const channel) in XMC_I2C_CH_MasterStop()
318 void XMC_I2C_CH_MasterTransmit(XMC_USIC_CH_t *const channel, const uint8_t data) in XMC_I2C_CH_MasterTransmit()
340 void XMC_I2C_CH_SlaveTransmit(XMC_USIC_CH_t *const channel, const uint8_t data) in XMC_I2C_CH_SlaveTransmit()
362 void XMC_I2C_CH_MasterReceiveAck(XMC_USIC_CH_t *const channel) in XMC_I2C_CH_MasterReceiveAck()
384 void XMC_I2C_CH_MasterReceiveNack(XMC_USIC_CH_t *const channel) in XMC_I2C_CH_MasterReceiveNack()
406 uint8_t XMC_I2C_CH_GetReceivedData(const XMC_USIC_CH_t *const channel) in XMC_I2C_CH_GetReceivedData()
424 XMC_I2C_CH_STATUS_t XMC_I2C_CH_Stop(XMC_USIC_CH_t *const channel) in XMC_I2C_CH_Stop()
440 void XMC_I2C_CH_EnableEvent(XMC_USIC_CH_t *const channel, const uint32_t event) in XMC_I2C_CH_EnableEvent()
446 void XMC_I2C_CH_DisableEvent(XMC_USIC_CH_t *const channel, const uint32_t event) in XMC_I2C_CH_DisableEvent()