Lines Matching defs:I2Cx
348 __STATIC_INLINE void LL_I2C_Enable(I2C_TypeDef *I2Cx) in LL_I2C_Enable()
359 __STATIC_INLINE void LL_I2C_Disable(I2C_TypeDef *I2Cx) in LL_I2C_Disable()
370 __STATIC_INLINE uint32_t LL_I2C_IsEnabled(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabled()
382 __STATIC_INLINE void LL_I2C_EnableDMAReq_TX(I2C_TypeDef *I2Cx) in LL_I2C_EnableDMAReq_TX()
393 __STATIC_INLINE void LL_I2C_DisableDMAReq_TX(I2C_TypeDef *I2Cx) in LL_I2C_DisableDMAReq_TX()
404 __STATIC_INLINE uint32_t LL_I2C_IsEnabledDMAReq_TX(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledDMAReq_TX()
415 __STATIC_INLINE void LL_I2C_EnableDMAReq_RX(I2C_TypeDef *I2Cx) in LL_I2C_EnableDMAReq_RX()
426 __STATIC_INLINE void LL_I2C_DisableDMAReq_RX(I2C_TypeDef *I2Cx) in LL_I2C_DisableDMAReq_RX()
437 __STATIC_INLINE uint32_t LL_I2C_IsEnabledDMAReq_RX(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledDMAReq_RX()
448 __STATIC_INLINE uint32_t LL_I2C_DMA_GetRegAddr(I2C_TypeDef *I2Cx) in LL_I2C_DMA_GetRegAddr()
460 __STATIC_INLINE void LL_I2C_EnableClockStretching(I2C_TypeDef *I2Cx) in LL_I2C_EnableClockStretching()
472 __STATIC_INLINE void LL_I2C_DisableClockStretching(I2C_TypeDef *I2Cx) in LL_I2C_DisableClockStretching()
483 __STATIC_INLINE uint32_t LL_I2C_IsEnabledClockStretching(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledClockStretching()
495 __STATIC_INLINE void LL_I2C_EnableGeneralCall(I2C_TypeDef *I2Cx) in LL_I2C_EnableGeneralCall()
507 __STATIC_INLINE void LL_I2C_DisableGeneralCall(I2C_TypeDef *I2Cx) in LL_I2C_DisableGeneralCall()
518 __STATIC_INLINE uint32_t LL_I2C_IsEnabledGeneralCall(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledGeneralCall()
536 __STATIC_INLINE void LL_I2C_SetOwnAddress1(I2C_TypeDef *I2Cx, uint32_t OwnAddress1, uint32_t OwnAdd… in LL_I2C_SetOwnAddress1()
549 __STATIC_INLINE void LL_I2C_SetOwnAddress2(I2C_TypeDef *I2Cx, uint32_t OwnAddress2) in LL_I2C_SetOwnAddress2()
560 __STATIC_INLINE void LL_I2C_EnableOwnAddress2(I2C_TypeDef *I2Cx) in LL_I2C_EnableOwnAddress2()
571 __STATIC_INLINE void LL_I2C_DisableOwnAddress2(I2C_TypeDef *I2Cx) in LL_I2C_DisableOwnAddress2()
582 __STATIC_INLINE uint32_t LL_I2C_IsEnabledOwnAddress2(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledOwnAddress2()
594 __STATIC_INLINE void LL_I2C_SetPeriphClock(I2C_TypeDef *I2Cx, uint32_t PeriphClock) in LL_I2C_SetPeriphClock()
605 __STATIC_INLINE uint32_t LL_I2C_GetPeriphClock(I2C_TypeDef *I2Cx) in LL_I2C_GetPeriphClock()
619 __STATIC_INLINE void LL_I2C_SetDutyCycle(I2C_TypeDef *I2Cx, uint32_t DutyCycle) in LL_I2C_SetDutyCycle()
632 __STATIC_INLINE uint32_t LL_I2C_GetDutyCycle(I2C_TypeDef *I2Cx) in LL_I2C_GetDutyCycle()
646 __STATIC_INLINE void LL_I2C_SetClockSpeedMode(I2C_TypeDef *I2Cx, uint32_t ClockSpeedMode) in LL_I2C_SetClockSpeedMode()
659 __STATIC_INLINE uint32_t LL_I2C_GetClockSpeedMode(I2C_TypeDef *I2Cx) in LL_I2C_GetClockSpeedMode()
672 __STATIC_INLINE void LL_I2C_SetRiseTime(I2C_TypeDef *I2Cx, uint32_t RiseTime) in LL_I2C_SetRiseTime()
683 __STATIC_INLINE uint32_t LL_I2C_GetRiseTime(I2C_TypeDef *I2Cx) in LL_I2C_GetRiseTime()
696 __STATIC_INLINE void LL_I2C_SetClockPeriod(I2C_TypeDef *I2Cx, uint32_t ClockPeriod) in LL_I2C_SetClockPeriod()
707 __STATIC_INLINE uint32_t LL_I2C_GetClockPeriod(I2C_TypeDef *I2Cx) in LL_I2C_GetClockPeriod()
728 __STATIC_INLINE void LL_I2C_ConfigSpeed(I2C_TypeDef *I2Cx, uint32_t PeriphClock, uint32_t ClockSpee… in LL_I2C_ConfigSpeed()
777 __STATIC_INLINE void LL_I2C_SetMode(I2C_TypeDef *I2Cx, uint32_t PeripheralMode) in LL_I2C_SetMode()
796 __STATIC_INLINE uint32_t LL_I2C_GetMode(I2C_TypeDef *I2Cx) in LL_I2C_GetMode()
814 __STATIC_INLINE void LL_I2C_EnableSMBusAlert(I2C_TypeDef *I2Cx) in LL_I2C_EnableSMBusAlert()
832 __STATIC_INLINE void LL_I2C_DisableSMBusAlert(I2C_TypeDef *I2Cx) in LL_I2C_DisableSMBusAlert()
845 __STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusAlert(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledSMBusAlert()
858 __STATIC_INLINE void LL_I2C_EnableSMBusPEC(I2C_TypeDef *I2Cx) in LL_I2C_EnableSMBusPEC()
871 __STATIC_INLINE void LL_I2C_DisableSMBusPEC(I2C_TypeDef *I2Cx) in LL_I2C_DisableSMBusPEC()
884 __STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusPEC(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledSMBusPEC()
904 __STATIC_INLINE void LL_I2C_EnableIT_TX(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_TX()
916 __STATIC_INLINE void LL_I2C_DisableIT_TX(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_TX()
928 __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_TX(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledIT_TX()
940 __STATIC_INLINE void LL_I2C_EnableIT_RX(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_RX()
952 __STATIC_INLINE void LL_I2C_DisableIT_RX(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_RX()
964 __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_RX(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledIT_RX()
985 __STATIC_INLINE void LL_I2C_EnableIT_EVT(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_EVT()
1004 __STATIC_INLINE void LL_I2C_DisableIT_EVT(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_EVT()
1015 __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_EVT(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledIT_EVT()
1029 __STATIC_INLINE void LL_I2C_EnableIT_BUF(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_BUF()
1043 __STATIC_INLINE void LL_I2C_DisableIT_BUF(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_BUF()
1054 __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_BUF(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledIT_BUF()
1075 __STATIC_INLINE void LL_I2C_EnableIT_ERR(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_ERR()
1096 __STATIC_INLINE void LL_I2C_DisableIT_ERR(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_ERR()
1107 __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_ERR(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledIT_ERR()
1128 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_TXE(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_TXE()
1141 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_BTF(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_BTF()
1154 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_RXNE(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_RXNE()
1167 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_SB(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_SB()
1180 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ADDR(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_ADDR()
1193 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ADD10(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_ADD10()
1206 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_AF(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_AF()
1219 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_STOP(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_STOP()
1232 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_BERR(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_BERR()
1245 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ARLO(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_ARLO()
1258 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_OVR(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_OVR()
1271 __STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_PECERR(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveSMBusFlag_PECERR()
1284 __STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_TIMEOUT(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
1297 __STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_ALERT(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveSMBusFlag_ALERT()
1310 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_BUSY(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_BUSY()
1323 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_DUAL(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_DUAL()
1339 __STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_SMBHOST(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveSMBusFlag_SMBHOST()
1355 __STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_SMBDEFAULT(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveSMBusFlag_SMBDEFAULT()
1369 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_GENCALL(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_GENCALL()
1382 __STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_MSL(I2C_TypeDef *I2Cx) in LL_I2C_IsActiveFlag_MSL()
1395 __STATIC_INLINE void LL_I2C_ClearFlag_ADDR(I2C_TypeDef *I2Cx) in LL_I2C_ClearFlag_ADDR()
1410 __STATIC_INLINE void LL_I2C_ClearFlag_AF(I2C_TypeDef *I2Cx) in LL_I2C_ClearFlag_AF()
1424 __STATIC_INLINE void LL_I2C_ClearFlag_STOP(I2C_TypeDef *I2Cx) in LL_I2C_ClearFlag_STOP()
1438 __STATIC_INLINE void LL_I2C_ClearFlag_BERR(I2C_TypeDef *I2Cx) in LL_I2C_ClearFlag_BERR()
1449 __STATIC_INLINE void LL_I2C_ClearFlag_ARLO(I2C_TypeDef *I2Cx) in LL_I2C_ClearFlag_ARLO()
1460 __STATIC_INLINE void LL_I2C_ClearFlag_OVR(I2C_TypeDef *I2Cx) in LL_I2C_ClearFlag_OVR()
1471 __STATIC_INLINE void LL_I2C_ClearSMBusFlag_PECERR(I2C_TypeDef *I2Cx) in LL_I2C_ClearSMBusFlag_PECERR()
1484 __STATIC_INLINE void LL_I2C_ClearSMBusFlag_TIMEOUT(I2C_TypeDef *I2Cx) in LL_I2C_ClearSMBusFlag_TIMEOUT()
1497 __STATIC_INLINE void LL_I2C_ClearSMBusFlag_ALERT(I2C_TypeDef *I2Cx) in LL_I2C_ClearSMBusFlag_ALERT()
1516 __STATIC_INLINE void LL_I2C_EnableReset(I2C_TypeDef *I2Cx) in LL_I2C_EnableReset()
1527 __STATIC_INLINE void LL_I2C_DisableReset(I2C_TypeDef *I2Cx) in LL_I2C_DisableReset()
1538 __STATIC_INLINE uint32_t LL_I2C_IsResetEnabled(I2C_TypeDef *I2Cx) in LL_I2C_IsResetEnabled()
1553 __STATIC_INLINE void LL_I2C_AcknowledgeNextData(I2C_TypeDef *I2Cx, uint32_t TypeAcknowledge) in LL_I2C_AcknowledgeNextData()
1566 __STATIC_INLINE void LL_I2C_GenerateStartCondition(I2C_TypeDef *I2Cx) in LL_I2C_GenerateStartCondition()
1577 __STATIC_INLINE void LL_I2C_GenerateStopCondition(I2C_TypeDef *I2Cx) in LL_I2C_GenerateStopCondition()
1589 __STATIC_INLINE void LL_I2C_EnableBitPOS(I2C_TypeDef *I2Cx) in LL_I2C_EnableBitPOS()
1601 __STATIC_INLINE void LL_I2C_DisableBitPOS(I2C_TypeDef *I2Cx) in LL_I2C_DisableBitPOS()
1612 __STATIC_INLINE uint32_t LL_I2C_IsEnabledBitPOS(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledBitPOS()
1627 __STATIC_INLINE uint32_t LL_I2C_GetTransferDirection(I2C_TypeDef *I2Cx) in LL_I2C_GetTransferDirection()
1639 __STATIC_INLINE void LL_I2C_EnableLastDMA(I2C_TypeDef *I2Cx) in LL_I2C_EnableLastDMA()
1651 __STATIC_INLINE void LL_I2C_DisableLastDMA(I2C_TypeDef *I2Cx) in LL_I2C_DisableLastDMA()
1662 __STATIC_INLINE uint32_t LL_I2C_IsEnabledLastDMA(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledLastDMA()
1677 __STATIC_INLINE void LL_I2C_EnableSMBusPECCompare(I2C_TypeDef *I2Cx) in LL_I2C_EnableSMBusPECCompare()
1690 __STATIC_INLINE void LL_I2C_DisableSMBusPECCompare(I2C_TypeDef *I2Cx) in LL_I2C_DisableSMBusPECCompare()
1703 __STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusPECCompare(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabledSMBusPECCompare()
1716 __STATIC_INLINE uint32_t LL_I2C_GetSMBusPEC(I2C_TypeDef *I2Cx) in LL_I2C_GetSMBusPEC()
1727 __STATIC_INLINE uint8_t LL_I2C_ReceiveData8(I2C_TypeDef *I2Cx) in LL_I2C_ReceiveData8()
1739 __STATIC_INLINE void LL_I2C_TransmitData8(I2C_TypeDef *I2Cx, uint8_t Data) in LL_I2C_TransmitData8()