Home
last modified time | relevance | path

Searched refs:u8Src (Results 1 – 3 of 3) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/inc/
Dhsusbd.h167 __STATIC_INLINE void HSUSBD_MemCopy(uint8_t u8Dst[], uint8_t u8Src[], uint32_t u32Size) in HSUSBD_MemCopy() argument
173 u8Dst[i] = u8Src[i]; in HSUSBD_MemCopy()
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dhsusbd.h196 __STATIC_INLINE void HSUSBD_MemCopy(uint8_t u8Dst[], uint8_t u8Src[], uint32_t u32Size) in HSUSBD_MemCopy() argument
202 u8Dst[i] = u8Src[i]; in HSUSBD_MemCopy()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlpi2c.c433 void LPI2C_EnableAutoMode(LPI2C_T *lpi2c, uint8_t u8Mode, uint8_t u8Src) in LPI2C_EnableAutoMode() argument
439 lpi2c->AUTOCTL = (lpi2c->AUTOCTL & ~LPI2C_AUTOCTL_TGSRCSEL_Msk) | (u8Src); in LPI2C_EnableAutoMode()