Home
last modified time | relevance | path

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

/hal_nuvoton-2.7.6/m48x/Devices/M480/Include/
Dhsotg_reg.h285 #define HSOTG_PHYCTL_VBSTSPOL_Pos (5) /*!< HSO… macro
286 #define HSOTG_PHYCTL_VBSTSPOL_Msk (0x1ul << HSOTG_PHYCTL_VBSTSPOL_Pos) /*!< HSO…
/hal_nuvoton-2.7.6/m48x/StdDriver/inc/
Dhsotg.h147 …G->PHYCTL = (HSOTG->PHYCTL & (~HSOTG_PHYCTL_VBSTSPOL_Msk)) | ((u32Pol)<<HSOTG_PHYCTL_VBSTSPOL_Pos))