Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dspim_reg.h487 #define SPIM_CTL1_IDLETIME_Msk (0xful << SPIM_CTL1_IDLETIME_Pos) /*!< SPI… macro
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dspim_reg.h487 #define SPIM_CTL1_IDLETIME_Msk (0xful << SPIM_CTL1_IDLETIME_Pos) /*!< SPI… macro
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dspim.h438 SPIM->CTL1 = (SPIM->CTL1 & (~SPIM_CTL1_IDLETIME_Msk)) | ((x) << SPIM_CTL1_IDLETIME_Pos); \
446 ((SPIM->CTL1 & SPIM_CTL1_IDLETIME_Msk) >> SPIM_CTL1_IDLETIME_Pos)
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dspim.h435 SPIM->CTL1 = (SPIM->CTL1 & (~SPIM_CTL1_IDLETIME_Msk)) | ((x) << SPIM_CTL1_IDLETIME_Pos); \
443 ((SPIM->CTL1 & SPIM_CTL1_IDLETIME_Msk) >> SPIM_CTL1_IDLETIME_Pos)