Home
last modified time | relevance | path

Searched refs:USPI_CTL_FUNMODE_Pos (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-2.7.6/m48x/Devices/M480/Include/
Duspi_reg.h465 #define USPI_CTL_FUNMODE_Pos (0) /*!< USP… macro
466 #define USPI_CTL_FUNMODE_Msk (0x7ul << USPI_CTL_FUNMODE_Pos) /*!< USP…
/hal_nuvoton-2.7.6/m48x/StdDriver/src/
Dusci_spi.c66 uspi->CTL = 1ul << USPI_CTL_FUNMODE_Pos; in USPI_Open()