Searched refs:LPI2C_T (Results 1 – 4 of 4) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/inc/ |
| D | lpi2c.h | 374 __STATIC_INLINE void LPI2C_STOP(LPI2C_T *lpi2c); 385 __STATIC_INLINE void LPI2C_STOP(LPI2C_T *lpi2c) in LPI2C_STOP() 397 void LPI2C_ClearTimeoutFlag(LPI2C_T *lpi2c); 398 void LPI2C_Close(LPI2C_T *lpi2c); 399 void LPI2C_Trigger(LPI2C_T *lpi2c, uint8_t u8Start, uint8_t u8Stop, uint8_t u8Si, uint8_t u8Ack); 400 void LPI2C_DisableInt(LPI2C_T *lpi2c); 401 void LPI2C_EnableInt(LPI2C_T *lpi2c); 402 uint32_t LPI2C_GetBusClockFreq(LPI2C_T *lpi2c); 403 uint32_t LPI2C_GetIntFlag(LPI2C_T *lpi2c); 404 uint32_t LPI2C_GetStatus(LPI2C_T *lpi2c); [all …]
|
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | lpi2c.c | 38 uint32_t LPI2C_Open(LPI2C_T *lpi2c, uint32_t u32BusClock) in LPI2C_Open() 65 void LPI2C_Close(LPI2C_T *lpi2c) in LPI2C_Close() 85 void LPI2C_ClearTimeoutFlag(LPI2C_T *lpi2c) in LPI2C_ClearTimeoutFlag() 104 void LPI2C_Trigger(LPI2C_T *lpi2c, uint8_t u8Start, uint8_t u8Stop, uint8_t u8Si, uint8_t u8Ack) in LPI2C_Trigger() 141 void LPI2C_DisableInt(LPI2C_T *lpi2c) in LPI2C_DisableInt() 156 void LPI2C_EnableInt(LPI2C_T *lpi2c) in LPI2C_EnableInt() 170 uint32_t LPI2C_GetBusClockFreq(LPI2C_T *lpi2c) in LPI2C_GetBusClockFreq() 190 uint32_t LPI2C_SetBusClockFreq(LPI2C_T *lpi2c, uint32_t u32BusClock) in LPI2C_SetBusClockFreq() 212 uint32_t LPI2C_GetIntFlag(LPI2C_T *lpi2c) in LPI2C_GetIntFlag() 237 uint32_t LPI2C_GetStatus(LPI2C_T *lpi2c) in LPI2C_GetStatus() [all …]
|
| /hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/ |
| D | lpi2c_reg.h | 405 } LPI2C_T; typedef
|
| D | M2L31.h | 541 #define LPI2C0 ((LPI2C_T *) LPI2C0_BASE)
|