Searched refs:u8Src (Results 1 – 3 of 3) sorted by relevance
167 __STATIC_INLINE void HSUSBD_MemCopy(uint8_t u8Dst[], uint8_t u8Src[], uint32_t u32Size) in HSUSBD_MemCopy() argument173 u8Dst[i] = u8Src[i]; in HSUSBD_MemCopy()
196 __STATIC_INLINE void HSUSBD_MemCopy(uint8_t u8Dst[], uint8_t u8Src[], uint32_t u32Size) in HSUSBD_MemCopy() argument202 u8Dst[i] = u8Src[i]; in HSUSBD_MemCopy()
433 void LPI2C_EnableAutoMode(LPI2C_T *lpi2c, uint8_t u8Mode, uint8_t u8Src) in LPI2C_EnableAutoMode() argument439 lpi2c->AUTOCTL = (lpi2c->AUTOCTL & ~LPI2C_AUTOCTL_TGSRCSEL_Msk) | (u8Src); in LPI2C_EnableAutoMode()