Home
last modified time | relevance | path

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

/hal_nuvoton-2.7.6/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-2.7.6/m48x/StdDriver/src/
Dusbd.c82 USBD->ATTR = 0x6D0ul; in USBD_Open()
100 USBD->ATTR = 0x7D0ul; in USBD_Start()
/hal_nuvoton-2.7.6/m48x/Devices/M480/Include/
Dusbd_reg.h413 …__IO uint32_t ATTR; /*!< [0x0010] USB Device Bus Status and Attribution Register … member