Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/Include/
Duspi_reg.h458 #define USPI_CTL_FUNMODE_Pos (0) /*!< USP… macro
459 #define USPI_CTL_FUNMODE_Msk (0x7ul << USPI_CTL_FUNMODE_Pos) /*!< USP…
/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dusci_spi.c65 uspi->CTL = 1UL << USPI_CTL_FUNMODE_Pos; in USPI_Open()