Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dspim_reg.h444 #define SPIM_CTL0_IF_Pos (7) /*!< SPI… macro
445 #define SPIM_CTL0_IF_Msk (0x1ul << SPIM_CTL0_IF_Pos) /*!< SPI…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dspim_reg.h444 #define SPIM_CTL0_IF_Pos (7) /*!< SPI… macro
445 #define SPIM_CTL0_IF_Msk (0x1ul << SPIM_CTL0_IF_Pos) /*!< SPI…
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dspim.h212 SPIM->CTL0 = (SPIM->CTL0 & (~SPIM_CTL0_IF_Msk)) | (1UL << SPIM_CTL0_IF_Pos); \
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dspim.h206 SPIM->CTL0 = (SPIM->CTL0 & (~SPIM_CTL0_IF_Msk)) | (1UL << SPIM_CTL0_IF_Pos); \