Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/inc/
Dspi.h182 #define SPI_DISABLE_TX_PDMA(spi) ( (spi)->PDMACTL &= ~SPI_PDMACTL_TXPDMAEN_Msk ) macro
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dspi.h163 #define SPI_DISABLE_TX_PDMA(spi) ( (spi)->PDMACTL &= ~SPI_PDMACTL_TXPDMAEN_Msk ) macro
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dspi.h179 #define SPI_DISABLE_TX_PDMA(spi) ((spi)->PDMACTL &= ~SPI_PDMACTL_TXPDMAEN_Msk) macro