Home
last modified time | relevance | path

Searched refs:ATTR (Results 1 – 9 of 9) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/inc/
Dusbd.h226 #define USBD_ENABLE_USB() ((uint32_t)(USBD->ATTR |= 0x7D0))
238 #define USBD_DISABLE_USB() ((uint32_t)(USBD->ATTR &= ~USBD_USB_EN))
250 #define USBD_ENABLE_PHY() ((uint32_t)(USBD->ATTR |= USBD_PHY_EN))
262 #define USBD_DISABLE_PHY() ((uint32_t)(USBD->ATTR &= ~USBD_PHY_EN))
380 #define USBD_GET_BUS_STATE() ((uint32_t)(USBD->ATTR & 0xf))
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dusbd.h273 #define USBD_ENABLE_USB() ((uint32_t)(USBD->ATTR |= 0x7D0))
285 #define USBD_DISABLE_USB() ((uint32_t)(USBD->ATTR &= ~USBD_USB_EN))
297 #define USBD_ENABLE_PHY() ((uint32_t)(USBD->ATTR |= USBD_PHY_EN))
309 #define USBD_DISABLE_PHY() ((uint32_t)(USBD->ATTR &= ~USBD_PHY_EN))
455 #define USBD_GET_BUS_STATE() ((uint32_t)(USBD->ATTR & 0x300f))
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dusbd.h268 #define USBD_ENABLE_USB() ((uint32_t)(USBD->ATTR |= 0x7D0))
280 #define USBD_DISABLE_USB() ((uint32_t)(USBD->ATTR &= ~USBD_USB_EN))
292 #define USBD_ENABLE_PHY() ((uint32_t)(USBD->ATTR |= USBD_PHY_EN))
304 #define USBD_DISABLE_PHY() ((uint32_t)(USBD->ATTR &= ~USBD_PHY_EN))
450 #define USBD_GET_BUS_STATE() ((uint32_t)(USBD->ATTR & 0x300f))
/hal_nuvoton-latest/m46x/StdDriver/src/
Dusbd.c82 USBD->ATTR = 0x7D0ul | USBD_LPMACK; in USBD_Open()
84 USBD->ATTR = 0x7D0ul; in USBD_Open()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dusbd.c82 USBD->ATTR = 0x6D0ul; in USBD_Open()
100 USBD->ATTR = 0x7D0ul; in USBD_Start()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dusbd.c83 USBD->ATTR = 0x7D0 | USBD_LPMACK; in USBD_Open()
85 USBD->ATTR = 0x6D0ul; in USBD_Open()
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dusbd_reg.h413 …__IO uint32_t ATTR; /*!< [0x0010] USB Device Bus Status and Attribution Register … member
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dusbd_reg.h413 …__IO uint32_t ATTR; /*!< [0x0010] USB Device Bus Status and Attribution Register … member
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dusbd_reg.h1940 …__IO uint32_t ATTR; /*!< [0x0010] USB Device Bus Status and Attribution Register … member