Home
last modified time | relevance | path

Searched refs:LPSPI_T (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlpspi.h543 uint32_t LPSPI_Open(LPSPI_T *lpspi, uint32_t u32MasterSlave, uint32_t u32SPIMode, uint32_t u32DataW…
544 void LPSPI_Close(LPSPI_T *lpspi);
545 void LPSPI_ClearRxFIFO(LPSPI_T *lpspi);
546 void LPSPI_ClearTxFIFO(LPSPI_T *lpspi);
547 void LPSPI_DisableAutoSS(LPSPI_T *lpspi);
548 void LPSPI_EnableAutoSS(LPSPI_T *lpspi, uint32_t u32SSPinMask, uint32_t u32ActiveLevel);
549 uint32_t LPSPI_SetBusClock(LPSPI_T *lpspi, uint32_t u32BusClock);
550 void LPSPI_SetFIFO(LPSPI_T *lpspi, uint32_t u32TxThreshold, uint32_t u32RxThreshold);
551 uint32_t LPSPI_GetBusClock(LPSPI_T *lpspi);
552 void LPSPI_EnableInt(LPSPI_T *lpspi, uint32_t u32Mask);
[all …]
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlpspi.c42 uint32_t LPSPI_Open(LPSPI_T *lpspi, in LPSPI_Open()
141 void LPSPI_Close(LPSPI_T *lpspi) in LPSPI_Close()
157 void LPSPI_ClearRxFIFO(LPSPI_T *lpspi) in LPSPI_ClearRxFIFO()
169 void LPSPI_ClearTxFIFO(LPSPI_T *lpspi) in LPSPI_ClearTxFIFO()
180 void LPSPI_DisableAutoSS(LPSPI_T *lpspi) in LPSPI_DisableAutoSS()
194 void LPSPI_EnableAutoSS(LPSPI_T *lpspi, uint32_t u32SSPinMask, uint32_t u32ActiveLevel) in LPSPI_EnableAutoSS()
211 uint32_t LPSPI_SetBusClock(LPSPI_T *lpspi, uint32_t u32BusClock) in LPSPI_SetBusClock()
277 void LPSPI_SetFIFO(LPSPI_T *lpspi, uint32_t u32TxThreshold, uint32_t u32RxThreshold) in LPSPI_SetFIFO()
290 uint32_t LPSPI_GetBusClock(LPSPI_T *lpspi) in LPSPI_GetBusClock()
334 void LPSPI_EnableInt(LPSPI_T *lpspi, uint32_t u32Mask) in LPSPI_EnableInt()
[all …]
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dlpspi_reg.h441 } LPSPI_T; typedef
DM2L31.h540 #define LPSPI0 ((LPSPI_T *) LPSPI0_BASE)